Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<BankSearchResponse> |
TppBankSearchController.bankSearchGET(UUID xRequestID,
String keyword,
String xTimestampUTC,
String xRequestSignature,
String fintechId,
Integer start,
Integer max) |
Modifier and Type | Method and Description |
---|---|
BankSearchResponse |
BankSearchResponse.addBankDescriptorItem(BankDescriptor bankDescriptorItem) |
BankSearchResponse |
BankSearchResponse.bankDescriptor(List<BankDescriptor> bankDescriptor) |
BankSearchResponse |
BankSearchResponse.keyword(String keyword) |
BankSearchResponse |
BankSearchResponse.max(Integer max) |
BankSearchResponse |
BankSearchResponse.start(Integer start) |
BankSearchResponse |
BankSearchResponse.total(Integer total) |
Modifier and Type | Method and Description |
---|---|
default org.springframework.http.ResponseEntity<BankSearchResponse> |
TppBankSearchApi._bankSearchGET(UUID xRequestID,
@NotNull @Valid String keyword,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
@Valid Integer start,
@Valid Integer max) |
default org.springframework.http.ResponseEntity<BankSearchResponse> |
TppBankSearchApi.bankSearchGET(UUID xRequestID,
String keyword,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
Integer start,
Integer max) |
Copyright © 2020. All rights reserved.