org.jclouds.vcloud.director.v1_5.domain.org
Class OrgLdapGroupAttributes.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.org.OrgLdapGroupAttributes.Builder
- Enclosing class:
- OrgLdapGroupAttributes
public static class OrgLdapGroupAttributes.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgLdapGroupAttributes.Builder
public OrgLdapGroupAttributes.Builder()
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.