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