Uses of Class
com.mypurecloud.sdk.v2.model.ContactSort
Packages that use ContactSort
-
Uses of ContactSort in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactSortModifier and TypeMethodDescriptionContactSort.direction(ContactSort.DirectionEnum direction) The direction in which to sort contacts.Campaign.getContactSort()Whether or not the column contains numeric data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactSortModifier and TypeMethodDescriptionCampaign.getContactSorts()ContactListingRequest.getContactSorts()MessagingCampaign.getContactSorts()Methods in com.mypurecloud.sdk.v2.model with parameters of type ContactSortModifier and TypeMethodDescriptionCampaign.contactSort(ContactSort contactSort) The order in which to sort contacts for dialing, based on a column.voidCampaign.setContactSort(ContactSort contactSort) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactSortModifier and TypeMethodDescriptionCampaign.contactSorts(List<ContactSort> contactSorts) The order in which to sort contacts for dialing, based on up to four columns.ContactListingRequest.contactSorts(List<ContactSort> contactSorts) The order in which to sort contacts.MessagingCampaign.contactSorts(List<ContactSort> contactSorts) The order in which to sort contacts for dialing, based on up to four columns.voidCampaign.setContactSorts(List<ContactSort> contactSorts) voidContactListingRequest.setContactSorts(List<ContactSort> contactSorts) voidMessagingCampaign.setContactSorts(List<ContactSort> contactSorts)