Modifier and Type | Method and Description |
---|---|
InlineResponse2001 |
InlineResponse2001.addBankDescriptorItem(BankDescriptor bankDescriptorItem) |
InlineResponse2001 |
InlineResponse2001.bankDescriptor(List<BankDescriptor> bankDescriptor) |
InlineResponse2001 |
InlineResponse2001.keyword(String keyword) |
InlineResponse2001 |
InlineResponse2001.max(Integer max) |
InlineResponse2001 |
InlineResponse2001.start(Integer start) |
InlineResponse2001 |
InlineResponse2001.total(Integer total) |
Modifier and Type | Method and Description |
---|---|
default org.springframework.http.ResponseEntity<InlineResponse2001> |
FinTechBankSearchApi._bankSearchGET(UUID xRequestID,
String X_XSRF_TOKEN,
@NotNull @Valid String keyword,
@Valid Integer start,
@Valid Integer max) |
default org.springframework.http.ResponseEntity<InlineResponse2001> |
FinTechBankSearchApi.bankSearchGET(UUID xRequestID,
String X_XSRF_TOKEN,
String keyword,
Integer start,
Integer max) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<InlineResponse2001> |
FinTechBankSearchImpl.bankSearchGET(UUID xRequestID,
String fintechToken,
String keyword,
Integer start,
Integer max) |
Modifier and Type | Method and Description |
---|---|
InlineResponse2001 |
BankSearchService.searchBank(String keyword,
Integer start,
Integer max) |
Copyright © 2020. All rights reserved.