Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentFeedback.StateEnum
Packages that use KnowledgeDocumentFeedback.StateEnum
-
Uses of KnowledgeDocumentFeedback.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentFeedback.StateEnumModifier and TypeMethodDescriptionKnowledgeDocumentFeedback.StateEnum.fromString(String key) KnowledgeDocumentFeedback.getState()Returns the enum constant of this class with the specified name.static KnowledgeDocumentFeedback.StateEnum[]KnowledgeDocumentFeedback.StateEnum.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.StateEnumModifier and TypeMethodDescriptionvoidKnowledgeDocumentFeedback.setState(KnowledgeDocumentFeedback.StateEnum state) KnowledgeDocumentFeedback.state(KnowledgeDocumentFeedback.StateEnum state) The state of the feedback.