Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentQuery.SortOrderEnum
Packages that use KnowledgeDocumentQuery.SortOrderEnum
-
Uses of KnowledgeDocumentQuery.SortOrderEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentQuery.SortOrderEnumModifier and TypeMethodDescriptionKnowledgeDocumentQuery.SortOrderEnum.fromString(String key) KnowledgeDocumentQuery.getSortOrder()Returns the enum constant of this class with the specified name.static KnowledgeDocumentQuery.SortOrderEnum[]KnowledgeDocumentQuery.SortOrderEnum.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 KnowledgeDocumentQuery.SortOrderEnumModifier and TypeMethodDescriptionvoidKnowledgeDocumentQuery.setSortOrder(KnowledgeDocumentQuery.SortOrderEnum sortOrder) KnowledgeDocumentQuery.sortOrder(KnowledgeDocumentQuery.SortOrderEnum sortOrder) The sort order for results.