ContactInformation.Builder |
ContactInformation.Builder.addressLine1(String addressLine1) |
The first line of the primary contact address.
|
ContactInformation.Builder |
ContactInformation.Builder.addressLine2(String addressLine2) |
The second line of the primary contact address, if any.
|
ContactInformation.Builder |
ContactInformation.Builder.addressLine3(String addressLine3) |
The third line of the primary contact address, if any.
|
static ContactInformation.Builder |
ContactInformation.builder() |
|
ContactInformation.Builder |
ContactInformation.Builder.city(String city) |
The city of the primary contact address.
|
ContactInformation.Builder |
ContactInformation.Builder.companyName(String companyName) |
The name of the company associated with the primary contact information, if any.
|
ContactInformation.Builder |
ContactInformation.Builder.countryCode(String countryCode) |
The ISO-3166 two-letter country code for the primary contact address.
|
ContactInformation.Builder |
ContactInformation.Builder.districtOrCounty(String districtOrCounty) |
The district or county of the primary contact address, if any.
|
ContactInformation.Builder |
ContactInformation.Builder.fullName(String fullName) |
The full name of the primary contact address.
|
ContactInformation.Builder |
ContactInformation.Builder.phoneNumber(String phoneNumber) |
The phone number of the primary contact information.
|
ContactInformation.Builder |
ContactInformation.Builder.postalCode(String postalCode) |
The postal code of the primary contact address.
|
ContactInformation.Builder |
ContactInformation.Builder.stateOrRegion(String stateOrRegion) |
The state or region of the primary contact address.
|
ContactInformation.Builder |
ContactInformation.toBuilder() |
|
ContactInformation.Builder |
ContactInformation.Builder.websiteUrl(String websiteUrl) |
The URL of the website associated with the primary contact information, if any.
|