org.jclouds.softlayer.domain
Class Password.Builder<T extends Password.Builder<T>>
java.lang.Object
org.jclouds.softlayer.domain.Password.Builder<T>
- Enclosing class:
- Password
public abstract static class Password.Builder<T extends Password.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
username
protected String username
password
protected String password
Password.Builder
public Password.Builder()
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.