static ProjectView.Builder |
ProjectView.builder() |
|
ProjectView.Builder |
ProjectView.Builder.customerUseCase(String customerUseCase) |
Specifies the proposed solution focus or type of workload for the project.
|
ProjectView.Builder |
ProjectView.Builder.deliveryModels(Collection<DeliveryModel> deliveryModels) |
Describes the deployment or consumption model for the partner solution or offering.
|
ProjectView.Builder |
ProjectView.Builder.deliveryModels(DeliveryModel... deliveryModels) |
Describes the deployment or consumption model for the partner solution or offering.
|
ProjectView.Builder |
ProjectView.Builder.deliveryModelsWithStrings(String... deliveryModels) |
Describes the deployment or consumption model for the partner solution or offering.
|
ProjectView.Builder |
ProjectView.Builder.deliveryModelsWithStrings(Collection<String> deliveryModels) |
Describes the deployment or consumption model for the partner solution or offering.
|
ProjectView.Builder |
ProjectView.Builder.expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend) |
Provides information about the anticipated customer spend related to this project.
|
ProjectView.Builder |
ProjectView.Builder.expectedCustomerSpend(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend) |
Provides information about the anticipated customer spend related to this project.
|
ProjectView.Builder |
ProjectView.Builder.expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend) |
Provides information about the anticipated customer spend related to this project.
|
ProjectView.Builder |
ProjectView.Builder.otherSolutionDescription(String otherSolutionDescription) |
Offers a description of other solutions if the standard solutions do not adequately cover the project's
scope.
|
ProjectView.Builder |
ProjectView.Builder.salesActivities(Collection<SalesActivity> salesActivities) |
Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.
|
ProjectView.Builder |
ProjectView.Builder.salesActivities(SalesActivity... salesActivities) |
Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.
|
ProjectView.Builder |
ProjectView.Builder.salesActivitiesWithStrings(String... salesActivities) |
Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.
|
ProjectView.Builder |
ProjectView.Builder.salesActivitiesWithStrings(Collection<String> salesActivities) |
Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.
|
ProjectView.Builder |
ProjectView.toBuilder() |
|