Class EmployeeLocationType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeLocationType.Builder
-
- Enclosing class:
- EmployeeLocationType
public static final class EmployeeLocationType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeLocationTypebuild()EmployeeLocationType.BuildersourceValue(EmployeeWorkLocationLocationTypeSourceValue sourceValue)The source value of the location type.EmployeeLocationType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationLocationTypeSourceValue> sourceValue)The source value of the location type.EmployeeLocationType.Buildervalue(EmployeeWorkLocationLocationTypeValue value)The type of the location.EmployeeLocationType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationLocationTypeValue> value)The type of the location.
-
-
-
Method Detail
-
value
public EmployeeLocationType.Builder value(EmployeeWorkLocationLocationTypeValue value)
The type of the location.
-
value
public EmployeeLocationType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationLocationTypeValue> value)
The type of the location.
-
sourceValue
public EmployeeLocationType.Builder sourceValue(EmployeeWorkLocationLocationTypeSourceValue sourceValue)
The source value of the location type.
-
sourceValue
public EmployeeLocationType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationLocationTypeSourceValue> sourceValue)
The source value of the location type.
-
build
public EmployeeLocationType build()
-
-