Class HrisShiftStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisShiftStatus
-
public class HrisShiftStatus extends java.lang.ObjectHrisShiftStatusThe status of the shift
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisShiftStatus.Builder
-
Constructor Summary
Constructors Constructor Description HrisShiftStatus()HrisShiftStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisShiftStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisShiftSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisShiftValue>value()The status of the shiftHrisShiftStatuswithSourceValue(HrisShiftSourceValue sourceValue)HrisShiftStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> sourceValue)HrisShiftStatuswithValue(HrisShiftValue value)The status of the shiftHrisShiftStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value)The status of the shift
-
-
-
Constructor Detail
-
HrisShiftStatus
public HrisShiftStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> sourceValue)
-
HrisShiftStatus
public HrisShiftStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisShiftValue> value()
The status of the shift
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisShiftSourceValue> sourceValue()
-
builder
public static HrisShiftStatus.Builder builder()
-
withValue
public HrisShiftStatus withValue(HrisShiftValue value)
The status of the shift
-
withValue
public HrisShiftStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value)
The status of the shift
-
withSourceValue
public HrisShiftStatus withSourceValue(HrisShiftSourceValue sourceValue)
-
withSourceValue
public HrisShiftStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> 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
-
-