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