Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.OpportunityEngagementInvitationSortName
-
Packages that use OpportunityEngagementInvitationSortName Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunityEngagementInvitationSortName in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunityEngagementInvitationSortName Modifier and Type Method Description static OpportunityEngagementInvitationSortNameOpportunityEngagementInvitationSortName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpportunityEngagementInvitationSortNameOpportunityEngagementInvitationSort. sortBy()Specifies the field by which the Engagement Invitations are sorted.static OpportunityEngagementInvitationSortNameOpportunityEngagementInvitationSortName. valueOf(String name)Returns the enum constant of this type with the specified name.static OpportunityEngagementInvitationSortName[]OpportunityEngagementInvitationSortName. 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 OpportunityEngagementInvitationSortName Modifier and Type Method Description static Set<OpportunityEngagementInvitationSortName>OpportunityEngagementInvitationSortName. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type OpportunityEngagementInvitationSortName Modifier and Type Method Description OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort.Builder. sortBy(OpportunityEngagementInvitationSortName sortBy)Specifies the field by which the Engagement Invitations are sorted.
-