Package | Description |
---|---|
com.team14.service.controllers | |
com.team14.service.handlers |
Modifier and Type | Method | Description |
---|---|---|
org.springframework.http.ResponseEntity<?> |
RouteManager.download(java.lang.String token,
DownloadHandler.Formats format) |
Modifier and Type | Method | Description |
---|---|---|
static DownloadHandler.Formats |
DownloadHandler.Formats.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DownloadHandler.Formats[] |
DownloadHandler.Formats.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
org.springframework.http.ResponseEntity<?> |
DownloadHandler.handle(java.lang.String tokenName,
org.hibernate.SessionFactory sessionFactory,
DownloadHandler.Formats format) |