Class UpdateUserApiModelStatus


  • public class UpdateUserApiModelStatus
    extends java.lang.Object
    • Constructor Detail

      • UpdateUserApiModelStatus

        public UpdateUserApiModelStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<UpdateUserApiModelValue> value()
        The status of the user, e.g. whether the user is enabled, has been disabled (eg. by an admin), or is pending (ie: awaiting approval by the user or an admin).
      • withValue

        public UpdateUserApiModelStatus withValue​(UpdateUserApiModelValue value)
        The status of the user, e.g. whether the user is enabled, has been disabled (eg. by an admin), or is pending (ie: awaiting approval by the user or an admin).
      • withValue

        public UpdateUserApiModelStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateUserApiModelValue> value)
        The status of the user, e.g. whether the user is enabled, has been disabled (eg. by an admin), or is pending (ie: awaiting approval by the user or an admin).
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object