|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.Entity
org.jclouds.vcloud.director.v1_5.domain.User
public class User
Represents users in the vCloud system.
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>
| Nested Class Summary | |
|---|---|
static class |
User.Builder<B extends User.Builder<B>>
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
logger |
| Constructor Summary | |
|---|---|
protected |
User()
|
protected |
User(User.Builder<?> builder)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity |
|---|
clone, getDescription, getId, getName, getTasks, setDescription, setName, string |
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
getHref, getLinks, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected User(User.Builder<?> builder)
protected User()
| Method Detail |
|---|
public static User.Builder<?> builder()
public User.Builder<?> toBuilder()
toBuilder in class Entitypublic String getFullName()
Stringpublic String getEmailAddress()
Stringpublic String getTelephone()
Stringpublic Boolean isEnabled()
Booleanpublic Boolean isLocked()
Booleanpublic String getIM()
Stringpublic 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 public boolean equals(Object o)
equals in class Entitypublic int hashCode()
hashCode in class Entitypublic String toString()
toString in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||