Class HrisUpdateEmployeeRequestDtoWorkTime
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoWorkTime
-
public class HrisUpdateEmployeeRequestDtoWorkTime extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoWorkTime.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoWorkTime()HrisUpdateEmployeeRequestDtoWorkTime(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoDurationUnit> durationUnit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmployeeRequestDtoWorkTime.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>duration()The work time duration in ISO 8601 duration formatorg.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoDurationUnit>durationUnit()The duration unit of the work timebooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()HrisUpdateEmployeeRequestDtoWorkTimewithDuration(java.lang.String duration)The work time duration in ISO 8601 duration formatHrisUpdateEmployeeRequestDtoWorkTimewithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)The work time duration in ISO 8601 duration formatHrisUpdateEmployeeRequestDtoWorkTimewithDurationUnit(HrisUpdateEmployeeRequestDtoDurationUnit durationUnit)The duration unit of the work timeHrisUpdateEmployeeRequestDtoWorkTimewithDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoDurationUnit> durationUnit)The duration unit of the work time
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoWorkTime
public HrisUpdateEmployeeRequestDtoWorkTime(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoDurationUnit> durationUnit)
-
HrisUpdateEmployeeRequestDtoWorkTime
public HrisUpdateEmployeeRequestDtoWorkTime()
-
-
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<HrisUpdateEmployeeRequestDtoDurationUnit> durationUnit()
The duration unit of the work time
-
builder
public static final HrisUpdateEmployeeRequestDtoWorkTime.Builder builder()
-
withDuration
public HrisUpdateEmployeeRequestDtoWorkTime withDuration(java.lang.String duration)
The work time duration in ISO 8601 duration format
-
withDuration
public HrisUpdateEmployeeRequestDtoWorkTime withDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration)
The work time duration in ISO 8601 duration format
-
withDurationUnit
public HrisUpdateEmployeeRequestDtoWorkTime withDurationUnit(HrisUpdateEmployeeRequestDtoDurationUnit durationUnit)
The duration unit of the work time
-
withDurationUnit
public HrisUpdateEmployeeRequestDtoWorkTime withDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoDurationUnit> 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
-
-