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.BuilderdurationUnit(HrisCreateEmployeeRequestDtoDurationUnit durationUnit)The duration unit of the work timeHrisCreateEmployeeRequestDtoWorkTime.BuilderdurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoDurationUnit> durationUnit)The duration unit 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
-
durationUnit
public HrisCreateEmployeeRequestDtoWorkTime.Builder durationUnit(HrisCreateEmployeeRequestDtoDurationUnit durationUnit)
The duration unit of the work time
-
durationUnit
public HrisCreateEmployeeRequestDtoWorkTime.Builder durationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoDurationUnit> durationUnit)
The duration unit of the work time
-
build
public HrisCreateEmployeeRequestDtoWorkTime build()
-
-