public static interface Address.Builder extends SdkPojo, CopyableBuilder<Address.Builder,Address>
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
addressLine1(String addressLine1)
The first line of the address.
|
Address.Builder |
addressLine2(String addressLine2)
The second line of the address.
|
Address.Builder |
addressLine3(String addressLine3)
The third line of the address.
|
Address.Builder |
city(String city)
The city for the address.
|
Address.Builder |
contactName(String contactName)
The name of the contact.
|
Address.Builder |
contactPhoneNumber(String contactPhoneNumber)
The phone number of the contact.
|
Address.Builder |
countryCode(String countryCode)
The ISO-3166 two-letter country code for the address.
|
Address.Builder |
districtOrCounty(String districtOrCounty)
The district or county for the address.
|
Address.Builder |
municipality(String municipality)
The municipality for the address.
|
Address.Builder |
postalCode(String postalCode)
The postal code for the address.
|
Address.Builder |
stateOrRegion(String stateOrRegion)
The state for the address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddress.Builder contactName(String contactName)
The name of the contact.
contactName - The name of the contact.Address.Builder contactPhoneNumber(String contactPhoneNumber)
The phone number of the contact.
contactPhoneNumber - The phone number of the contact.Address.Builder addressLine1(String addressLine1)
The first line of the address.
addressLine1 - The first line of the address.Address.Builder addressLine2(String addressLine2)
The second line of the address.
addressLine2 - The second line of the address.Address.Builder addressLine3(String addressLine3)
The third line of the address.
addressLine3 - The third line of the address.Address.Builder city(String city)
The city for the address.
city - The city for the address.Address.Builder stateOrRegion(String stateOrRegion)
The state for the address.
stateOrRegion - The state for the address.Address.Builder districtOrCounty(String districtOrCounty)
The district or county for the address.
districtOrCounty - The district or county for the address.Address.Builder postalCode(String postalCode)
The postal code for the address.
postalCode - The postal code for the address.Address.Builder countryCode(String countryCode)
The ISO-3166 two-letter country code for the address.
countryCode - The ISO-3166 two-letter country code for the address.Address.Builder municipality(String municipality)
The municipality for the address.
municipality - The municipality for the address.Copyright © 2022. All rights reserved.