Uses of Class
app.cybrid.cybrid_api_bank.client.model.TradingConfigurationListBankModel
-
Packages that use TradingConfigurationListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of TradingConfigurationListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type TradingConfigurationListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<TradingConfigurationListBankModel>TradingConfigurationsBankApi. listTradingConfigurations(BigInteger page, BigInteger perPage)List trading configurations Retrieves a listing of trading configurations for a bank.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<TradingConfigurationListBankModel>>TradingConfigurationsBankApi. listTradingConfigurationsWithHttpInfo(BigInteger page, BigInteger perPage) -
Uses of TradingConfigurationListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TradingConfigurationListBankModel Modifier and Type Method Description TradingConfigurationListBankModelTradingConfigurationListBankModel. addObjectsItem(TradingConfigurationBankModel objectsItem)TradingConfigurationListBankModelTradingConfigurationListBankModel. objects(List<TradingConfigurationBankModel> objects)TradingConfigurationListBankModelTradingConfigurationListBankModel. page(BigInteger page)TradingConfigurationListBankModelTradingConfigurationListBankModel. perPage(BigInteger perPage)TradingConfigurationListBankModelTradingConfigurationListBankModel. total(BigInteger total)
-