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 HrisCreateEmployeeRequestDtoPeriod> period)
-
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 formatbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoPeriod>period()The period of the work timejava.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 formatHrisCreateEmployeeRequestDtoWorkTimewithPeriod(HrisCreateEmployeeRequestDtoPeriod period)The period of the work timeHrisCreateEmployeeRequestDtoWorkTimewithPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPeriod> period)The period of the work time
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoWorkTime
public HrisCreateEmployeeRequestDtoWorkTime(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> duration, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPeriod> period)
-
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
-
period
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoPeriod> period()
The period of the work time
-
builder
public static 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
-
withPeriod
public HrisCreateEmployeeRequestDtoWorkTime withPeriod(HrisCreateEmployeeRequestDtoPeriod period)
The period of the work time
-
withPeriod
public HrisCreateEmployeeRequestDtoWorkTime withPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPeriod> period)
The period 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
-
-