Class AtsCreateJobRequestDtoJobStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateJobRequestDtoJobStatus.Builder
-
- Enclosing class:
- AtsCreateJobRequestDtoJobStatus
public static final class AtsCreateJobRequestDtoJobStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsCreateJobRequestDtoJobStatusbuild()AtsCreateJobRequestDtoJobStatus.BuildersourceValue(AtsCreateJobRequestDtoSourceValue sourceValue)The source value of the job status.AtsCreateJobRequestDtoJobStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoSourceValue> sourceValue)The source value of the job status.AtsCreateJobRequestDtoJobStatus.Buildervalue(AtsCreateJobRequestDtoValue value)The status of the job.AtsCreateJobRequestDtoJobStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoValue> value)The status of the job.
-
-
-
Method Detail
-
value
public AtsCreateJobRequestDtoJobStatus.Builder value(AtsCreateJobRequestDtoValue value)
The status of the job.
-
value
public AtsCreateJobRequestDtoJobStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoValue> value)
The status of the job.
-
sourceValue
public AtsCreateJobRequestDtoJobStatus.Builder sourceValue(AtsCreateJobRequestDtoSourceValue sourceValue)
The source value of the job status.
-
sourceValue
public AtsCreateJobRequestDtoJobStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoSourceValue> sourceValue)
The source value of the job status.
-
build
public AtsCreateJobRequestDtoJobStatus build()
-
-