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