Uses of Enum Class
io.goobi.viewer.websockets.DownloadTaskEndpoint.Status
-
Uses of DownloadTaskEndpoint.Status in io.goobi.viewer.websockets
Modifier and TypeMethodDescriptionDownloadTaskEndpoint.SocketMessage.getStatus()
static DownloadTaskEndpoint.Status
Returns the enum constant of this class with the specified name.static DownloadTaskEndpoint.Status[]
DownloadTaskEndpoint.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDownloadTaskEndpoint.SocketMessage.buildAnswer
(DownloadTaskEndpoint.SocketMessage message, DownloadTaskEndpoint.Status status) void
DownloadTaskEndpoint.SocketMessage.setStatus
(DownloadTaskEndpoint.Status status) ModifierConstructorDescriptionSocketMessage
(DownloadTaskEndpoint.Action action, DownloadTaskEndpoint.Status status, String pi, String url)