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