Class AccountAddressCountry
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountAddressCountry
-
public class AccountAddressCountry extends java.lang.ObjectAccountAddressCountryThe country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountAddressCountry.Builder
-
Constructor Summary
Constructors Constructor Description AccountAddressCountry()AccountAddressCountry(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountAddressCountry.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountAddressSourceValue>sourceValue()The source value of the ISO 3166-1 alpha-2 code of the country.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountAddressValue>value()The ISO 3166-1 alpha-2 code of the country.AccountAddressCountrywithSourceValue(AccountAddressSourceValue sourceValue)The source value of the ISO 3166-1 alpha-2 code of the country.AccountAddressCountrywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressSourceValue> sourceValue)The source value of the ISO 3166-1 alpha-2 code of the country.AccountAddressCountrywithValue(AccountAddressValue value)The ISO 3166-1 alpha-2 code of the country.AccountAddressCountrywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressValue> value)The ISO 3166-1 alpha-2 code of the country.
-
-
-
Constructor Detail
-
AccountAddressCountry
public AccountAddressCountry(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressSourceValue> sourceValue)
-
AccountAddressCountry
public AccountAddressCountry()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountAddressValue> value()
The ISO 3166-1 alpha-2 code of the country.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountAddressSourceValue> sourceValue()
The source value of the ISO 3166-1 alpha-2 code of the country.
-
builder
public static AccountAddressCountry.Builder builder()
-
withValue
public AccountAddressCountry withValue(AccountAddressValue value)
The ISO 3166-1 alpha-2 code of the country.
-
withValue
public AccountAddressCountry withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressValue> value)
The ISO 3166-1 alpha-2 code of the country.
-
withSourceValue
public AccountAddressCountry withSourceValue(AccountAddressSourceValue sourceValue)
The source value of the ISO 3166-1 alpha-2 code of the country.
-
withSourceValue
public AccountAddressCountry withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressSourceValue> sourceValue)
The source value of the ISO 3166-1 alpha-2 code of the country.
-
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
-
-