Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentView.QueryTypeEnum
Packages that use KnowledgeDocumentView.QueryTypeEnum
-
Uses of KnowledgeDocumentView.QueryTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentView.QueryTypeEnumModifier and TypeMethodDescriptionKnowledgeDocumentView.QueryTypeEnum.fromString(String key) KnowledgeDocumentView.getQueryType()Returns the enum constant of this class with the specified name.static KnowledgeDocumentView.QueryTypeEnum[]KnowledgeDocumentView.QueryTypeEnum.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 KnowledgeDocumentView.QueryTypeEnumModifier and TypeMethodDescriptionKnowledgeDocumentView.queryType(KnowledgeDocumentView.QueryTypeEnum queryType) The type of the query that surfaced the document.voidKnowledgeDocumentView.setQueryType(KnowledgeDocumentView.QueryTypeEnum queryType)