Uses of Class
app.cybrid.cybrid_api_bank.client.model.AssetListBankModel
-
Packages that use AssetListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of AssetListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type AssetListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<AssetListBankModel>AssetsBankApi. listAssets(BigInteger page, BigInteger perPage)Get assets list Retrieves a listing of assets.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AssetListBankModel>>AssetsBankApi. listAssetsWithHttpInfo(BigInteger page, BigInteger perPage) -
Uses of AssetListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return AssetListBankModel Modifier and Type Method Description AssetListBankModelAssetListBankModel. addObjectsItem(AssetBankModel objectsItem)AssetListBankModelAssetListBankModel. objects(List<AssetBankModel> objects)AssetListBankModelAssetListBankModel. page(BigInteger page)AssetListBankModelAssetListBankModel. perPage(BigInteger perPage)AssetListBankModelAssetListBankModel. total(BigInteger total)
-