Class CreateEmploymentApiModelWorkTime.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateEmploymentApiModelWorkTime.Builder
-
- Enclosing class:
- CreateEmploymentApiModelWorkTime
public static final class CreateEmploymentApiModelWorkTime.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateEmploymentApiModelWorkTimebuild()CreateEmploymentApiModelWorkTime.Builderduration(java.lang.String duration)The work time duration in ISO 8601 duration formatCreateEmploymentApiModelWorkTime.Builderduration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The work time duration in ISO 8601 duration formatCreateEmploymentApiModelWorkTime.BuilderdurationUnit(CreateEmploymentApiModelDurationUnit durationUnit)The duration unit of the work timeCreateEmploymentApiModelWorkTime.BuilderdurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelDurationUnit> durationUnit)The duration unit of the work time
-
-
-
Method Detail
-
duration
public CreateEmploymentApiModelWorkTime.Builder duration(java.lang.String duration)
The work time duration in ISO 8601 duration format
-
duration
public CreateEmploymentApiModelWorkTime.Builder duration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)
The work time duration in ISO 8601 duration format
-
durationUnit
public CreateEmploymentApiModelWorkTime.Builder durationUnit(CreateEmploymentApiModelDurationUnit durationUnit)
The duration unit of the work time
-
durationUnit
public CreateEmploymentApiModelWorkTime.Builder durationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends CreateEmploymentApiModelDurationUnit> durationUnit)
The duration unit of the work time
-
build
public CreateEmploymentApiModelWorkTime build()
-
-