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