Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeExportJobResponse.StatusEnum
Packages that use KnowledgeExportJobResponse.StatusEnum
-
Uses of KnowledgeExportJobResponse.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeExportJobResponse.StatusEnumModifier and TypeMethodDescriptionKnowledgeExportJobResponse.StatusEnum.fromString(String key) KnowledgeExportJobResponse.getStatus()Returns the enum constant of this class with the specified name.KnowledgeExportJobResponse.StatusEnum.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 KnowledgeExportJobResponse.StatusEnumModifier and TypeMethodDescriptionvoidKnowledgeExportJobResponse.setStatus(KnowledgeExportJobResponse.StatusEnum status) KnowledgeExportJobResponse.status(KnowledgeExportJobResponse.StatusEnum status) The status of the export job.