Class JobPostingEmploymentContractType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingEmploymentContractType.Builder
-
- Enclosing class:
- JobPostingEmploymentContractType
public static final class JobPostingEmploymentContractType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobPostingEmploymentContractTypebuild()JobPostingEmploymentContractType.BuildersourceValue(JobPostingEmploymentContractTypeSourceValue sourceValue)The source value of the employment contract type.JobPostingEmploymentContractType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeSourceValue> sourceValue)The source value of the employment contract type.JobPostingEmploymentContractType.Buildervalue(JobPostingEmploymentContractTypeValue value)The employment contract type.JobPostingEmploymentContractType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeValue> value)The employment contract type.
-
-
-
Method Detail
-
value
public JobPostingEmploymentContractType.Builder value(JobPostingEmploymentContractTypeValue value)
The employment contract type.
-
value
public JobPostingEmploymentContractType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeValue> value)
The employment contract type.
-
sourceValue
public JobPostingEmploymentContractType.Builder sourceValue(JobPostingEmploymentContractTypeSourceValue sourceValue)
The source value of the employment contract type.
-
sourceValue
public JobPostingEmploymentContractType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentContractTypeSourceValue> sourceValue)
The source value of the employment contract type.
-
build
public JobPostingEmploymentContractType build()
-
-