public class User extends Entity
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="User"> <complexContent> <extension base="{http://www.vmware.com/vcloud/v1.5}EntityType"> <sequence> <element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Telephone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IM" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NameInSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsAlertEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="AlertEmailPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AlertEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsExternal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsDefaultCached" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsGroupRole" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="StoredVmQuota" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="DeployedVmQuota" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Role" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType" minOccurs="0"/> <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="GroupReferences" type="{http://www.vmware.com/vcloud/v1.5}GroupsListType" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
User.Builder<B extends User.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
User() |
protected |
User(User.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static User.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getAlertEmail()
Gets the value of the alertEmail property.
|
String |
getAlertEmailPrefix()
Gets the value of the alertEmailPrefix property.
|
Integer |
getDeployedVmQuota()
Gets the value of the deployedVmQuota property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
String |
getFullName()
Gets the value of the fullName property.
|
List<Reference> |
getGroups()
Gets the value of the groupReferences property.
|
String |
getIM()
Gets the value of the im property.
|
String |
getNameInSource()
Gets the value of the nameInSource property.
|
String |
getPassword()
Gets the value of the password property.
|
Reference |
getRole()
Gets the value of the role property.
|
Integer |
getStoredVmQuota()
Gets the value of the storedVmQuota property.
|
String |
getTelephone()
Gets the value of the telephone property.
|
int |
hashCode() |
Boolean |
isAlertEnabled()
Gets the value of the isAlertEnabled property.
|
Boolean |
isDefaultCached()
Gets the value of the isDefaultCached property.
|
Boolean |
isEnabled()
Gets the value of the isEnabled property.
|
Boolean |
isExternal()
Gets the value of the isExternal property.
|
Boolean |
isGroupRole()
Gets the value of the isGroupRole property.
|
Boolean |
isLocked()
Gets the value of the isLocked property.
|
User.Builder<?> |
toBuilder() |
String |
toString() |
clone, getDescription, getId, getName, getTasks, setDescription, setName, string
protected User(User.Builder<?> builder)
protected User()
public static User.Builder<?> builder()
public User.Builder<?> toBuilder()
public String getFullName()
String
public String getEmailAddress()
String
public String getTelephone()
String
public Boolean isEnabled()
Boolean
public Boolean isLocked()
Boolean
public String getNameInSource()
String
public Boolean isAlertEnabled()
Boolean
public String getAlertEmailPrefix()
String
public String getAlertEmail()
String
public Boolean isExternal()
Boolean
public Boolean isDefaultCached()
Boolean
public Boolean isGroupRole()
Boolean
public Integer getStoredVmQuota()
Integer
public Integer getDeployedVmQuota()
Integer
public Reference getRole()
Reference
public String getPassword()
String
public List<Reference> getGroups()
GroupsListType
Copyright © 2009-2013 jclouds. All Rights Reserved.