org.jclouds.cloudstack.options
Class AccountInDomainOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.AccountInDomainOptions.Builder
Enclosing class:
AccountInDomainOptions

public static class AccountInDomainOptions.Builder
extends Object


Constructor Summary
AccountInDomainOptions.Builder()
           
 
Method Summary
static AccountInDomainOptions accountInDomain(String account, long domain)
           
static AccountInDomainOptions domainId(long domainId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountInDomainOptions.Builder

public AccountInDomainOptions.Builder()
Method Detail

accountInDomain

public static AccountInDomainOptions accountInDomain(String account,
                                                     long domain)
See Also:
AccountInDomainOptions.accountInDomain(java.lang.String, long)

domainId

public static AccountInDomainOptions domainId(long domainId)
See Also:
AccountInDomainOptions.domainId(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.