Class HrisUpdateEmployeeRequestDtoPeriod.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoPeriod.Builder
-
- Enclosing class:
- HrisUpdateEmployeeRequestDtoPeriod
public static final class HrisUpdateEmployeeRequestDtoPeriod.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisUpdateEmployeeRequestDtoPeriodbuild()HrisUpdateEmployeeRequestDtoPeriod.BuildersourceValue(HrisUpdateEmployeeRequestDtoEmploymentWorkTimeSourceValue sourceValue)HrisUpdateEmployeeRequestDtoPeriod.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentWorkTimeSourceValue> sourceValue)HrisUpdateEmployeeRequestDtoPeriod.Buildervalue(HrisUpdateEmployeeRequestDtoEmploymentWorkTimeValue value)The unified value for the period.HrisUpdateEmployeeRequestDtoPeriod.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentWorkTimeValue> value)The unified value for the period.
-
-
-
Method Detail
-
value
public HrisUpdateEmployeeRequestDtoPeriod.Builder value(HrisUpdateEmployeeRequestDtoEmploymentWorkTimeValue value)
The unified value for the period.
-
value
public HrisUpdateEmployeeRequestDtoPeriod.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentWorkTimeValue> value)
The unified value for the period.
-
sourceValue
public HrisUpdateEmployeeRequestDtoPeriod.Builder sourceValue(HrisUpdateEmployeeRequestDtoEmploymentWorkTimeSourceValue sourceValue)
-
sourceValue
public HrisUpdateEmployeeRequestDtoPeriod.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentWorkTimeSourceValue> sourceValue)
-
build
public HrisUpdateEmployeeRequestDtoPeriod build()
-
-