Uses of Class
com.ibanity.apis.client.models.IsabelCollection
Packages that use IsabelCollection
Package
Description
-
Uses of IsabelCollection in com.ibanity.apis.client.mappers
Methods in com.ibanity.apis.client.mappers that return IsabelCollectionModifier and TypeMethodDescriptionstatic <T extends IsabelModel>
IsabelCollection<T>IsabelModelMapper.mapCollection(org.apache.http.HttpResponse httpResponse, Class<T> classType) static <T extends IsabelModel>
IsabelCollection<T>IsabelModelMapper.mapCollection(org.apache.http.HttpResponse httpResponse, Function<DataApiModel, T> customMapping) -
Uses of IsabelCollection in com.ibanity.apis.client.products.isabel_connect.services
Methods in com.ibanity.apis.client.products.isabel_connect.services that return IsabelCollectionModifier and TypeMethodDescriptionAccountReportService.list(AccountReportsReadQuery query) AccountService.list(AccountsReadQuery query) BalanceService.list(BalancesReadQuery query) IntradayTransactionService.list(IntradayTransactionsReadQuery query) TransactionService.list(TransactionsReadQuery query) -
Uses of IsabelCollection in com.ibanity.apis.client.products.isabel_connect.services.impl
Methods in com.ibanity.apis.client.products.isabel_connect.services.impl that return IsabelCollectionModifier and TypeMethodDescriptionAccountReportServiceImpl.list(AccountReportsReadQuery query) AccountServiceImpl.list(AccountsReadQuery query) BalanceServiceImpl.list(BalancesReadQuery query) IntradayTransactionServiceImpl.list(IntradayTransactionsReadQuery query) TransactionServiceImpl.list(TransactionsReadQuery query)