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