@RestController @RequestMapping(value="/tpp/data") public class TppDataUploaderController extends Object implements TppDataUploaderRestApi
BASE_PATH| Constructor and Description |
|---|
TppDataUploaderController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
downloadTransactionTemplate() |
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
generateData(boolean generatePayments,
String currency) |
org.springframework.http.ResponseEntity<String> |
generateIban() |
org.springframework.http.ResponseEntity<String> |
uploadData(org.springframework.web.multipart.MultipartFile file) |
org.springframework.http.ResponseEntity<Map<String,String>> |
uploadTransactions(org.springframework.web.multipart.MultipartFile file) |
public org.springframework.http.ResponseEntity<String> uploadData(org.springframework.web.multipart.MultipartFile file)
uploadData in interface TppDataUploaderRestApipublic org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> generateData(boolean generatePayments,
String currency)
generateData in interface TppDataUploaderRestApipublic org.springframework.http.ResponseEntity<String> generateIban()
generateIban in interface TppDataUploaderRestApipublic org.springframework.http.ResponseEntity<Map<String,String>> uploadTransactions(org.springframework.web.multipart.MultipartFile file)
uploadTransactions in interface TppDataUploaderRestApipublic org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadTransactionTemplate()
downloadTransactionTemplate in interface TppDataUploaderRestApiCopyright © 2020. All rights reserved.