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