Class TimeOffType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeOffType
-
public class TimeOffType extends java.lang.ObjectTimeOffType - The type of the time off request
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOffType.Builder
-
Constructor Summary
Constructors Constructor Description TimeOffType()TimeOffType(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeOffType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeValue>value()TimeOffTypewithSourceValue(TimeOffTypeSourceValue sourceValue)TimeOffTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)TimeOffTypewithValue(TimeOffTypeValue value)TimeOffTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value)
-
-
-
Constructor Detail
-
TimeOffType
public TimeOffType(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)
-
TimeOffType
public TimeOffType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeSourceValue> sourceValue()
-
builder
public static final TimeOffType.Builder builder()
-
withValue
public TimeOffType withValue(TimeOffTypeValue value)
-
withValue
public TimeOffType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value)
-
withSourceValue
public TimeOffType withSourceValue(TimeOffTypeSourceValue sourceValue)
-
withSourceValue
public TimeOffType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> 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
-
-