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