Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected Set<Role> |
roles |
Constructor and Description |
---|
User.Builder() |
protected abstract T self()
public T id(String id)
User.getId()
public T name(String name)
User.getName()
public T roles(Set<Role> roles)
User.getRoles()
public User build()
Copyright © 2009-2012 jclouds. All Rights Reserved.