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