Class TimeOffBalancesType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeOffBalancesType.Builder
-
- Enclosing class:
- TimeOffBalancesType
public static final class TimeOffBalancesType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeOffBalancesTypebuild()TimeOffBalancesType.BuildersourceValue(TimeOffBalancesPolicyTypeSourceValue sourceValue)TimeOffBalancesType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffBalancesPolicyTypeSourceValue> sourceValue)TimeOffBalancesType.Buildervalue(TimeOffBalancesPolicyTypeValue value)The unified value for the type of the time off policy.TimeOffBalancesType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffBalancesPolicyTypeValue> value)The unified value for the type of the time off policy.
-
-
-
Method Detail
-
value
public TimeOffBalancesType.Builder value(TimeOffBalancesPolicyTypeValue value)
The unified value for the type of the time off policy. If the provider does not specify this unit, the value will be set to unmapped_value
-
value
public TimeOffBalancesType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffBalancesPolicyTypeValue> value)
The unified value for the type of the time off policy. If the provider does not specify this unit, the value will be set to unmapped_value
-
sourceValue
public TimeOffBalancesType.Builder sourceValue(TimeOffBalancesPolicyTypeSourceValue sourceValue)
-
sourceValue
public TimeOffBalancesType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffBalancesPolicyTypeSourceValue> sourceValue)
-
build
public TimeOffBalancesType build()
-
-