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