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