public class User extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
User.Builder<T extends User.Builder<T>>  | 
static class  | 
User.State  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
User(String id,
    String name,
    String firstName,
    String lastName,
    String email,
    Date created,
    User.State state,
    String account,
    Account.Type accountType,
    String domain,
    String domainId,
    String timeZone,
    String apiKey,
    String secretKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
static User.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getAccount()  | 
Account.Type | 
getAccountType()  | 
String | 
getApiKey()  | 
Date | 
getCreated()  | 
String | 
getDomain()  | 
String | 
getDomainId()  | 
String | 
getEmail()  | 
String | 
getFirstName()  | 
String | 
getId()  | 
String | 
getLastName()  | 
String | 
getName()  | 
String | 
getSecretKey()  | 
User.State | 
getState()  | 
String | 
getTimeZone()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
User.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"id","username","firstname","lastname","email","created","state","account","accounttype","domain","domainid","timezone","apikey","secretkey"}) protected User(String id, @Nullable String name, @Nullable String firstName, @Nullable String lastName, @Nullable String email, @Nullable Date created, @Nullable User.State state, @Nullable String account, @Nullable Account.Type accountType, @Nullable String domain, @Nullable String domainId, @Nullable String timeZone, @Nullable String apiKey, @Nullable String secretKey)
public static User.Builder<?> builder()
public User.Builder<?> toBuilder()
public String getId()
@Nullable public Date getCreated()
@Nullable public User.State getState()
@Nullable public Account.Type getAccountType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.