public abstract class User extends EntityBase
UserNatural or UserLegal child types.| Modifier | Constructor and Description |
|---|---|
protected |
User()
Descendant classes overrides it.
|
|
User(PersonType personType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail() |
KycLevel |
getKycLevel() |
PersonType |
getPersonType() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
long |
getTermsAndConditionsAcceptedDate() |
UserCategory |
getUserCategory() |
java.lang.Boolean |
isTermsAndConditionsAccepted() |
void |
setEmail(java.lang.String email) |
void |
setKycLevel(KycLevel kycLevel) |
void |
setPersonType(PersonType personType) |
void |
setTermsAndConditionsAccepted(java.lang.Boolean termsAndConditionsAccepted) |
void |
setUserCategory(UserCategory userCategory) |
getCreationDate, getId, getTag, setCreationDate, setId, setTaggetDependentObjects, getSubObjects, getValuespublic User(PersonType personType)
protected User()
public PersonType getPersonType()
public void setPersonType(PersonType personType)
public KycLevel getKycLevel()
public void setKycLevel(KycLevel kycLevel)
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public java.lang.Boolean isTermsAndConditionsAccepted()
public void setTermsAndConditionsAccepted(java.lang.Boolean termsAndConditionsAccepted)
public long getTermsAndConditionsAcceptedDate()
public void setUserCategory(UserCategory userCategory)
public UserCategory getUserCategory()
public java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class EntityBase