-
Methods in dev.vality.anapi.v2.api that return types with arguments of type ReportLink
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<ReportLink> |
ReportsApi.downloadFile(String xRequestID,
@NotNull @Size(min=1,max=40) @Valid String partyID,
Long reportID,
@Size(min=1,max=40) String fileID,
String xRequestDeadline) |
GET /reports/{reportID}/files/{fileID}/download : Скачать файл
Скачать файл
|
default org.springframework.http.ResponseEntity<ReportLink> |
ReportsApiDelegate.downloadFile(String xRequestID,
String partyID,
Long reportID,
String fileID,
String xRequestDeadline) |
GET /reports/{reportID}/files/{fileID}/download : Скачать файл
Скачать файл
|
-