Class IamUserStatus


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

      • IamUserStatus

        public IamUserStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserValue> value,
                             org.openapitools.jackson.nullable.JsonNullable<? extends IamUserSourceValue> sourceValue)
      • IamUserStatus

        public IamUserStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<IamUserValue> 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).
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<IamUserSourceValue> sourceValue()
      • withValue

        public IamUserStatus withValue​(IamUserValue 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 IamUserStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserValue> 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