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