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