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