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