Class EmployeeCountry
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeCountry
-
public class EmployeeCountry extends java.lang.ObjectEmployeeCountry - The country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeCountry.Builder
-
Constructor Summary
Constructors Constructor Description EmployeeCountry()EmployeeCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmployeeCountry.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmployeeWorkLocationSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmployeeWorkLocationValue>value()The ISO3166-1 Alpha2 Code of the CountryEmployeeCountrywithSourceValue(EmployeeWorkLocationSourceValue sourceValue)EmployeeCountrywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationSourceValue> sourceValue)EmployeeCountrywithValue(EmployeeWorkLocationValue value)The ISO3166-1 Alpha2 Code of the CountryEmployeeCountrywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationValue> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Constructor Detail
-
EmployeeCountry
public EmployeeCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationSourceValue> sourceValue)
-
EmployeeCountry
public EmployeeCountry()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeWorkLocationValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeWorkLocationSourceValue> sourceValue()
-
builder
public static final EmployeeCountry.Builder builder()
-
withValue
public EmployeeCountry withValue(EmployeeWorkLocationValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public EmployeeCountry withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public EmployeeCountry withSourceValue(EmployeeWorkLocationSourceValue sourceValue)
-
withSourceValue
public EmployeeCountry withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeWorkLocationSourceValue> 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
-
-