public static interface Address.Builder extends SdkPojo, CopyableBuilder<Address.Builder,Address>
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
city(String city)
The city for this address.
|
Address.Builder |
company(String company)
The company name for this address.
|
Address.Builder |
country(String country)
The country for this address.
|
Address.Builder |
name(String name)
The recipient's name for this address.
|
Address.Builder |
phoneNumber(String phoneNumber)
The phone number for this address.
|
Address.Builder |
postalCode(String postalCode)
The postal code for this address.
|
Address.Builder |
stateOrProvince(String stateOrProvince)
The state or province for this address.
|
Address.Builder |
street1(String street1)
The first line of the street address.
|
Address.Builder |
street2(String street2)
The second line of the street address.
|
Address.Builder |
street3(String street3)
The third line of the street address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddress.Builder city(String city)
The city for this address.
city - The city for this address.Address.Builder company(String company)
The company name for this address.
company - The company name for this address.Address.Builder country(String country)
The country for this address.
country - The country for this address.Address.Builder name(String name)
The recipient's name for this address.
name - The recipient's name for this address.Address.Builder phoneNumber(String phoneNumber)
The phone number for this address.
phoneNumber - The phone number for this address.Address.Builder postalCode(String postalCode)
The postal code for this address.
postalCode - The postal code for this address.Address.Builder stateOrProvince(String stateOrProvince)
The state or province for this address.
stateOrProvince - The state or province for this address.Address.Builder street1(String street1)
The first line of the street address.
street1 - The first line of the street address.Address.Builder street2(String street2)
The second line of the street address.
street2 - The second line of the street address.Address.Builder street3(String street3)
The third line of the street address.
street3 - The third line of the street address.Copyright © 2022. All rights reserved.