public class OrgLdapGroupAttributes extends Object
<complexType name="OrgLdapGroupAttributes">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="ObjectClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ObjectIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Membership" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MembershipIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BackLinkIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgLdapGroupAttributes.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
backLinkIdentifier |
protected String |
groupName |
protected String |
membership |
protected String |
membershipIdentifier |
protected String |
objectClass |
protected String |
objectIdentifier |
| Constructor and Description |
|---|
OrgLdapGroupAttributes(String objectClass,
String objectIdentifier,
String groupName,
String membership,
String membershipIdentifier,
String backLinkIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static OrgLdapGroupAttributes.Builder |
builder() |
boolean |
equals(Object o) |
String |
getBackLinkIdentifier()
Gets the value of the backLinkIdentifier property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getMembership()
Gets the value of the membership property.
|
String |
getMembershipIdentifier()
Gets the value of the membershipIdentifier property.
|
String |
getObjectClass()
Gets the value of the objectClass property.
|
String |
getObjectIdentifier()
Gets the value of the objectIdentifier property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
OrgLdapGroupAttributes.Builder |
toBuilder() |
String |
toString() |
protected String objectClass
protected String objectIdentifier
protected String groupName
protected String membership
protected String membershipIdentifier
protected String backLinkIdentifier
public static OrgLdapGroupAttributes.Builder builder()
public OrgLdapGroupAttributes.Builder toBuilder()
public String getObjectClass()
Stringpublic String getObjectIdentifier()
Stringpublic String getGroupName()
Stringpublic String getMembership()
Stringpublic String getMembershipIdentifier()
Stringpublic String getBackLinkIdentifier()
Stringpublic com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.