Uses of Enum Class
io.goobi.viewer.websockets.DownloadTaskEndpoint.Action
Packages that use DownloadTaskEndpoint.Action
-
Uses of DownloadTaskEndpoint.Action in io.goobi.viewer.websockets
Methods in io.goobi.viewer.websockets that return DownloadTaskEndpoint.ActionModifier 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.Methods in io.goobi.viewer.websockets with parameters of type DownloadTaskEndpoint.ActionModifier and TypeMethodDescriptionvoid
DownloadTaskEndpoint.SocketMessage.setAction
(DownloadTaskEndpoint.Action action) Constructors in io.goobi.viewer.websockets with parameters of type DownloadTaskEndpoint.ActionModifierConstructorDescriptionSocketMessage
(DownloadTaskEndpoint.Action action, DownloadTaskEndpoint.Status status, String pi, String url)