org.jclouds.opsource.servers.domain
Class Account.Builder

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.Account.Builder
Enclosing class:
Account

public static class Account.Builder
extends Object


Constructor Summary
Account.Builder()
           
 
Method Summary
 Account build()
           
 Account.Builder fromAccount(Account in)
           
 Account.Builder orgId(String orgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account.Builder

public Account.Builder()
Method Detail

orgId

public Account.Builder orgId(String orgId)
See Also:
Account.getOrgId()

build

public Account build()

fromAccount

public Account.Builder fromAccount(Account in)


Copyright © 2009-2012 jclouds. All Rights Reserved.