@RestController @RequestMapping(value="/tpp/consent") public class TppConsentController extends Object implements TppConsentRestApi
BASE_PATH| Constructor and Description |
|---|
TppConsentController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
downloadConsentTemplate() |
org.springframework.http.ResponseEntity<List<String>> |
generateConsents(org.springframework.web.multipart.MultipartFile file) |
public org.springframework.http.ResponseEntity<List<String>> generateConsents(org.springframework.web.multipart.MultipartFile file)
generateConsents in interface TppConsentRestApipublic org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadConsentTemplate()
downloadConsentTemplate in interface TppConsentRestApiCopyright © 2020. All rights reserved.