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