Class HrisCreateEmployeeRequestDtoHomeLocationCountry
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoHomeLocationCountry
-
public class HrisCreateEmployeeRequestDtoHomeLocationCountry extends java.lang.ObjectHrisCreateEmployeeRequestDtoHomeLocationCountryThe country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoHomeLocationCountry.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoHomeLocationCountry()HrisCreateEmployeeRequestDtoHomeLocationCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoHomeLocationCountry
public HrisCreateEmployeeRequestDtoHomeLocationCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationSourceValue> sourceValue)
-
HrisCreateEmployeeRequestDtoHomeLocationCountry
public HrisCreateEmployeeRequestDtoHomeLocationCountry()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoHomeLocationValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoHomeLocationSourceValue> sourceValue()
-
builder
public static HrisCreateEmployeeRequestDtoHomeLocationCountry.Builder builder()
-
withValue
public HrisCreateEmployeeRequestDtoHomeLocationCountry withValue(HrisCreateEmployeeRequestDtoHomeLocationValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public HrisCreateEmployeeRequestDtoHomeLocationCountry withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public HrisCreateEmployeeRequestDtoHomeLocationCountry withSourceValue(HrisCreateEmployeeRequestDtoHomeLocationSourceValue sourceValue)
-
withSourceValue
public HrisCreateEmployeeRequestDtoHomeLocationCountry withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationSourceValue> 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
-
-