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