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