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