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