public class Group extends Entity
<complexType name="Group">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}EntityType">
<sequence>
<element name="NameInSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UsersList" type="{http://www.vmware.com/vcloud/v1.5}UsersListType" minOccurs="0"/>
<element name="Role" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.Builder<B extends Group.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
nameInSource |
protected Reference |
role |
protected Set<Reference> |
usersList |
| Modifier | Constructor and Description |
|---|---|
protected |
Group(Group.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getNameInSource()
Gets the value of the nameInSource property.
|
Reference |
getRole()
Gets the value of the role property.
|
Set<Reference> |
getUsersList()
Gets the value of the users property.
|
int |
hashCode() |
Group.Builder<?> |
toBuilder() |
String |
toString() |
clone, getDescription, getId, getName, getTasks, setDescription, setName, stringprotected Group(Group.Builder<?> builder)
public static Group.Builder<?> builder()
public Group.Builder<?> toBuilder()
public String getNameInSource()
public Reference getRole()
Copyright © 2009-2013 jclouds. All Rights Reserved.