Interface OpportunityEngagementInvitationSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpportunityEngagementInvitationSort.Builder,OpportunityEngagementInvitationSort>,SdkBuilder<OpportunityEngagementInvitationSort.Builder,OpportunityEngagementInvitationSort>,SdkPojo
- Enclosing class:
- OpportunityEngagementInvitationSort
public static interface OpportunityEngagementInvitationSort.Builder extends SdkPojo, CopyableBuilder<OpportunityEngagementInvitationSort.Builder,OpportunityEngagementInvitationSort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpportunityEngagementInvitationSort.BuildersortBy(String sortBy)Specifies the field by which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuildersortBy(OpportunityEngagementInvitationSortName sortBy)Specifies the field by which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuildersortOrder(String sortOrder)Defines the order in which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuildersortOrder(SortOrder sortOrder)Defines the order in which the Engagement Invitations are sorted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sortBy
OpportunityEngagementInvitationSort.Builder sortBy(String sortBy)
Specifies the field by which the Engagement Invitations are sorted. Common values include
InvitationDateandStatus.- Parameters:
sortBy- Specifies the field by which the Engagement Invitations are sorted. Common values includeInvitationDateandStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpportunityEngagementInvitationSortName,OpportunityEngagementInvitationSortName
-
sortBy
OpportunityEngagementInvitationSort.Builder sortBy(OpportunityEngagementInvitationSortName sortBy)
Specifies the field by which the Engagement Invitations are sorted. Common values include
InvitationDateandStatus.- Parameters:
sortBy- Specifies the field by which the Engagement Invitations are sorted. Common values includeInvitationDateandStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpportunityEngagementInvitationSortName,OpportunityEngagementInvitationSortName
-
sortOrder
OpportunityEngagementInvitationSort.Builder sortOrder(String sortOrder)
Defines the order in which the Engagement Invitations are sorted. The values can be
ASC(ascending) orDESC(descending).
-
sortOrder
OpportunityEngagementInvitationSort.Builder sortOrder(SortOrder sortOrder)
Defines the order in which the Engagement Invitations are sorted. The values can be
ASC(ascending) orDESC(descending).
-
-