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