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