Class HrisCreateEmploymentRequestDtoDurationUnit
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoDurationUnit
-
public class HrisCreateEmploymentRequestDtoDurationUnit extends java.lang.ObjectHrisCreateEmploymentRequestDtoDurationUnitThe duration unit of the work time
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDtoDurationUnit.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDtoDurationUnit()HrisCreateEmploymentRequestDtoDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTimeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTimeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDtoDurationUnit
public HrisCreateEmploymentRequestDtoDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTimeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTimeSourceValue> sourceValue)
-
HrisCreateEmploymentRequestDtoDurationUnit
public HrisCreateEmploymentRequestDtoDurationUnit()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoWorkTimeValue> value()
The unified value for the period.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoWorkTimeSourceValue> sourceValue()
-
builder
public static final HrisCreateEmploymentRequestDtoDurationUnit.Builder builder()
-
withValue
public HrisCreateEmploymentRequestDtoDurationUnit withValue(HrisCreateEmploymentRequestDtoWorkTimeValue value)
The unified value for the period.
-
withValue
public HrisCreateEmploymentRequestDtoDurationUnit withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTimeValue> value)
The unified value for the period.
-
withSourceValue
public HrisCreateEmploymentRequestDtoDurationUnit withSourceValue(HrisCreateEmploymentRequestDtoWorkTimeSourceValue sourceValue)
-
withSourceValue
public HrisCreateEmploymentRequestDtoDurationUnit withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTimeSourceValue> sourceValue)
-
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
-
-