public final class UserNatural extends User
| Modifier and Type | Class and Description |
|---|---|
static class |
UserNatural.IncomeRanges
Income ranges:
1 (-18K€),
2 (18-30K€),
3 (30-50K€),
4 (50-80K€),
5 (80-120K€),
6 (+120K€)
|
| Constructor and Description |
|---|
UserNatural()
Instantiates new UserNatural object.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
long |
getBirthday() |
java.lang.String |
getBirthplace() |
NaturalUserCapacity |
getCapacity() |
CountryIso |
getCountryOfResidence() |
java.lang.String |
getFirstName() |
java.lang.Integer |
getIncomeRange() |
java.lang.String |
getLastName() |
CountryIso |
getNationality() |
java.lang.String |
getOccupation() |
java.lang.String |
getProofOfAddress() |
java.lang.String |
getProofOfIdentity() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
void |
setAddress(Address address) |
void |
setBirthday(long birthday) |
void |
setBirthplace(java.lang.String birthplace) |
void |
setCapacity(NaturalUserCapacity capacity) |
void |
setCountryOfResidence(CountryIso countryOfResidence) |
void |
setFirstName(java.lang.String firstName) |
void |
setIncomeRange(java.lang.Integer incomeRange) |
void |
setLastName(java.lang.String lastName) |
void |
setNationality(CountryIso nationality) |
void |
setOccupation(java.lang.String occupation) |
void |
setProofOfAddress(java.lang.String proofOfAddress) |
void |
setProofOfIdentity(java.lang.String proofOfIdentity) |
getEmail, getKycLevel, getPersonType, getTermsAndConditionsAcceptedDate, getUserCategory, isTermsAndConditionsAccepted, setEmail, setKycLevel, setPersonType, setTermsAndConditionsAccepted, setUserCategorygetCreationDate, getId, getTag, setCreationDate, setId, setTaggetDependentObjects, getValuespublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
public Address getAddress()
public void setAddress(Address address)
public long getBirthday()
public void setBirthday(long birthday)
public java.lang.String getBirthplace()
public void setBirthplace(java.lang.String birthplace)
public CountryIso getNationality()
public void setNationality(CountryIso nationality)
public CountryIso getCountryOfResidence()
public void setCountryOfResidence(CountryIso countryOfResidence)
public java.lang.String getOccupation()
public void setOccupation(java.lang.String occupation)
public java.lang.Integer getIncomeRange()
public void setIncomeRange(java.lang.Integer incomeRange)
public java.lang.String getProofOfIdentity()
public void setProofOfIdentity(java.lang.String proofOfIdentity)
public java.lang.String getProofOfAddress()
public void setProofOfAddress(java.lang.String proofOfAddress)
public NaturalUserCapacity getCapacity()
public void setCapacity(NaturalUserCapacity capacity)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
getSubObjects in class Dtopublic java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class User