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