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

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

public static class SessionWithToken.Builder
extends Object


Field Summary
protected  Session session
           
protected  String token
           
 
Constructor Summary
SessionWithToken.Builder()
           
 
Method Summary
 SessionWithToken build()
           
protected  SessionWithToken.Builder fromSessionWithToken(SessionWithToken in)
           
 SessionWithToken.Builder session(Session session)
           
 SessionWithToken.Builder token(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected Session session

token

protected String token
Constructor Detail

SessionWithToken.Builder

public SessionWithToken.Builder()
Method Detail

session

public SessionWithToken.Builder session(Session session)
See Also:
SessionWithToken.getSession()

token

public SessionWithToken.Builder token(String token)
See Also:
SessionWithToken.getToken()

build

public SessionWithToken build()

fromSessionWithToken

protected SessionWithToken.Builder fromSessionWithToken(SessionWithToken in)


Copyright © 2009-2012 jclouds. All Rights Reserved.