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