Class UpdateTaskRequestDtoStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateTaskRequestDtoStatus.Builder
-
- Enclosing class:
- UpdateTaskRequestDtoStatus
public static final class UpdateTaskRequestDtoStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTaskRequestDtoStatusbuild()UpdateTaskRequestDtoStatus.BuildersourceValue(UpdateTaskRequestDtoSourceValue sourceValue)UpdateTaskRequestDtoStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoSourceValue> sourceValue)UpdateTaskRequestDtoStatus.Buildervalue(UpdateTaskRequestDtoValue value)The unified value for the status of the task.UpdateTaskRequestDtoStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoValue> value)The unified value for the status of the task.
-
-
-
Method Detail
-
value
public UpdateTaskRequestDtoStatus.Builder value(UpdateTaskRequestDtoValue value)
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
value
public UpdateTaskRequestDtoStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoValue> value)
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
sourceValue
public UpdateTaskRequestDtoStatus.Builder sourceValue(UpdateTaskRequestDtoSourceValue sourceValue)
-
sourceValue
public UpdateTaskRequestDtoStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateTaskRequestDtoSourceValue> sourceValue)
-
build
public UpdateTaskRequestDtoStatus build()
-
-