Class AccountAddress
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountAddress
-
public class AccountAddress extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountAddress.Builder
-
Constructor Summary
Constructors Constructor Description AccountAddress()AccountAddress(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressCountry> country, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationType> locationType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountAddress.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>city()org.openapitools.jackson.nullable.JsonNullable<AccountAddressCountry>country()The country codebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationType>locationType()The location typeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>state()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>street1()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>street2()java.lang.StringtoString()AccountAddresswithCity(java.lang.String city)AccountAddresswithCity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)AccountAddresswithCountry(AccountAddressCountry country)The country codeAccountAddresswithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressCountry> country)The country codeAccountAddresswithLocationType(AccountAddressLocationType locationType)The location typeAccountAddresswithLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationType> locationType)The location typeAccountAddresswithState(java.lang.String state)AccountAddresswithState(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)AccountAddresswithStreet1(java.lang.String street1)AccountAddresswithStreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)AccountAddresswithStreet2(java.lang.String street2)AccountAddresswithStreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)AccountAddresswithZipCode(java.lang.String zipCode)AccountAddresswithZipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>zipCode()
-
-
-
Constructor Detail
-
AccountAddress
public AccountAddress(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressCountry> country, org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationType> locationType)
-
AccountAddress
public AccountAddress()
-
-
Method Detail
-
street1
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1()
-
street2
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2()
-
city
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city()
-
state
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state()
-
zipCode
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode()
-
country
public org.openapitools.jackson.nullable.JsonNullable<AccountAddressCountry> country()
The country code
-
locationType
public org.openapitools.jackson.nullable.JsonNullable<AccountAddressLocationType> locationType()
The location type
-
builder
public static final AccountAddress.Builder builder()
-
withStreet1
public AccountAddress withStreet1(java.lang.String street1)
-
withStreet1
public AccountAddress withStreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
-
withStreet2
public AccountAddress withStreet2(java.lang.String street2)
-
withStreet2
public AccountAddress withStreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
-
withCity
public AccountAddress withCity(java.lang.String city)
-
withCity
public AccountAddress withCity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
-
withState
public AccountAddress withState(java.lang.String state)
-
withState
public AccountAddress withState(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)
-
withZipCode
public AccountAddress withZipCode(java.lang.String zipCode)
-
withZipCode
public AccountAddress withZipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
-
withCountry
public AccountAddress withCountry(AccountAddressCountry country)
The country code
-
withCountry
public AccountAddress withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressCountry> country)
The country code
-
withLocationType
public AccountAddress withLocationType(AccountAddressLocationType locationType)
The location type
-
withLocationType
public AccountAddress withLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationType> locationType)
The location type
-
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
-
-