Class ApprovalStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ApprovalStatus
-
public class ApprovalStatus extends java.lang.ObjectApprovalStatusThe approval status of the shift
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApprovalStatus.Builder
-
Constructor Summary
Constructors Constructor Description ApprovalStatus()ApprovalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApprovalStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisShiftApprovalStatusSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisShiftApprovalStatusValue>value()The approval status of the shiftApprovalStatuswithSourceValue(HrisShiftApprovalStatusSourceValue sourceValue)ApprovalStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusSourceValue> sourceValue)ApprovalStatuswithValue(HrisShiftApprovalStatusValue value)The approval status of the shiftApprovalStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusValue> value)The approval status of the shift
-
-
-
Constructor Detail
-
ApprovalStatus
public ApprovalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusSourceValue> sourceValue)
-
ApprovalStatus
public ApprovalStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisShiftApprovalStatusValue> value()
The approval status of the shift
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisShiftApprovalStatusSourceValue> sourceValue()
-
builder
public static ApprovalStatus.Builder builder()
-
withValue
public ApprovalStatus withValue(HrisShiftApprovalStatusValue value)
The approval status of the shift
-
withValue
public ApprovalStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusValue> value)
The approval status of the shift
-
withSourceValue
public ApprovalStatus withSourceValue(HrisShiftApprovalStatusSourceValue sourceValue)
-
withSourceValue
public ApprovalStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftApprovalStatusSourceValue> 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
-
-