Uses of Enum Class
com.mypurecloud.sdk.v2.model.AsyncConversationQuery.OrderByEnum
Packages that use AsyncConversationQuery.OrderByEnum
-
Uses of AsyncConversationQuery.OrderByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AsyncConversationQuery.OrderByEnumModifier and TypeMethodDescriptionAsyncConversationQuery.OrderByEnum.fromString(String key) AsyncConversationQuery.getOrderBy()Returns the enum constant of this class with the specified name.static AsyncConversationQuery.OrderByEnum[]AsyncConversationQuery.OrderByEnum.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.OrderByEnumModifier and TypeMethodDescriptionAsyncConversationQuery.orderBy(AsyncConversationQuery.OrderByEnum orderBy) Specify which data element within the result set to use for sorting.voidAsyncConversationQuery.setOrderBy(AsyncConversationQuery.OrderByEnum orderBy)