Class HrisShiftStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisShiftStatus.Builder
-
- Enclosing class:
- HrisShiftStatus
public static final class HrisShiftStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisShiftStatusbuild()HrisShiftStatus.BuildersourceValue(HrisShiftSourceValue sourceValue)HrisShiftStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> sourceValue)HrisShiftStatus.Buildervalue(HrisShiftValue value)The status of the shiftHrisShiftStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value)The status of the shift
-
-
-
Method Detail
-
value
public HrisShiftStatus.Builder value(HrisShiftValue value)
The status of the shift
-
value
public HrisShiftStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value)
The status of the shift
-
sourceValue
public HrisShiftStatus.Builder sourceValue(HrisShiftSourceValue sourceValue)
-
sourceValue
public HrisShiftStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> sourceValue)
-
build
public HrisShiftStatus build()
-
-