Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.OpportunitySortName
-
Packages that use OpportunitySortName Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunitySortName in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunitySortName Modifier and Type Method Description static OpportunitySortNameOpportunitySortName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpportunitySortNameOpportunitySort. sortBy()Field name to sort by.static OpportunitySortNameOpportunitySortName. valueOf(String name)Returns the enum constant of this type with the specified name.static OpportunitySortName[]OpportunitySortName. 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 OpportunitySortName Modifier and Type Method Description static Set<OpportunitySortName>OpportunitySortName. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type OpportunitySortName Modifier and Type Method Description OpportunitySort.BuilderOpportunitySort.Builder. sortBy(OpportunitySortName sortBy)Field name to sort by.
-