Uses of Class
app.cybrid.cybrid_api_bank.client.model.ExchangeBankModel
-
Packages that use ExchangeBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of ExchangeBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return ExchangeBankModel Modifier and Type Method Description ExchangeBankModelExchangeBankModel. createdAt(OffsetDateTime createdAt)ExchangeBankModelExchangeBankModel. environment(ExchangeBankModel.EnvironmentEnum environment)ExchangeBankModelExchangeBankModel. guid(String guid)ExchangeBankModelExchangeBankModel. name(String name)ExchangeBankModelExchangeBankModel. provider(ExchangeBankModel.ProviderEnum provider)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type ExchangeBankModel Modifier and Type Method Description List<ExchangeBankModel>ExchangeListBankModel. getObjects()Array of exchange entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type ExchangeBankModel Modifier and Type Method Description ExchangeListBankModelExchangeListBankModel. addObjectsItem(ExchangeBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type ExchangeBankModel Modifier and Type Method Description ExchangeListBankModelExchangeListBankModel. objects(List<ExchangeBankModel> objects)voidExchangeListBankModel. setObjects(List<ExchangeBankModel> objects)
-