default AccountSummary.Builder |
AccountSummary.Builder.address(Consumer<AddressSummary.Builder> address) |
Specifies the end Customer's address details associated with the Opportunity.
|
AccountSummary.Builder |
AccountSummary.Builder.address(AddressSummary address) |
Specifies the end Customer's address details associated with the Opportunity.
|
static AccountSummary.Builder |
AccountSummary.builder() |
|
AccountSummary.Builder |
AccountSummary.Builder.companyName(String companyName) |
Specifies the end Customer's company name associated with the Opportunity.
|
AccountSummary.Builder |
AccountSummary.Builder.industry(String industry) |
Specifies which industry the end Customer belongs to associated with the
Opportunity.
|
AccountSummary.Builder |
AccountSummary.Builder.industry(Industry industry) |
Specifies which industry the end Customer belongs to associated with the
Opportunity.
|
AccountSummary.Builder |
AccountSummary.Builder.otherIndustry(String otherIndustry) |
Specifies the end Customer's industry associated with the Opportunity, when the
selected value in the Industry field is Other.
|
AccountSummary.Builder |
AccountSummary.toBuilder() |
|
AccountSummary.Builder |
AccountSummary.Builder.websiteUrl(String websiteUrl) |
Specifies the end customer's company website URL associated with the Opportunity.
|