Uses of Enum Class
com.mypurecloud.sdk.v2.model.AsyncConversationQuery.OrderEnum
Packages that use AsyncConversationQuery.OrderEnum
-
Uses of AsyncConversationQuery.OrderEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AsyncConversationQuery.OrderEnumModifier and TypeMethodDescriptionAsyncConversationQuery.OrderEnum.fromString(String key) AsyncConversationQuery.getOrder()Returns the enum constant of this class with the specified name.static AsyncConversationQuery.OrderEnum[]AsyncConversationQuery.OrderEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type AsyncConversationQuery.OrderEnumModifier and TypeMethodDescriptionAsyncConversationQuery.order(AsyncConversationQuery.OrderEnum order) Sort the result set in ascending/descending order.voidAsyncConversationQuery.setOrder(AsyncConversationQuery.OrderEnum order)