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