Uses of Class
app.cybrid.cybrid_api_bank.client.model.CustomerListBankModel
-
Packages that use CustomerListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of CustomerListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type CustomerListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<CustomerListBankModel>CustomersBankApi. listCustomers(BigInteger page, BigInteger perPage)Get customers list Retrieves a listing of customers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerListBankModel>>CustomersBankApi. listCustomersWithHttpInfo(BigInteger page, BigInteger perPage) -
Uses of CustomerListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return CustomerListBankModel Modifier and Type Method Description CustomerListBankModelCustomerListBankModel. addObjectsItem(CustomerBankModel objectsItem)CustomerListBankModelCustomerListBankModel. objects(List<CustomerBankModel> objects)CustomerListBankModelCustomerListBankModel. page(BigInteger page)CustomerListBankModelCustomerListBankModel. perPage(BigInteger perPage)CustomerListBankModelCustomerListBankModel. total(BigInteger total)
-