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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.org.OrgLdapGroupAttributes.Builder
Enclosing class:
OrgLdapGroupAttributes

public static class OrgLdapGroupAttributes.Builder
extends Object


Constructor Summary
OrgLdapGroupAttributes.Builder()
           
 
Method Summary
 OrgLdapGroupAttributes.Builder backLinkIdentifier(String backLinkIdentifier)
           
 OrgLdapGroupAttributes build()
           
 OrgLdapGroupAttributes.Builder fromOrgLdapGroupAttributes(OrgLdapGroupAttributes in)
           
 OrgLdapGroupAttributes.Builder groupName(String groupName)
           
 OrgLdapGroupAttributes.Builder membership(String membership)
           
 OrgLdapGroupAttributes.Builder membershipIdentifier(String membershipIdentifier)
           
 OrgLdapGroupAttributes.Builder objectClass(String objectClass)
           
 OrgLdapGroupAttributes.Builder objectIdentifier(String objectIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgLdapGroupAttributes.Builder

public OrgLdapGroupAttributes.Builder()
Method Detail

objectClass

public OrgLdapGroupAttributes.Builder objectClass(String objectClass)
See Also:
OrgLdapGroupAttributes.getObjectClass()

objectIdentifier

public OrgLdapGroupAttributes.Builder objectIdentifier(String objectIdentifier)
See Also:
OrgLdapGroupAttributes.getObjectIdentifier()

groupName

public OrgLdapGroupAttributes.Builder groupName(String groupName)
See Also:
OrgLdapGroupAttributes.getGroupName()

membership

public OrgLdapGroupAttributes.Builder membership(String membership)
See Also:
OrgLdapGroupAttributes.getMembership()

membershipIdentifier

public OrgLdapGroupAttributes.Builder membershipIdentifier(String membershipIdentifier)
See Also:
OrgLdapGroupAttributes.getMembershipIdentifier()

backLinkIdentifier

public OrgLdapGroupAttributes.Builder backLinkIdentifier(String backLinkIdentifier)
See Also:
OrgLdapGroupAttributes.getBackLinkIdentifier()

build

public OrgLdapGroupAttributes build()

fromOrgLdapGroupAttributes

public OrgLdapGroupAttributes.Builder fromOrgLdapGroupAttributes(OrgLdapGroupAttributes in)


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