Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected Account.Type |
accountType |
protected String |
apiKey |
protected Date |
created |
protected String |
domain |
protected String |
domainId |
protected String |
email |
protected String |
firstName |
protected String |
id |
protected String |
lastName |
protected String |
name |
protected String |
secretKey |
protected User.State |
state |
protected String |
timeZone |
Constructor and Description |
---|
User.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
account(String account) |
T |
accountType(Account.Type accountType) |
T |
apiKey(String apiKey) |
User |
build() |
T |
created(Date created) |
T |
domain(String domain) |
T |
domainId(String domainId) |
T |
email(String email) |
T |
firstName(String firstName) |
T |
fromUser(User in) |
T |
id(String id) |
T |
lastName(String lastName) |
T |
name(String name) |
T |
secretKey(String secretKey) |
protected abstract T |
self() |
T |
state(User.State state) |
T |
timeZone(String timeZone) |
protected String id
protected String name
protected String firstName
protected String lastName
protected String email
protected Date created
protected User.State state
protected String account
protected Account.Type accountType
protected String domain
protected String domainId
protected String timeZone
protected String apiKey
protected String secretKey
protected abstract T self()
public T id(String id)
User.getId()
public T name(String name)
User.getName()
public T firstName(String firstName)
User.getFirstName()
public T lastName(String lastName)
User.getLastName()
public T email(String email)
User.getEmail()
public T created(Date created)
User.getCreated()
public T state(User.State state)
User.getState()
public T account(String account)
User.getAccount()
public T accountType(Account.Type accountType)
User.getAccountType()
public T domain(String domain)
User.getDomain()
public T domainId(String domainId)
User.getDomainId()
public T timeZone(String timeZone)
User.getTimeZone()
public T apiKey(String apiKey)
User.getApiKey()
public T secretKey(String secretKey)
User.getSecretKey()
public User build()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.