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