Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.SalesActivity
-
Packages that use SalesActivity Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SalesActivity in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return SalesActivity Modifier and Type Method Description static SalesActivitySalesActivity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SalesActivitySalesActivity. valueOf(String name)Returns the enum constant of this type with the specified name.static SalesActivity[]SalesActivity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type SalesActivity Modifier and Type Method Description static Set<SalesActivity>SalesActivity. knownValues()List<SalesActivity>Project. salesActivities()Specifies theOpportunity's sales activities conducted with the end customer.List<SalesActivity>ProjectView. salesActivities()Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type SalesActivity Modifier and Type Method Description Project.BuilderProject.Builder. salesActivities(SalesActivity... salesActivities)Specifies theOpportunity's sales activities conducted with the end customer.ProjectView.BuilderProjectView.Builder. salesActivities(SalesActivity... salesActivities)Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SalesActivity Modifier and Type Method Description Project.BuilderProject.Builder. salesActivities(Collection<SalesActivity> salesActivities)Specifies theOpportunity's sales activities conducted with the end customer.ProjectView.BuilderProjectView.Builder. salesActivities(Collection<SalesActivity> salesActivities)Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.
-