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