public static interface ContactInformation.Builder extends SdkPojo, CopyableBuilder<ContactInformation.Builder,ContactInformation>
| Modifier and Type | Method and Description |
|---|---|
ContactInformation.Builder |
addressLine1(String addressLine1)
The first line of the primary contact address.
|
ContactInformation.Builder |
addressLine2(String addressLine2)
The second line of the primary contact address, if any.
|
ContactInformation.Builder |
addressLine3(String addressLine3)
The third line of the primary contact address, if any.
|
ContactInformation.Builder |
city(String city)
The city of the primary contact address.
|
ContactInformation.Builder |
companyName(String companyName)
The name of the company associated with the primary contact information, if any.
|
ContactInformation.Builder |
countryCode(String countryCode)
The ISO-3166 two-letter country code for the primary contact address.
|
ContactInformation.Builder |
districtOrCounty(String districtOrCounty)
The district or county of the primary contact address, if any.
|
ContactInformation.Builder |
fullName(String fullName)
The full name of the primary contact address.
|
ContactInformation.Builder |
phoneNumber(String phoneNumber)
The phone number of the primary contact information.
|
ContactInformation.Builder |
postalCode(String postalCode)
The postal code of the primary contact address.
|
ContactInformation.Builder |
stateOrRegion(String stateOrRegion)
The state or region of the primary contact address.
|
ContactInformation.Builder |
websiteUrl(String websiteUrl)
The URL of the website associated with the primary contact information, if any.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactInformation.Builder addressLine1(String addressLine1)
The first line of the primary contact address.
addressLine1 - The first line of the primary contact address.ContactInformation.Builder addressLine2(String addressLine2)
The second line of the primary contact address, if any.
addressLine2 - The second line of the primary contact address, if any.ContactInformation.Builder addressLine3(String addressLine3)
The third line of the primary contact address, if any.
addressLine3 - The third line of the primary contact address, if any.ContactInformation.Builder city(String city)
The city of the primary contact address.
city - The city of the primary contact address.ContactInformation.Builder companyName(String companyName)
The name of the company associated with the primary contact information, if any.
companyName - The name of the company associated with the primary contact information, if any.ContactInformation.Builder countryCode(String countryCode)
The ISO-3166 two-letter country code for the primary contact address.
countryCode - The ISO-3166 two-letter country code for the primary contact address.ContactInformation.Builder districtOrCounty(String districtOrCounty)
The district or county of the primary contact address, if any.
districtOrCounty - The district or county of the primary contact address, if any.ContactInformation.Builder fullName(String fullName)
The full name of the primary contact address.
fullName - The full name of the primary contact address.ContactInformation.Builder phoneNumber(String phoneNumber)
The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.
phoneNumber - The phone number of the primary contact information. The number will be validated and, in some
countries, checked for activation.ContactInformation.Builder postalCode(String postalCode)
The postal code of the primary contact address.
postalCode - The postal code of the primary contact address.ContactInformation.Builder stateOrRegion(String stateOrRegion)
The state or region of the primary contact address. This field is required in selected countries.
stateOrRegion - The state or region of the primary contact address. This field is required in selected countries.ContactInformation.Builder websiteUrl(String websiteUrl)
The URL of the website associated with the primary contact information, if any.
websiteUrl - The URL of the website associated with the primary contact information, if any.Copyright © 2022. All rights reserved.