org.jclouds.cloudsigma.domain
Class ProfileInfo.Builder
java.lang.Object
org.jclouds.cloudsigma.domain.ProfileInfo.Builder
- Enclosing class:
- ProfileInfo
public static class ProfileInfo.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uuid
protected String uuid
email
protected String email
firstName
protected String firstName
lastName
protected String lastName
nickName
protected String nickName
type
protected ProfileType type
ProfileInfo.Builder
public ProfileInfo.Builder()
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.