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