Class IdentitySourceUserProfileForUpsert

java.lang.Object
com.okta.sdk.resource.model.IdentitySourceUserProfileForUpsert
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class IdentitySourceUserProfileForUpsert extends Object implements Serializable
IdentitySourceUserProfileForUpsert
See Also:
  • Field Details

  • Constructor Details

    • IdentitySourceUserProfileForUpsert

      public IdentitySourceUserProfileForUpsert()
  • Method Details

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperties

      public void setAdditionalProperties(Map<String,Object> additionalProperties)
    • email

    • getEmail

      @Nullable public String getEmail()
      Get email
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • firstName

      public IdentitySourceUserProfileForUpsert firstName(String firstName)
    • getFirstName

      @Nullable public String getFirstName()
      Get firstName
      Returns:
      firstName
    • getFirstName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getFirstName_JsonNullable()
    • setFirstName_JsonNullable

      public void setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName)
    • setFirstName

      public void setFirstName(String firstName)
    • homeAddress

      public IdentitySourceUserProfileForUpsert homeAddress(String homeAddress)
    • getHomeAddress

      @Nullable public String getHomeAddress()
      Get homeAddress
      Returns:
      homeAddress
    • getHomeAddress_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getHomeAddress_JsonNullable()
    • setHomeAddress_JsonNullable

      public void setHomeAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> homeAddress)
    • setHomeAddress

      public void setHomeAddress(String homeAddress)
    • lastName

      public IdentitySourceUserProfileForUpsert lastName(String lastName)
    • getLastName

      @Nullable public String getLastName()
      Get lastName
      Returns:
      lastName
    • getLastName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getLastName_JsonNullable()
    • setLastName_JsonNullable

      public void setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName)
    • setLastName

      public void setLastName(String lastName)
    • mobilePhone

      public IdentitySourceUserProfileForUpsert mobilePhone(String mobilePhone)
    • getMobilePhone

      @Nullable public String getMobilePhone()
      Get mobilePhone
      Returns:
      mobilePhone
    • getMobilePhone_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getMobilePhone_JsonNullable()
    • setMobilePhone_JsonNullable

      public void setMobilePhone_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mobilePhone)
    • setMobilePhone

      public void setMobilePhone(String mobilePhone)
    • secondEmail

      public IdentitySourceUserProfileForUpsert secondEmail(String secondEmail)
    • getSecondEmail

      @Nullable public String getSecondEmail()
      Get secondEmail
      Returns:
      secondEmail
    • setSecondEmail

      public void setSecondEmail(String secondEmail)
    • userName

      public IdentitySourceUserProfileForUpsert userName(String userName)
    • getUserName

      @Nullable public String getUserName()
      Get userName
      Returns:
      userName
    • setUserName

      public void setUserName(String userName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object