|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Account
The Account interface describes the an account held by a person.
| Nested Class Summary | |
|---|---|
static class |
Account.Field
The fields that represent the account object in json form. |
| Method Summary | |
|---|---|
String |
getDomain()
The top-most authoritative domain for this account, e.g. |
String |
getUserId()
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g. |
String |
getUsername()
An alphanumeric user name, usually chosen by the user, e.g. |
void |
setDomain(String domain)
The top-most authoritative domain for this account, e.g. |
void |
setUserId(String userId)
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g. |
void |
setUsername(String username)
An alphanumeric user name, usually chosen by the user, e.g. |
| Method Detail |
|---|
String getDomain()
void setDomain(String domain)
domain - the domainString getUserId()
void setUserId(String userId)
userId - the userIdString getUsername()
void setUsername(String username)
username - the username
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||