Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentQuery.SortByEnum
Packages that use KnowledgeDocumentQuery.SortByEnum
-
Uses of KnowledgeDocumentQuery.SortByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentQuery.SortByEnumModifier and TypeMethodDescriptionKnowledgeDocumentQuery.SortByEnum.fromString(String key) KnowledgeDocumentQuery.getSortBy()Returns the enum constant of this class with the specified name.static KnowledgeDocumentQuery.SortByEnum[]KnowledgeDocumentQuery.SortByEnum.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.SortByEnumModifier and TypeMethodDescriptionvoidKnowledgeDocumentQuery.setSortBy(KnowledgeDocumentQuery.SortByEnum sortBy) KnowledgeDocumentQuery.sortBy(KnowledgeDocumentQuery.SortByEnum sortBy) The field in the documents that you want to sort the results by.