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