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(JobSourceValue sourceValue)The source value of the job status.JobStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobSourceValue> sourceValue)The source value of the job status.JobStatus.Buildervalue(JobValue value)The status of the job.JobStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends JobValue> value)The status of the job.
-
-
-
Method Detail
-
value
public JobStatus.Builder value(JobValue value)
The status of the job.
-
value
public JobStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends JobValue> value)
The status of the job.
-
sourceValue
public JobStatus.Builder sourceValue(JobSourceValue sourceValue)
The source value of the job status.
-
sourceValue
public JobStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobSourceValue> sourceValue)
The source value of the job status.
-
build
public JobStatus build()
-
-