org.jclouds.cloudsigma.domain
Class ProfileInfo.Builder

java.lang.Object
  extended by org.jclouds.cloudsigma.domain.ProfileInfo.Builder
Enclosing class:
ProfileInfo

public static class ProfileInfo.Builder
extends Object


Field Summary
protected  String email
           
protected  String firstName
           
protected  String lastName
           
protected  String nickName
           
protected  ProfileType type
           
protected  String uuid
           
 
Constructor Summary
ProfileInfo.Builder()
           
 
Method Summary
 ProfileInfo build()
           
 ProfileInfo.Builder email(String email)
           
 ProfileInfo.Builder firstName(String firstName)
           
 ProfileInfo.Builder lastName(String lastName)
           
 ProfileInfo.Builder nickName(String nickName)
           
 ProfileInfo.Builder type(ProfileType type)
           
 ProfileInfo.Builder uuid(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uuid

protected String uuid

email

protected String email

firstName

protected String firstName

lastName

protected String lastName

nickName

protected String nickName

type

protected ProfileType type
Constructor Detail

ProfileInfo.Builder

public ProfileInfo.Builder()
Method Detail

uuid

public ProfileInfo.Builder uuid(String uuid)

email

public ProfileInfo.Builder email(String email)

firstName

public ProfileInfo.Builder firstName(String firstName)

lastName

public ProfileInfo.Builder lastName(String lastName)

nickName

public ProfileInfo.Builder nickName(String nickName)

type

public ProfileInfo.Builder type(ProfileType type)

build

public ProfileInfo build()


Copyright © 2009-2011 jclouds. All Rights Reserved.