org.jclouds.vcloud.director.v1_5.domain.org
Class OrgLdapGroupAttributes

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgLdapGroupAttributes

public class OrgLdapGroupAttributes
extends Object

Defines how a group is imported from LDAP.

 <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>
 


Nested Class Summary
static class OrgLdapGroupAttributes.Builder
           
 
Field Summary
protected  String backLinkIdentifier
           
protected  String groupName
           
protected  String membership
           
protected  String membershipIdentifier
           
protected  String objectClass
           
protected  String objectIdentifier
           
 
Constructor Summary
OrgLdapGroupAttributes(String objectClass, String objectIdentifier, String groupName, String membership, String membershipIdentifier, String backLinkIdentifier)
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

objectClass

protected String objectClass

objectIdentifier

protected String objectIdentifier

groupName

protected String groupName

membership

protected String membership

membershipIdentifier

protected String membershipIdentifier

backLinkIdentifier

protected String backLinkIdentifier
Constructor Detail

OrgLdapGroupAttributes

public OrgLdapGroupAttributes(String objectClass,
                              String objectIdentifier,
                              String groupName,
                              String membership,
                              String membershipIdentifier,
                              String backLinkIdentifier)
Method Detail

builder

public static OrgLdapGroupAttributes.Builder builder()

toBuilder

public OrgLdapGroupAttributes.Builder toBuilder()

getObjectClass

public String getObjectClass()
Gets the value of the objectClass property.

Returns:
possible object is String

getObjectIdentifier

public String getObjectIdentifier()
Gets the value of the objectIdentifier property.

Returns:
possible object is String

getGroupName

public String getGroupName()
Gets the value of the groupName property.

Returns:
possible object is String

getMembership

public String getMembership()
Gets the value of the membership property.

Returns:
possible object is String

getMembershipIdentifier

public String getMembershipIdentifier()
Gets the value of the membershipIdentifier property.

Returns:
possible object is String

getBackLinkIdentifier

public String getBackLinkIdentifier()
Gets the value of the backLinkIdentifier property.

Returns:
possible object is String

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

string

public com.google.common.base.Objects.ToStringHelper string()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.