Uses of Enum Class
io.goobi.viewer.websockets.DownloadTaskEndpoint.Status
Packages that use DownloadTaskEndpoint.Status
- 
Uses of DownloadTaskEndpoint.Status in io.goobi.viewer.websockets
Methods in io.goobi.viewer.websockets that return DownloadTaskEndpoint.StatusModifier and TypeMethodDescriptionDownloadTaskEndpoint.SocketMessage.getStatus()static DownloadTaskEndpoint.StatusReturns 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.Methods in io.goobi.viewer.websockets with parameters of type DownloadTaskEndpoint.StatusModifier and TypeMethodDescriptionDownloadTaskEndpoint.SocketMessage.buildAnswer(DownloadTaskEndpoint.SocketMessage message, DownloadTaskEndpoint.Status status) voidDownloadTaskEndpoint.SocketMessage.setStatus(DownloadTaskEndpoint.Status status) Constructors in io.goobi.viewer.websockets with parameters of type DownloadTaskEndpoint.StatusModifierConstructorDescriptionSocketMessage(DownloadTaskEndpoint.Action action, DownloadTaskEndpoint.Status status, String pi, String url)