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