Package com.okta.sdk.resource.model
Class IdentitySourceUserProfileForUpsert
java.lang.Object
com.okta.sdk.resource.model.IdentitySourceUserProfileForUpsert
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class IdentitySourceUserProfileForUpsert
extends Object
implements Serializable
IdentitySourceUserProfileForUpsert
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
Email address of the userFirst name of the userorg.openapitools.jackson.nullable.JsonNullable
<String> Home address of the userorg.openapitools.jackson.nullable.JsonNullable
<String> Last name of the userorg.openapitools.jackson.nullable.JsonNullable
<String> Mobile phone number of the userorg.openapitools.jackson.nullable.JsonNullable
<String> Alternative email address of the userUsername of the userint
hashCode()
homeAddress
(String homeAddress) mobilePhone
(String mobilePhone) secondEmail
(String secondEmail) void
void
setFirstName
(String firstName) void
setFirstName_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> firstName) void
setHomeAddress
(String homeAddress) void
setHomeAddress_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> homeAddress) void
setLastName
(String lastName) void
setLastName_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> lastName) void
setMobilePhone
(String mobilePhone) void
setMobilePhone_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone) void
setSecondEmail
(String secondEmail) void
setUserName
(String userName) toString()
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_HOME_ADDRESS
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_MOBILE_PHONE
- See Also:
-
JSON_PROPERTY_SECOND_EMAIL
- See Also:
-
JSON_PROPERTY_USER_NAME
- See Also:
-
-
Constructor Details
-
IdentitySourceUserProfileForUpsert
public IdentitySourceUserProfileForUpsert()
-
-
Method Details
-
email
-
getEmail
Email address of the user- Returns:
-
setEmail
-
firstName
-
getFirstName
First name of the user- Returns:
- firstName
-
getFirstName_JsonNullable
-
setFirstName_JsonNullable
public void setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName) -
setFirstName
-
homeAddress
-
getHomeAddress
Home address of the user- Returns:
- homeAddress
-
getHomeAddress_JsonNullable
-
setHomeAddress_JsonNullable
public void setHomeAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> homeAddress) -
setHomeAddress
-
lastName
-
getLastName
Last name of the user- Returns:
- lastName
-
getLastName_JsonNullable
-
setLastName_JsonNullable
public void setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName) -
setLastName
-
mobilePhone
-
getMobilePhone
Mobile phone number of the user- Returns:
- mobilePhone
-
getMobilePhone_JsonNullable
-
setMobilePhone_JsonNullable
public void setMobilePhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone) -
setMobilePhone
-
secondEmail
-
getSecondEmail
Alternative email address of the user- Returns:
- secondEmail
-
setSecondEmail
-
userName
-
getUserName
Username of the user- Returns:
- userName
-
setUserName
-
equals
-
hashCode
public int hashCode() -
toString
-