Class LocationType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LocationType
-
public class LocationType extends java.lang.ObjectLocationTypeThe location type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocationType.Builder
-
Constructor Summary
Constructors Constructor Description LocationType()LocationType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HRISLocationLocationTypeSourceValue>sourceValue()The source value of the location type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISLocationLocationTypeValue>value()The type of the location.LocationTypewithSourceValue(HRISLocationLocationTypeSourceValue sourceValue)The source value of the location type.LocationTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeSourceValue> sourceValue)The source value of the location type.LocationTypewithValue(HRISLocationLocationTypeValue value)The type of the location.LocationTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeValue> value)The type of the location.
-
-
-
Constructor Detail
-
LocationType
public LocationType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeSourceValue> sourceValue)
-
LocationType
public LocationType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HRISLocationLocationTypeValue> value()
The type of the location.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HRISLocationLocationTypeSourceValue> sourceValue()
The source value of the location type.
-
builder
public static final LocationType.Builder builder()
-
withValue
public LocationType withValue(HRISLocationLocationTypeValue value)
The type of the location.
-
withValue
public LocationType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeValue> value)
The type of the location.
-
withSourceValue
public LocationType withSourceValue(HRISLocationLocationTypeSourceValue sourceValue)
The source value of the location type.
-
withSourceValue
public LocationType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationLocationTypeSourceValue> sourceValue)
The source value of the location type.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-