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