@RestController public class AspspSearchController extends Object implements AspspSearchApi
V1_APSPS, V1_APSPS_BY_ID| Constructor and Description |
|---|
AspspSearchController(de.adorsys.xs2a.adapter.service.AspspReadOnlyRepository aspspSearchService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<AspspTO>> |
getAspsps(String name,
String bic,
String bankCode,
String iban,
String after,
int size) |
org.springframework.http.ResponseEntity<AspspTO> |
getById(String id) |
public AspspSearchController(de.adorsys.xs2a.adapter.service.AspspReadOnlyRepository aspspSearchService)
public org.springframework.http.ResponseEntity<List<AspspTO>> getAspsps(@RequestParam(required=false) String name, @RequestParam(required=false) String bic, @RequestParam(required=false) String bankCode, @RequestParam(required=false) String iban, @RequestParam(required=false) String after, @RequestParam(required=false,defaultValue="10") int size)
getAspsps in interface AspspSearchApipublic org.springframework.http.ResponseEntity<AspspTO> getById(String id)
getById in interface AspspSearchApiCopyright © 2020. All rights reserved.