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