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