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