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