Class User
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.User
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class User extends Object
A representation of a user.
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
Modifier and Type Method Description User
email(String email)
boolean
equals(Object o)
String
getEmail()
The email of the user or name of the group.String
getType()
Type of the principal.int
hashCode()
void
setEmail(String email)
void
setType(String type)
String
toString()
User
type(String type)