public static interface Address.Builder extends SdkPojo, CopyableBuilder<Address.Builder,Address>
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
city(String city)
The city of an address.
|
Address.Builder |
country(String country)
The country of an address.
|
Address.Builder |
postalCode(String postalCode)
The postal code of an address.
|
Address.Builder |
postalCodePlus4(String postalCodePlus4)
The Zip + 4 or postal code + 4 of an address.
|
Address.Builder |
postDirectional(String postDirectional)
An address suffix location, such as the
S. |
Address.Builder |
preDirectional(String preDirectional)
An address prefix location, such as the
N in N. |
Address.Builder |
state(String state)
The state of an address.
|
Address.Builder |
streetName(String streetName)
The address street, such as
8th Avenue. |
Address.Builder |
streetNumber(String streetNumber)
The numeric portion of an address.
|
Address.Builder |
streetSuffix(String streetSuffix)
The address suffix, such as the
N in 8th Avenue N. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddress.Builder streetName(String streetName)
The address street, such as 8th Avenue.
streetName - The address street, such as 8th Avenue.Address.Builder streetSuffix(String streetSuffix)
The address suffix, such as the N in 8th Avenue N.
streetSuffix - The address suffix, such as the N in 8th Avenue N.Address.Builder postDirectional(String postDirectional)
An address suffix location, such as the S. Unit A in Central Park S. Unit A.
postDirectional - An address suffix location, such as the S. Unit A in Central Park S. Unit A.Address.Builder preDirectional(String preDirectional)
An address prefix location, such as the N in N. Third St..
preDirectional - An address prefix location, such as the N in N. Third St..Address.Builder streetNumber(String streetNumber)
The numeric portion of an address.
streetNumber - The numeric portion of an address.Address.Builder city(String city)
The city of an address.
city - The city of an address.Address.Builder state(String state)
The state of an address.
state - The state of an address.Address.Builder postalCode(String postalCode)
The postal code of an address.
postalCode - The postal code of an address.Address.Builder postalCodePlus4(String postalCodePlus4)
The Zip + 4 or postal code + 4 of an address.
postalCodePlus4 - The Zip + 4 or postal code + 4 of an address.Address.Builder country(String country)
The country of an address.
country - The country of an address.Copyright © 2023. All rights reserved.