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-23T16:19:57.008753975Z[Etc/UTC]", comments="Generator version: 7.8.0") public class IdentitySourceUserProfileForUpsert extends Object implements Serializable
IdentitySourceUserProfileForUpsert
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • IdentitySourceUserProfileForUpsert Link icon

      public IdentitySourceUserProfileForUpsert()
  • Method Details Link icon

    • email Link icon

    • getEmail Link icon

      @Nullable public String getEmail()
      Email address of the user
      Returns:
      email
    • setEmail Link icon

      public void setEmail(String email)
    • firstName Link icon

      public IdentitySourceUserProfileForUpsert firstName(String firstName)
    • getFirstName Link icon

      @Nullable public String getFirstName()
      First name of the user
      Returns:
      firstName
    • getFirstName_JsonNullable Link icon

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

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

      public void setFirstName(String firstName)
    • homeAddress Link icon

      public IdentitySourceUserProfileForUpsert homeAddress(String homeAddress)
    • getHomeAddress Link icon

      @Nullable public String getHomeAddress()
      Home address of the user
      Returns:
      homeAddress
    • getHomeAddress_JsonNullable Link icon

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

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

      public void setHomeAddress(String homeAddress)
    • lastName Link icon

      public IdentitySourceUserProfileForUpsert lastName(String lastName)
    • getLastName Link icon

      @Nullable public String getLastName()
      Last name of the user
      Returns:
      lastName
    • getLastName_JsonNullable Link icon

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

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

      public void setLastName(String lastName)
    • mobilePhone Link icon

      public IdentitySourceUserProfileForUpsert mobilePhone(String mobilePhone)
    • getMobilePhone Link icon

      @Nullable public String getMobilePhone()
      Mobile phone number of the user
      Returns:
      mobilePhone
    • getMobilePhone_JsonNullable Link icon

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

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

      public void setMobilePhone(String mobilePhone)
    • secondEmail Link icon

      public IdentitySourceUserProfileForUpsert secondEmail(String secondEmail)
    • getSecondEmail Link icon

      @Nullable public String getSecondEmail()
      Alternative email address of the user
      Returns:
      secondEmail
    • setSecondEmail Link icon

      public void setSecondEmail(String secondEmail)
    • userName Link icon

      public IdentitySourceUserProfileForUpsert userName(String userName)
    • getUserName Link icon

      @Nullable public String getUserName()
      Username of the user
      Returns:
      userName
    • setUserName Link icon

      public void setUserName(String userName)
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object