@RestController @CrossOrigin(origins="*") public class TppBankSearchController extends Object implements TppBankSearchApi
log
Constructor and Description |
---|
TppBankSearchController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<BankProfileResponse> |
bankProfileGET(UUID xRequestID,
String bankId,
String xTimestampUTC,
String xRequestSignature,
String fintechId) |
org.springframework.http.ResponseEntity<BankSearchResponse> |
bankSearchGET(UUID xRequestID,
String keyword,
String xTimestampUTC,
String xRequestSignature,
String fintechId,
Integer start,
Integer max) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_bankProfileGET, _bankSearchGET, getAcceptHeader, getObjectMapper, getRequest
public org.springframework.http.ResponseEntity<BankSearchResponse> bankSearchGET(UUID xRequestID, String keyword, String xTimestampUTC, String xRequestSignature, String fintechId, Integer start, Integer max)
bankSearchGET
in interface TppBankSearchApi
public org.springframework.http.ResponseEntity<BankProfileResponse> bankProfileGET(UUID xRequestID, String bankId, String xTimestampUTC, String xRequestSignature, String fintechId)
bankProfileGET
in interface TppBankSearchApi
Copyright © 2020. All rights reserved.