public interface Account
Modifier and Type | Interface and Description |
---|---|
static class |
Account.Field
The fields that represent the account object in json form.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String getDomain()
void setDomain(String domain)
domain
- the domainString getUserId()
void setUserId(String userId)
userId
- the userIdString getUsername()
void setUsername(String username)
username
- the usernameCopyright © 2021 WSO2. All rights reserved.