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