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