static ProjectSummary.Builder |
ProjectSummary.builder() |
|
ProjectSummary.Builder |
ProjectSummary.Builder.deliveryModels(Collection<DeliveryModel> deliveryModels) |
Specifies your solution or service's deployment or consumption model in the Opportunity's
context.
|
ProjectSummary.Builder |
ProjectSummary.Builder.deliveryModels(DeliveryModel... deliveryModels) |
Specifies your solution or service's deployment or consumption model in the Opportunity's
context.
|
ProjectSummary.Builder |
ProjectSummary.Builder.deliveryModelsWithStrings(String... deliveryModels) |
Specifies your solution or service's deployment or consumption model in the Opportunity's
context.
|
ProjectSummary.Builder |
ProjectSummary.Builder.deliveryModelsWithStrings(Collection<String> deliveryModels) |
Specifies your solution or service's deployment or consumption model in the Opportunity's
context.
|
ProjectSummary.Builder |
ProjectSummary.Builder.expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend) |
Provides a summary of the expected customer spend for the project, offering a high-level view of the
potential financial impact.
|
ProjectSummary.Builder |
ProjectSummary.Builder.expectedCustomerSpend(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend) |
Provides a summary of the expected customer spend for the project, offering a high-level view of the
potential financial impact.
|
ProjectSummary.Builder |
ProjectSummary.Builder.expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend) |
Provides a summary of the expected customer spend for the project, offering a high-level view of the
potential financial impact.
|
ProjectSummary.Builder |
ProjectSummary.toBuilder() |
|