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