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