Class EmployeeHomeLocationCountry
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeHomeLocationCountry
-
public class EmployeeHomeLocationCountry extends java.lang.ObjectEmployeeHomeLocationCountryThe country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeHomeLocationCountry.Builder
-
Constructor Summary
Constructors Constructor Description EmployeeHomeLocationCountry()EmployeeHomeLocationCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmployeeHomeLocationCountry.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationValue>value()The ISO3166-1 Alpha2 Code of the CountryEmployeeHomeLocationCountrywithSourceValue(EmployeeHomeLocationSourceValue sourceValue)EmployeeHomeLocationCountrywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationSourceValue> sourceValue)EmployeeHomeLocationCountrywithValue(EmployeeHomeLocationValue value)The ISO3166-1 Alpha2 Code of the CountryEmployeeHomeLocationCountrywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationValue> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Constructor Detail
-
EmployeeHomeLocationCountry
public EmployeeHomeLocationCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationSourceValue> sourceValue)
-
EmployeeHomeLocationCountry
public EmployeeHomeLocationCountry()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeHomeLocationSourceValue> sourceValue()
-
builder
public static EmployeeHomeLocationCountry.Builder builder()
-
withValue
public EmployeeHomeLocationCountry withValue(EmployeeHomeLocationValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public EmployeeHomeLocationCountry withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public EmployeeHomeLocationCountry withSourceValue(EmployeeHomeLocationSourceValue sourceValue)
-
withSourceValue
public EmployeeHomeLocationCountry withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeHomeLocationSourceValue> 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
-
-