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