Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentFeedback.QueryTypeEnum
Packages that use KnowledgeDocumentFeedback.QueryTypeEnum
-
Uses of KnowledgeDocumentFeedback.QueryTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentFeedback.QueryTypeEnumModifier and TypeMethodDescriptionKnowledgeDocumentFeedback.QueryTypeEnum.fromString(String key) KnowledgeDocumentFeedback.getQueryType()Returns the enum constant of this class with the specified name.KnowledgeDocumentFeedback.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 KnowledgeDocumentFeedback.QueryTypeEnumModifier and TypeMethodDescriptionKnowledgeDocumentFeedback.queryType(KnowledgeDocumentFeedback.QueryTypeEnum queryType) The type of the query that surfaced the document on which the feedback was given.voidKnowledgeDocumentFeedback.setQueryType(KnowledgeDocumentFeedback.QueryTypeEnum queryType)