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