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