Class UserTypePutRequest

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

  • Constructor Details

    • UserTypePutRequest

      public UserTypePutRequest()
  • Method Details

    • description

      public UserTypePutRequest description(String description)
    • getDescription

      @Nonnull public String getDescription()
      The human-readable description of the User Type
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • displayName

      public UserTypePutRequest displayName(String displayName)
    • getDisplayName

      @Nonnull public String getDisplayName()
      The human-readable name of the User Type
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • name

      public UserTypePutRequest name(String name)
    • getName

      @Nonnull public String getName()
      The name of the existing type
      Returns:
      name
    • setName

      public void setName(String name)
    • 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