Uses of Class
app.cybrid.cybrid_api_bank.client.model.AssetBankModel
-
Packages that use AssetBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of AssetBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return AssetBankModel Modifier and Type Method Description AssetBankModelAssetBankModel. code(String code)AssetBankModelAssetBankModel. decimals(BigInteger decimals)AssetBankModelAssetBankModel. name(String name)AssetBankModelAssetBankModel. symbol(String symbol)AssetBankModelAssetBankModel. type(AssetBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type AssetBankModel Modifier and Type Method Description List<AssetBankModel>AssetListBankModel. getObjects()Array of bank entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type AssetBankModel Modifier and Type Method Description AssetListBankModelAssetListBankModel. addObjectsItem(AssetBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type AssetBankModel Modifier and Type Method Description AssetListBankModelAssetListBankModel. objects(List<AssetBankModel> objects)voidAssetListBankModel. setObjects(List<AssetBankModel> objects)
-