Class EmployeeHomeLocationLocationType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeHomeLocationLocationType
-
public class EmployeeHomeLocationLocationType extends java.lang.ObjectEmployeeHomeLocationLocationType - The location type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeHomeLocationLocationType.Builder
-
Constructor Summary
Constructors Constructor Description EmployeeHomeLocationLocationType()EmployeeHomeLocationLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmployeeHomeLocationLocationType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationLocationTypeSourceValue>sourceValue()The source value of the location type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationLocationTypeValue>value()The type of the location.EmployeeHomeLocationLocationTypewithSourceValue(EmployeeHomeLocationLocationTypeSourceValue sourceValue)The source value of the location type.EmployeeHomeLocationLocationTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeSourceValue> sourceValue)The source value of the location type.EmployeeHomeLocationLocationTypewithValue(EmployeeHomeLocationLocationTypeValue value)The type of the location.EmployeeHomeLocationLocationTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeValue> value)The type of the location.
-
-
-
Constructor Detail
-
EmployeeHomeLocationLocationType
public EmployeeHomeLocationLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeSourceValue> sourceValue)
-
EmployeeHomeLocationLocationType
public EmployeeHomeLocationLocationType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationLocationTypeValue> value()
The type of the location.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationLocationTypeSourceValue> sourceValue()
The source value of the location type.
-
builder
public static final EmployeeHomeLocationLocationType.Builder builder()
-
withValue
public EmployeeHomeLocationLocationType withValue(EmployeeHomeLocationLocationTypeValue value)
The type of the location.
-
withValue
public EmployeeHomeLocationLocationType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeValue> value)
The type of the location.
-
withSourceValue
public EmployeeHomeLocationLocationType withSourceValue(EmployeeHomeLocationLocationTypeSourceValue sourceValue)
The source value of the location type.
-
withSourceValue
public EmployeeHomeLocationLocationType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationLocationTypeSourceValue> 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
-
-