Class EmploymentDurationUnit
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentDurationUnit
-
public class EmploymentDurationUnit extends java.lang.ObjectEmploymentDurationUnitThe duration unit of the work time
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentDurationUnit.Builder
-
Constructor Summary
Constructors Constructor Description EmploymentDurationUnit()EmploymentDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmploymentDurationUnit.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmploymentWorkTimeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmploymentWorkTimeValue>value()The unified value for the period.EmploymentDurationUnitwithSourceValue(EmploymentWorkTimeSourceValue sourceValue)EmploymentDurationUnitwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeSourceValue> sourceValue)EmploymentDurationUnitwithValue(EmploymentWorkTimeValue value)The unified value for the period.EmploymentDurationUnitwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeValue> value)The unified value for the period.
-
-
-
Constructor Detail
-
EmploymentDurationUnit
public EmploymentDurationUnit(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeSourceValue> sourceValue)
-
EmploymentDurationUnit
public EmploymentDurationUnit()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmploymentWorkTimeValue> value()
The unified value for the period.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmploymentWorkTimeSourceValue> sourceValue()
-
builder
public static final EmploymentDurationUnit.Builder builder()
-
withValue
public EmploymentDurationUnit withValue(EmploymentWorkTimeValue value)
The unified value for the period.
-
withValue
public EmploymentDurationUnit withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeValue> value)
The unified value for the period.
-
withSourceValue
public EmploymentDurationUnit withSourceValue(EmploymentWorkTimeSourceValue sourceValue)
-
withSourceValue
public EmploymentDurationUnit withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentWorkTimeSourceValue> 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
-
-