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