Class HrisUpdateEmploymentRequestDtoWorkTime.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDtoWorkTime.Builder
-
- Enclosing class:
- HrisUpdateEmploymentRequestDtoWorkTime
public static final class HrisUpdateEmploymentRequestDtoWorkTime.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisUpdateEmploymentRequestDtoWorkTimebuild()HrisUpdateEmploymentRequestDtoWorkTime.Builderduration(java.lang.String duration)The work time duration in ISO 8601 duration formatHrisUpdateEmploymentRequestDtoWorkTime.Builderduration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The work time duration in ISO 8601 duration formatHrisUpdateEmploymentRequestDtoWorkTime.Builderperiod(HrisUpdateEmploymentRequestDtoPeriod period)The period of the work timeHrisUpdateEmploymentRequestDtoWorkTime.Builderperiod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPeriod> period)The period of the work time
-
-
-
Method Detail
-
duration
public HrisUpdateEmploymentRequestDtoWorkTime.Builder duration(java.lang.String duration)
The work time duration in ISO 8601 duration format
-
duration
public HrisUpdateEmploymentRequestDtoWorkTime.Builder duration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)
The work time duration in ISO 8601 duration format
-
period
public HrisUpdateEmploymentRequestDtoWorkTime.Builder period(HrisUpdateEmploymentRequestDtoPeriod period)
The period of the work time
-
period
public HrisUpdateEmploymentRequestDtoWorkTime.Builder period(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPeriod> period)
The period of the work time
-
build
public HrisUpdateEmploymentRequestDtoWorkTime build()
-
-