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