Class TimeOffPoliciesType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeOffPoliciesType.Builder
-
- Enclosing class:
- TimeOffPoliciesType
public static final class TimeOffPoliciesType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeOffPoliciesTypebuild()TimeOffPoliciesType.BuildersourceValue(TimeOffPoliciesSourceValue sourceValue)TimeOffPoliciesType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesSourceValue> sourceValue)TimeOffPoliciesType.Buildervalue(TimeOffPoliciesValue value)The unified value for the type of the time off policy.TimeOffPoliciesType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesValue> value)The unified value for the type of the time off policy.
-
-
-
Method Detail
-
value
public TimeOffPoliciesType.Builder value(TimeOffPoliciesValue 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 TimeOffPoliciesType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesValue> 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 TimeOffPoliciesType.Builder sourceValue(TimeOffPoliciesSourceValue sourceValue)
-
sourceValue
public TimeOffPoliciesType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TimeOffPoliciesSourceValue> sourceValue)
-
build
public TimeOffPoliciesType build()
-
-