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