Class IamUpdateUserRequestDtoStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamUpdateUserRequestDtoStatus
-
public class IamUpdateUserRequestDtoStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamUpdateUserRequestDtoStatus.Builder
-
Constructor Summary
Constructors Constructor Description IamUpdateUserRequestDtoStatus()IamUpdateUserRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamUpdateUserRequestDtoStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoValue>value()The status of the user, e.g.IamUpdateUserRequestDtoStatuswithSourceValue(IamUpdateUserRequestDtoSourceValue sourceValue)IamUpdateUserRequestDtoStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoSourceValue> sourceValue)IamUpdateUserRequestDtoStatuswithValue(IamUpdateUserRequestDtoValue value)The status of the user, e.g.IamUpdateUserRequestDtoStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoValue> value)The status of the user, e.g.
-
-
-
Constructor Detail
-
IamUpdateUserRequestDtoStatus
public IamUpdateUserRequestDtoStatus(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoSourceValue> sourceValue)
-
IamUpdateUserRequestDtoStatus
public IamUpdateUserRequestDtoStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<IamUpdateUserRequestDtoValue> 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<IamUpdateUserRequestDtoSourceValue> sourceValue()
-
builder
public static final IamUpdateUserRequestDtoStatus.Builder builder()
-
withValue
public IamUpdateUserRequestDtoStatus withValue(IamUpdateUserRequestDtoValue 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 IamUpdateUserRequestDtoStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoValue> 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 IamUpdateUserRequestDtoStatus withSourceValue(IamUpdateUserRequestDtoSourceValue sourceValue)
-
withSourceValue
public IamUpdateUserRequestDtoStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamUpdateUserRequestDtoSourceValue> 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
-
-