org.jclouds.softlayer.domain
Class Password.Builder<T extends Password.Builder<T>>

java.lang.Object
  extended by org.jclouds.softlayer.domain.Password.Builder<T>
Enclosing class:
Password

public abstract static class Password.Builder<T extends Password.Builder<T>>
extends Object


Field Summary
protected  int id
           
protected  String password
           
protected  String username
           
 
Constructor Summary
Password.Builder()
           
 
Method Summary
 Password build()
           
 T fromPassword(Password in)
           
 T id(int id)
           
 T password(String password)
           
protected abstract  T self()
           
 T username(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

username

protected String username

password

protected String password
Constructor Detail

Password.Builder

public Password.Builder()
Method Detail

self

protected abstract T self()

id

public T id(int id)
See Also:
Password.getId()

username

public T username(String username)
See Also:
Password.getUsername()

password

public T password(String password)
See Also:
Password.getPassword()

build

public Password build()

fromPassword

public T fromPassword(Password in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.