Class HrisUpdateEmployeeRequestDtoWorkLocationState
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoWorkLocationState
-
public class HrisUpdateEmployeeRequestDtoWorkLocationState extends java.lang.ObjectHrisUpdateEmployeeRequestDtoWorkLocationStateThe ISO3166-2 sub division where the location is situated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoWorkLocationState.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoWorkLocationState()HrisUpdateEmployeeRequestDtoWorkLocationState(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmployeeRequestDtoWorkLocationState.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()state (ISO3166-2 Sub Division Code) - value must be a valid enum valueHrisUpdateEmployeeRequestDtoWorkLocationStatewithSourceValue(HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue sourceValue)HrisUpdateEmployeeRequestDtoWorkLocationStatewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue)HrisUpdateEmployeeRequestDtoWorkLocationStatewithValue(java.lang.String value)state (ISO3166-2 Sub Division Code) - value must be a valid enum valueHrisUpdateEmployeeRequestDtoWorkLocationStatewithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoWorkLocationState
public HrisUpdateEmployeeRequestDtoWorkLocationState(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue)
-
HrisUpdateEmployeeRequestDtoWorkLocationState
public HrisUpdateEmployeeRequestDtoWorkLocationState()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue()
-
builder
public static final HrisUpdateEmployeeRequestDtoWorkLocationState.Builder builder()
-
withValue
public HrisUpdateEmployeeRequestDtoWorkLocationState withValue(java.lang.String value)
state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
withValue
public HrisUpdateEmployeeRequestDtoWorkLocationState withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
state (ISO3166-2 Sub Division Code) - value must be a valid enum value
-
withSourceValue
public HrisUpdateEmployeeRequestDtoWorkLocationState withSourceValue(HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue sourceValue)
-
withSourceValue
public HrisUpdateEmployeeRequestDtoWorkLocationState withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationStateSourceValue> sourceValue)
-
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
-
-