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