Modifier and Type |
Method and Description |
IdentitySourceUserProfileForUpsert |
email(String email) |
boolean |
equals(Object o) |
IdentitySourceUserProfileForUpsert |
firstName(String firstName) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEmail()
Get email
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getFirstName_JsonNullable() |
String |
getFirstName()
Get firstName
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getHomeAddress_JsonNullable() |
String |
getHomeAddress()
Get homeAddress
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getLastName_JsonNullable() |
String |
getLastName()
Get lastName
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getMobilePhone_JsonNullable() |
String |
getMobilePhone()
Get mobilePhone
|
String |
getSecondEmail()
Get secondEmail
|
String |
getUserName()
Get userName
|
int |
hashCode() |
IdentitySourceUserProfileForUpsert |
homeAddress(String homeAddress) |
IdentitySourceUserProfileForUpsert |
lastName(String lastName) |
IdentitySourceUserProfileForUpsert |
mobilePhone(String mobilePhone) |
IdentitySourceUserProfileForUpsert |
secondEmail(String secondEmail) |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setEmail(String email) |
void |
setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName) |
void |
setFirstName(String firstName) |
void |
setHomeAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> homeAddress) |
void |
setHomeAddress(String homeAddress) |
void |
setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName) |
void |
setLastName(String lastName) |
void |
setMobilePhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone) |
void |
setMobilePhone(String mobilePhone) |
void |
setSecondEmail(String secondEmail) |
void |
setUserName(String userName) |
String |
toString() |
IdentitySourceUserProfileForUpsert |
userName(String userName) |