Class TimeOffType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeOffType
-
@Deprecated public class TimeOffType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.TimeOffTypeThe type of the time off request
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOffType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description TimeOffType()Deprecated.TimeOffType(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TimeOffType.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeSourceValue>sourceValue()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeValue>value()Deprecated.TimeOffTypewithSourceValue(TimeOffTypeSourceValue sourceValue)Deprecated.TimeOffTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)Deprecated.TimeOffTypewithValue(TimeOffTypeValue value)Deprecated.TimeOffTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value)Deprecated.
-
-
-
Constructor Detail
-
TimeOffType
public TimeOffType(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)
Deprecated.
-
TimeOffType
public TimeOffType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TimeOffTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static final TimeOffType.Builder builder()
Deprecated.
-
withValue
public TimeOffType withValue(TimeOffTypeValue value)
Deprecated.
-
withValue
public TimeOffType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeValue> value)
Deprecated.
-
withSourceValue
public TimeOffType withSourceValue(TimeOffTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public TimeOffType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffTypeSourceValue> sourceValue)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-