Uses of Class
app.cybrid.cybrid_api_bank.client.model.BankListBankModel
-
Packages that use BankListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of BankListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type BankListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<BankListBankModel>BanksBankApi. listBanks(BigInteger page, BigInteger perPage, String guid)Get banks list Retrieves a listing of bank.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BankListBankModel>>BanksBankApi. listBanksWithHttpInfo(BigInteger page, BigInteger perPage, String guid) -
Uses of BankListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return BankListBankModel Modifier and Type Method Description BankListBankModelBankListBankModel. addObjectsItem(BankBankModel objectsItem)BankListBankModelBankListBankModel. objects(List<BankBankModel> objects)BankListBankModelBankListBankModel. page(BigInteger page)BankListBankModelBankListBankModel. perPage(BigInteger perPage)BankListBankModelBankListBankModel. total(BigInteger total)
-