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