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