Class UserTypePutRequest

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

  • Constructor Details Link icon

    • UserTypePutRequest Link icon

      public UserTypePutRequest()
  • Method Details Link icon

    • description Link icon

      public UserTypePutRequest description(String description)
    • getDescription Link icon

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

      public void setDescription(String description)
    • displayName Link icon

      public UserTypePutRequest displayName(String displayName)
    • getDisplayName Link icon

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

      public void setDisplayName(String displayName)
    • name Link icon

      public UserTypePutRequest name(String name)
    • getName Link icon

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

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