Class UserFactorEmailProfile

java.lang.Object
com.okta.sdk.resource.model.UserFactorEmailProfile
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 UserFactorEmailProfile extends Object implements Serializable
UserFactorEmailProfile
See Also:
  • Field Details

  • Constructor Details

    • UserFactorEmailProfile

      public UserFactorEmailProfile()
  • Method Details

    • email

      public UserFactorEmailProfile email(String email)
    • getEmail

      @Nullable public String getEmail()
      Email address of the user. This must be either the primary or secondary email address associated with the Okta user account.
      Returns:
      email
    • setEmail

      public void setEmail(String email)
    • 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