Class IamUserStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamUserStatus
-
public class IamUserStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamUserStatus.Builder
-
Constructor Summary
Constructors Constructor Description IamUserStatus()IamUserStatus(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamUserSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamUserStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamUserSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamUserValue>value()The status of the user, e.g.IamUserStatuswithSourceValue(IamUserSourceValue sourceValue)IamUserStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserSourceValue> sourceValue)IamUserStatuswithValue(IamUserValue value)The status of the user, e.g.IamUserStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserValue> value)The status of the user, e.g.
-
-
-
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()
-
builder
public static final IamUserStatus.Builder builder()
-
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).
-
withSourceValue
public IamUserStatus withSourceValue(IamUserSourceValue sourceValue)
-
withSourceValue
public IamUserStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUserSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-