Class HrisShiftResultStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisShiftResultStatus
-
public class HrisShiftResultStatus extends java.lang.ObjectHrisShiftResultStatusThe status of the shift
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisShiftResultStatus.Builder
-
Constructor Summary
Constructors Constructor Description HrisShiftResultStatus()HrisShiftResultStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisShiftResultStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisShiftResultSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisShiftResultValue>value()The status of the shiftHrisShiftResultStatuswithSourceValue(HrisShiftResultSourceValue sourceValue)HrisShiftResultStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultSourceValue> sourceValue)HrisShiftResultStatuswithValue(HrisShiftResultValue value)The status of the shiftHrisShiftResultStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultValue> value)The status of the shift
-
-
-
Constructor Detail
-
HrisShiftResultStatus
public HrisShiftResultStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultSourceValue> sourceValue)
-
HrisShiftResultStatus
public HrisShiftResultStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisShiftResultValue> value()
The status of the shift
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisShiftResultSourceValue> sourceValue()
-
builder
public static HrisShiftResultStatus.Builder builder()
-
withValue
public HrisShiftResultStatus withValue(HrisShiftResultValue value)
The status of the shift
-
withValue
public HrisShiftResultStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultValue> value)
The status of the shift
-
withSourceValue
public HrisShiftResultStatus withSourceValue(HrisShiftResultSourceValue sourceValue)
-
withSourceValue
public HrisShiftResultStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftResultSourceValue> 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
-
-