public interface UserAccount
Modifier and Type | Method and Description |
---|---|
String |
getBusinessAccountId()
The id of the business account id this user account is linked to (e.g.
|
Date |
getCreationTime()
The time of creation of this account
|
String |
getCreatorId()
The id of the user that created this account
|
String |
getExternalUserId()
The id of the user within the external system (e.g.
|
String |
getId()
The unique id for the user account.
|
String |
getName()
The name of the account.
|
String |
getState()
The state of the user account
|
String |
getSubState()
The sub state of the user account
|
String |
getSubType()
The sub type of the account.
|
String |
getTenantId()
The id of the tenant that this user account belongs to
|
String |
getType()
The type of the account.
|
String |
getUpdaterId()
The id of the user that last updated the account
|
Date |
getUpdateTime()
The time of the last update of this account
|
String |
getUserAccountDefinitionId()
The id of the user account definition for this user account
|
String |
getUserId()
The id of the user that this account belongs to.
|
default boolean |
isActive()
Method to check if this user account has the state
ACTIVE . |
String getId()
String getUserId()
null
if the account is not yet linked with a user (during onboarding for example).String getTenantId()
String getName()
String getType()
String getSubType()
String getState()
String getSubState()
String getBusinessAccountId()
String getExternalUserId()
String getUserAccountDefinitionId()
String getCreatorId()
Date getCreationTime()
String getUpdaterId()
Date getUpdateTime()