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