Class TaskStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TaskStatus.Builder
-
- Enclosing class:
- TaskStatus
public static final class TaskStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskStatusbuild()TaskStatus.BuildersourceValue(TaskStatusSourceValue sourceValue)TaskStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusSourceValue> sourceValue)TaskStatus.Buildervalue(TaskStatusValue value)The unified value for the status of the task.TaskStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusValue> value)The unified value for the status of the task.
-
-
-
Method Detail
-
value
public TaskStatus.Builder value(TaskStatusValue 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 TaskStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusValue> 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 TaskStatus.Builder sourceValue(TaskStatusSourceValue sourceValue)
-
sourceValue
public TaskStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusSourceValue> sourceValue)
-
build
public TaskStatus build()
-
-