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