@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class IdentitySourceUserProfileForUpsert extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Map<String,Object> |
additionalProperties |
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_FIRST_NAME |
static String |
JSON_PROPERTY_HOME_ADDRESS |
static String |
JSON_PROPERTY_LAST_NAME |
static String |
JSON_PROPERTY_MOBILE_PHONE |
static String |
JSON_PROPERTY_SECOND_EMAIL |
static String |
JSON_PROPERTY_USER_NAME |
Constructor and Description |
---|
IdentitySourceUserProfileForUpsert() |
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_FIRST_NAME
public static final String JSON_PROPERTY_HOME_ADDRESS
public static final String JSON_PROPERTY_LAST_NAME
public static final String JSON_PROPERTY_MOBILE_PHONE
public static final String JSON_PROPERTY_SECOND_EMAIL
public static final String JSON_PROPERTY_USER_NAME
public void setAdditionalProperties(Map<String,Object> additionalProperties)
public IdentitySourceUserProfileForUpsert email(String email)
public void setEmail(String email)
public IdentitySourceUserProfileForUpsert firstName(String firstName)
public org.openapitools.jackson.nullable.JsonNullable<String> getFirstName_JsonNullable()
public void setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName)
public void setFirstName(String firstName)
public IdentitySourceUserProfileForUpsert homeAddress(String homeAddress)
public org.openapitools.jackson.nullable.JsonNullable<String> getHomeAddress_JsonNullable()
public void setHomeAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> homeAddress)
public void setHomeAddress(String homeAddress)
public IdentitySourceUserProfileForUpsert lastName(String lastName)
public org.openapitools.jackson.nullable.JsonNullable<String> getLastName_JsonNullable()
public void setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName)
public void setLastName(String lastName)
public IdentitySourceUserProfileForUpsert mobilePhone(String mobilePhone)
public org.openapitools.jackson.nullable.JsonNullable<String> getMobilePhone_JsonNullable()
public void setMobilePhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone)
public void setMobilePhone(String mobilePhone)
public IdentitySourceUserProfileForUpsert secondEmail(String secondEmail)
public void setSecondEmail(String secondEmail)
public IdentitySourceUserProfileForUpsert userName(String userName)
public void setUserName(String userName)
Copyright © 2017–2023 Okta. All rights reserved.