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, stringprotected User(User.Builder<?> builder)
protected User()
public static User.Builder<?> builder()
public User.Builder<?> toBuilder()
public String getFullName()
Stringpublic String getEmailAddress()
Stringpublic String getTelephone()
Stringpublic Boolean isEnabled()
Booleanpublic Boolean isLocked()
Booleanpublic String getNameInSource()
Stringpublic Boolean isAlertEnabled()
Booleanpublic String getAlertEmailPrefix()
Stringpublic String getAlertEmail()
Stringpublic Boolean isExternal()
Booleanpublic Boolean isDefaultCached()
Booleanpublic Boolean isGroupRole()
Booleanpublic Integer getStoredVmQuota()
Integerpublic Integer getDeployedVmQuota()
Integerpublic Reference getRole()
Referencepublic String getPassword()
Stringpublic List<Reference> getGroups()
GroupsListType Copyright © 2009-2013 jclouds. All Rights Reserved.