Class HrisCreateEmployeeRequestDtoWorkTime
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoWorkTime
-
public class HrisCreateEmployeeRequestDtoWorkTime extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoWorkTime.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoWorkTime()HrisCreateEmployeeRequestDtoWorkTime(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoDurationUnit> durationUnit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmployeeRequestDtoWorkTime.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>duration()The work time duration in ISO 8601 duration formatorg.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoDurationUnit>durationUnit()The duration unit of the work timebooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()HrisCreateEmployeeRequestDtoWorkTimewithDuration(java.lang.String duration)The work time duration in ISO 8601 duration formatHrisCreateEmployeeRequestDtoWorkTimewithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The work time duration in ISO 8601 duration formatHrisCreateEmployeeRequestDtoWorkTimewithDurationUnit(HrisCreateEmployeeRequestDtoDurationUnit durationUnit)The duration unit of the work timeHrisCreateEmployeeRequestDtoWorkTimewithDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoDurationUnit> durationUnit)The duration unit of the work time
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoWorkTime
public HrisCreateEmployeeRequestDtoWorkTime(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoDurationUnit> durationUnit)
-
HrisCreateEmployeeRequestDtoWorkTime
public HrisCreateEmployeeRequestDtoWorkTime()
-
-
Method Detail
-
duration
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration()
The work time duration in ISO 8601 duration format
-
durationUnit
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoDurationUnit> durationUnit()
The duration unit of the work time
-
builder
public static final HrisCreateEmployeeRequestDtoWorkTime.Builder builder()
-
withDuration
public HrisCreateEmployeeRequestDtoWorkTime withDuration(java.lang.String duration)
The work time duration in ISO 8601 duration format
-
withDuration
public HrisCreateEmployeeRequestDtoWorkTime withDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)
The work time duration in ISO 8601 duration format
-
withDurationUnit
public HrisCreateEmployeeRequestDtoWorkTime withDurationUnit(HrisCreateEmployeeRequestDtoDurationUnit durationUnit)
The duration unit of the work time
-
withDurationUnit
public HrisCreateEmployeeRequestDtoWorkTime withDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoDurationUnit> durationUnit)
The duration unit of the work time
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-