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