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