Uses of Class
app.cybrid.cybrid_api_bank.client.model.QuoteListBankModel
-
Packages that use QuoteListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of QuoteListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type QuoteListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<QuoteListBankModel>QuotesBankApi. listQuotes(BigInteger page, BigInteger perPage, String guid, String productType, String bankGuid, String customerGuid, String side)Get quotes list Retrieves a listing of quotes for all customers of a bank.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<QuoteListBankModel>>QuotesBankApi. listQuotesWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String productType, String bankGuid, String customerGuid, String side) -
Uses of QuoteListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return QuoteListBankModel Modifier and Type Method Description QuoteListBankModelQuoteListBankModel. addObjectsItem(QuoteBankModel objectsItem)QuoteListBankModelQuoteListBankModel. objects(List<QuoteBankModel> objects)QuoteListBankModelQuoteListBankModel. page(BigInteger page)QuoteListBankModelQuoteListBankModel. perPage(BigInteger perPage)QuoteListBankModelQuoteListBankModel. total(BigInteger total)
-