Class UpdateUserApiModelStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateUserApiModelStatus.Builder
-
- Enclosing class:
- UpdateUserApiModelStatus
public static final class UpdateUserApiModelStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateUserApiModelStatusbuild()UpdateUserApiModelStatus.BuildersourceValue(UpdateUserApiModelSourceValue sourceValue)UpdateUserApiModelStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateUserApiModelSourceValue> sourceValue)UpdateUserApiModelStatus.Buildervalue(UpdateUserApiModelValue value)The status of the user, e.g.UpdateUserApiModelStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateUserApiModelValue> value)The status of the user, e.g.
-
-
-
Method Detail
-
value
public UpdateUserApiModelStatus.Builder value(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).
-
value
public UpdateUserApiModelStatus.Builder value(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).
-
sourceValue
public UpdateUserApiModelStatus.Builder sourceValue(UpdateUserApiModelSourceValue sourceValue)
-
sourceValue
public UpdateUserApiModelStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateUserApiModelSourceValue> sourceValue)
-
build
public UpdateUserApiModelStatus build()
-
-