- DailyBalance - Class in io.swagger.client.model
-
Balance data for a single day
- DailyBalance() - Constructor for class io.swagger.client.model.DailyBalance
-
- DailyBalanceList - Class in io.swagger.client.model
-
Contains a list of daily balances
- DailyBalanceList() - Constructor for class io.swagger.client.model.DailyBalanceList
-
- dailyBalances(List<DailyBalance>) - Method in class io.swagger.client.model.DailyBalanceList
-
- date(String) - Method in class io.swagger.client.model.DailyBalance
-
- date(String) - Method in class io.swagger.client.model.ErrorMessage
-
- dateOfBirth(String) - Method in class io.swagger.client.model.BankConnectionOwner
-
- DateTypeAdapter() - Constructor for class io.swagger.client.JSON.DateTypeAdapter
-
- DateTypeAdapter(DateFormat) - Constructor for class io.swagger.client.JSON.DateTypeAdapter
-
- debitorBic(String) - Method in class io.swagger.client.model.SingleDirectDebitData
-
- debitorIban(String) - Method in class io.swagger.client.model.SingleDirectDebitData
-
- debitorName(String) - Method in class io.swagger.client.model.SingleDirectDebitData
-
- defaultTwoStepProcedureId(String) - Method in class io.swagger.client.model.BankConnection
-
- defaultTwoStepProcedureId(String) - Method in class io.swagger.client.model.EditBankConnectionParams
-
- deleteAccount(Long) - Method in class io.swagger.client.api.AccountsApi
-
Delete an account
Delete a single bank account of the user that is authorized by the access_token, including its transactions and balance data.
- deleteAccountAsync(Long, ApiCallback<Void>) - Method in class io.swagger.client.api.AccountsApi
-
Delete an account (asynchronously)
Delete a single bank account of the user that is authorized by the access_token, including its transactions and balance data.
- deleteAccountCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AccountsApi
-
Build call for deleteAccount
- deleteAccountWithHttpInfo(Long) - Method in class io.swagger.client.api.AccountsApi
-
Delete an account
Delete a single bank account of the user that is authorized by the access_token, including its transactions and balance data.
- deleteAllAccounts() - Method in class io.swagger.client.api.AccountsApi
-
Delete all accounts
Delete all accounts of the user that is authorized by the access_token, including all transactions and balance data.
- deleteAllAccountsAsync(ApiCallback<IdentifierList>) - Method in class io.swagger.client.api.AccountsApi
-
Delete all accounts (asynchronously)
Delete all accounts of the user that is authorized by the access_token, including all transactions and balance data.
- deleteAllAccountsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AccountsApi
-
Build call for deleteAllAccounts
- deleteAllAccountsWithHttpInfo() - Method in class io.swagger.client.api.AccountsApi
-
Delete all accounts
Delete all accounts of the user that is authorized by the access_token, including all transactions and balance data.
- deleteAllBankConnections() - Method in class io.swagger.client.api.BankConnectionsApi
-
Delete all bank connections
Delete all bank connections of the user that is authorized by the access_token.
- deleteAllBankConnectionsAsync(ApiCallback<IdentifierList>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Delete all bank connections (asynchronously)
Delete all bank connections of the user that is authorized by the access_token.
- deleteAllBankConnectionsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BankConnectionsApi
-
Build call for deleteAllBankConnections
- deleteAllBankConnectionsWithHttpInfo() - Method in class io.swagger.client.api.BankConnectionsApi
-
Delete all bank connections
Delete all bank connections of the user that is authorized by the access_token.
- deleteAllCategories() - Method in class io.swagger.client.api.CategoriesApi
-
Delete all categories
Delete all custom categories of the user that is authorized by the access_token.
- deleteAllCategoriesAsync(ApiCallback<IdentifierList>) - Method in class io.swagger.client.api.CategoriesApi
-
Delete all categories (asynchronously)
Delete all custom categories of the user that is authorized by the access_token.
- deleteAllCategoriesCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.CategoriesApi
-
Build call for deleteAllCategories
- deleteAllCategoriesWithHttpInfo() - Method in class io.swagger.client.api.CategoriesApi
-
Delete all categories
Delete all custom categories of the user that is authorized by the access_token.
- deleteAllLabels() - Method in class io.swagger.client.api.LabelsApi
-
Delete all labels
Delete all labels of the user that is authorized by the access_token.
- deleteAllLabelsAsync(ApiCallback<IdentifierList>) - Method in class io.swagger.client.api.LabelsApi
-
Delete all labels (asynchronously)
Delete all labels of the user that is authorized by the access_token.
- deleteAllLabelsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.LabelsApi
-
Build call for deleteAllLabels
- deleteAllLabelsWithHttpInfo() - Method in class io.swagger.client.api.LabelsApi
-
Delete all labels
Delete all labels of the user that is authorized by the access_token.
- deleteAllNotificationRules() - Method in class io.swagger.client.api.NotificationRulesApi
-
Delete all notification rules
Delete all notification rules of the user that is authorized by the access_token.
- deleteAllNotificationRulesAsync(ApiCallback<IdentifierList>) - Method in class io.swagger.client.api.NotificationRulesApi
-
Delete all notification rules (asynchronously)
Delete all notification rules of the user that is authorized by the access_token.
- deleteAllNotificationRulesCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.NotificationRulesApi
-
Build call for deleteAllNotificationRules
- deleteAllNotificationRulesWithHttpInfo() - Method in class io.swagger.client.api.NotificationRulesApi
-
Delete all notification rules
Delete all notification rules of the user that is authorized by the access_token.
- deleteAllTransactions() - Method in class io.swagger.client.api.TransactionsApi
-
Delete all transactions
Delete all deletable transactions of the currently authorized user.
- deleteAllTransactionsAsync(ApiCallback<IdentifierList>) - Method in class io.swagger.client.api.TransactionsApi
-
Delete all transactions (asynchronously)
Delete all deletable transactions of the currently authorized user.
- deleteAllTransactionsCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.TransactionsApi
-
Build call for deleteAllTransactions
- deleteAllTransactionsWithHttpInfo() - Method in class io.swagger.client.api.TransactionsApi
-
Delete all transactions
Delete all deletable transactions of the currently authorized user.
- deleteAuthorizedUser() - Method in class io.swagger.client.api.UsersApi
-
Delete the authorized user
Delete the authorized user.
- deleteAuthorizedUserAsync(ApiCallback<Void>) - Method in class io.swagger.client.api.UsersApi
-
Delete the authorized user (asynchronously)
Delete the authorized user.
- deleteAuthorizedUserCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.UsersApi
-
Build call for deleteAuthorizedUser
- deleteAuthorizedUserWithHttpInfo() - Method in class io.swagger.client.api.UsersApi
-
Delete the authorized user
Delete the authorized user.
- deleteBankConnection(Long) - Method in class io.swagger.client.api.BankConnectionsApi
-
Delete a bank connection
Delete a single bank connection of the user that is authorized by the access_token, including all of its accounts and their transactions and balance data.
- deleteBankConnectionAsync(Long, ApiCallback<Void>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Delete a bank connection (asynchronously)
Delete a single bank connection of the user that is authorized by the access_token, including all of its accounts and their transactions and balance data.
- deleteBankConnectionCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BankConnectionsApi
-
Build call for deleteBankConnection
- deleteBankConnectionWithHttpInfo(Long) - Method in class io.swagger.client.api.BankConnectionsApi
-
Delete a bank connection
Delete a single bank connection of the user that is authorized by the access_token, including all of its accounts and their transactions and balance data.
- deleteCategory(Long) - Method in class io.swagger.client.api.CategoriesApi
-
Delete a category
Delete a single category of the user that is authorized by the access_token.
- deleteCategoryAsync(Long, ApiCallback<Void>) - Method in class io.swagger.client.api.CategoriesApi
-
Delete a category (asynchronously)
Delete a single category of the user that is authorized by the access_token.
- deleteCategoryCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.CategoriesApi
-
Build call for deleteCategory
- deleteCategoryWithHttpInfo(Long) - Method in class io.swagger.client.api.CategoriesApi
-
Delete a category
Delete a single category of the user that is authorized by the access_token.
- deletedUsers(List<String>) - Method in class io.swagger.client.model.UserIdentifiersList
-
- deleteLabel(Long) - Method in class io.swagger.client.api.LabelsApi
-
Delete a label
Delete a single label of the user that is authorized by the access_token.
- deleteLabelAsync(Long, ApiCallback<Void>) - Method in class io.swagger.client.api.LabelsApi
-
Delete a label (asynchronously)
Delete a single label of the user that is authorized by the access_token.
- deleteLabelCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.LabelsApi
-
Build call for deleteLabel
- deleteLabelWithHttpInfo(Long) - Method in class io.swagger.client.api.LabelsApi
-
Delete a label
Delete a single label of the user that is authorized by the access_token.
- deleteNotificationRule(Long) - Method in class io.swagger.client.api.NotificationRulesApi
-
Delete a notification rule
Delete a single notification rule of the user that is authorized by the access_token.
- deleteNotificationRuleAsync(Long, ApiCallback<Void>) - Method in class io.swagger.client.api.NotificationRulesApi
-
Delete a notification rule (asynchronously)
Delete a single notification rule of the user that is authorized by the access_token.
- deleteNotificationRuleCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.NotificationRulesApi
-
Build call for deleteNotificationRule
- deleteNotificationRuleWithHttpInfo(Long) - Method in class io.swagger.client.api.NotificationRulesApi
-
Delete a notification rule
Delete a single notification rule of the user that is authorized by the access_token.
- deleteTransaction(Long) - Method in class io.swagger.client.api.TransactionsApi
-
Delete a transaction
Delete a single transaction of the user that is authorized by the access_token.
- deleteTransactionAsync(Long, ApiCallback<Void>) - Method in class io.swagger.client.api.TransactionsApi
-
Delete a transaction (asynchronously)
Delete a single transaction of the user that is authorized by the access_token.
- deleteTransactionCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.TransactionsApi
-
Build call for deleteTransaction
- deleteTransactionWithHttpInfo(Long) - Method in class io.swagger.client.api.TransactionsApi
-
Delete a transaction
Delete a single transaction of the user that is authorized by the access_token.
- deleteUnverifiedUser(String) - Method in class io.swagger.client.api.UsersApi
-
Delete an unverified user
Delete an unverified user.
- deleteUnverifiedUserAsync(String, ApiCallback<Void>) - Method in class io.swagger.client.api.UsersApi
-
Delete an unverified user (asynchronously)
Delete an unverified user.
- deleteUnverifiedUserCall(String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.UsersApi
-
Build call for deleteUnverifiedUser
- deleteUnverifiedUserWithHttpInfo(String) - Method in class io.swagger.client.api.UsersApi
-
Delete an unverified user
Delete an unverified user.
- deleteUsers(UserIdentifiersParams) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Delete users
Delete one or several users, which are specified by a given list of identifiers.
- deleteUsersAsync(UserIdentifiersParams, ApiCallback<UserIdentifiersList>) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Delete users (asynchronously)
Delete one or several users, which are specified by a given list of identifiers.
- deleteUsersCall(UserIdentifiersParams, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Build call for deleteUsers
- deleteUsersWithHttpInfo(UserIdentifiersParams) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Delete users
Delete one or several users, which are specified by a given list of identifiers.
- deletionDate(String) - Method in class io.swagger.client.model.UserInfo
-
- deserialize(Response, Type) - Method in class io.swagger.client.ApiClient
-
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
- deserialize(String, Type) - Method in class io.swagger.client.JSON
-
Deserialize the given JSON string to Java object.
- DirectDebitOrderingResponse - Class in io.swagger.client.model
-
Bank server's response to a direct debit order request
- DirectDebitOrderingResponse() - Constructor for class io.swagger.client.model.DirectDebitOrderingResponse
-
- directDebits(List<SingleDirectDebitData>) - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
- directDebitType(RequestSepaDirectDebitParams.DirectDebitTypeEnum) - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
- downloadFileFromResponse(Response) - Method in class io.swagger.client.ApiClient
-
Download file from the given response.
- getAccessToken() - Method in class io.swagger.client.auth.OAuth
-
- getAccessToken() - Method in class io.swagger.client.model.AccessToken
-
Access token.
- getAccount(Long) - Method in class io.swagger.client.api.AccountsApi
-
Get an account
Get a single bank account of the user that is authorized by the access_token.
- getAccountAsync(Long, ApiCallback<Account>) - Method in class io.swagger.client.api.AccountsApi
-
Get an account (asynchronously)
Get a single bank account of the user that is authorized by the access_token.
- getAccountBalance() - Method in class io.swagger.client.model.MockAccountData
-
The balance that this account should be set to.
- getAccountCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AccountsApi
-
Build call for getAccount
- getAccountCurrency() - Method in class io.swagger.client.model.Account
-
Account's currency
- getAccountHolderId() - Method in class io.swagger.client.model.Account
-
Bank's internal identification of the account holder
- getAccountHolderName() - Method in class io.swagger.client.model.Account
-
Name of the account holder
- getAccountId() - Method in class io.swagger.client.model.ExecuteSepaDirectDebitParams
-
Identifier of the bank account that you want to transfer money to
- getAccountId() - Method in class io.swagger.client.model.ExecuteSepaMoneyTransferParams
-
Identifier of the bank account that you want to transfer money from
- getAccountId() - Method in class io.swagger.client.model.MockAccountData
-
Account identifier
- getAccountId() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
Identifier of the bank account to which you want to transfer the money.
- getAccountId() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
Identifier of the bank account that you want to transfer money from
- getAccountId() - Method in class io.swagger.client.model.Security
-
Security account identifier
- getAccountId() - Method in class io.swagger.client.model.Transaction
-
Account identifier
- getAccountIds() - Method in class io.swagger.client.model.BankConnection
-
Identifiers of the accounts that belong to this bank connection
- getAccountIds() - Method in class io.swagger.client.model.UpdateMultipleTransactionsParams
-
A comma-separated list of account identifiers.
- getAccountName() - Method in class io.swagger.client.model.Account
-
Account name
- getAccountName() - Method in class io.swagger.client.model.AccountParams
-
Account name.
- getAccountNumber() - Method in class io.swagger.client.model.Account
-
(National) account number.
- getAccounts() - Method in class io.swagger.client.model.AccountList
-
List of bank accounts
- getAccountTypeId() - Method in class io.swagger.client.model.Account
-
Identifier of the account's type.
- getAccountTypeId() - Method in class io.swagger.client.model.AccountParams
-
Identifier of account type.<br/><br/>1 = Checking,<br/>2 = Savings,<br/>3 = CreditCard,<br/>4 = Security,<br/>5 = Loan,<br/>6 = Pocket (DEPRECATED; will not be returned for any account unless this type has explicitly been set via PATCH),<br/>7 = Membership,<br/>8 = Bausparen<br/><br/>
minimum: 1
maximum: 7
- getAccountTypeId() - Method in class io.swagger.client.model.TransactionData
-
Identifier of account type.<br/><br/>1 = Checking,<br/>2 = Savings,<br/>3 = CreditCard,<br/>4 = Security,<br/>5 = Loan,<br/>6 = Pocket (DEPRECATED; will not be returned for any account unless this type has explicitly been set via PATCH),<br/>7 = Membership,<br/>8 = Bausparen<br/><br/>
minimum: 1
maximum: 7
- getAccountTypeId() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Identifier of account type.<br/><br/>1 = Checking,<br/>2 = Savings,<br/>3 = CreditCard,<br/>4 = Security,<br/>5 = Loan,<br/>6 = Pocket (DEPRECATED; will not be returned for any account unless this type has explicitly been set via PATCH),<br/>7 = Membership,<br/>8 = Bausparen<br/><br/>
minimum: 1
maximum: 7
- getAccountTypeIds() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Whitelist of identifiers of finAPI account types that are considered for the import.
- getAccountTypeName() - Method in class io.swagger.client.model.Account
-
Name of the account's type
- getAccountWithHttpInfo(Long) - Method in class io.swagger.client.api.AccountsApi
-
Get an account
Get a single bank account of the user that is authorized by the access_token.
- getAdditionalMoneyTransfers() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
In case that you want to submit not just a single money transfer, but do a collective money transfer, use this field to pass a list of additional money transfer orders.
- getAllBankConnections(List<Long>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Get all bank connections
Get bank connections of the user that is authorized by the access_token.
- getAllBankConnectionsAsync(List<Long>, ApiCallback<BankConnectionList>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Get all bank connections (asynchronously)
Get bank connections of the user that is authorized by the access_token.
- getAllBankConnectionsCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BankConnectionsApi
-
Build call for getAllBankConnections
- getAllBankConnectionsWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Get all bank connections
Get bank connections of the user that is authorized by the access_token.
- getAmount() - Method in class io.swagger.client.model.NewTransaction
-
Amount.
- getAmount() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
The amount to transfer.
- getAmount() - Method in class io.swagger.client.model.SingleDirectDebitData
-
The amount to transfer.
- getAmount() - Method in class io.swagger.client.model.SingleMoneyTransferRecipientData
-
The amount to transfer.
- getAmount() - Method in class io.swagger.client.model.SubTransactionParams
-
Amount
- getAmount() - Method in class io.swagger.client.model.Transaction
-
Transaction amount
- getAmount() - Method in class io.swagger.client.model.TransactionData
-
Amount
- getAmount() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Amount
- getAndSearchAllAccounts(List<Long>, String, List<Long>, List<Long>, String, String, BigDecimal, BigDecimal) - Method in class io.swagger.client.api.AccountsApi
-
Get and search all accounts
Get bank accounts of the user that is authorized by the access_token.
- getAndSearchAllAccountsAsync(List<Long>, String, List<Long>, List<Long>, String, String, BigDecimal, BigDecimal, ApiCallback<AccountList>) - Method in class io.swagger.client.api.AccountsApi
-
Get and search all accounts (asynchronously)
Get bank accounts of the user that is authorized by the access_token.
- getAndSearchAllAccountsCall(List<Long>, String, List<Long>, List<Long>, String, String, BigDecimal, BigDecimal, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AccountsApi
-
Build call for getAndSearchAllAccounts
- getAndSearchAllAccountsWithHttpInfo(List<Long>, String, List<Long>, List<Long>, String, String, BigDecimal, BigDecimal) - Method in class io.swagger.client.api.AccountsApi
-
Get and search all accounts
Get bank accounts of the user that is authorized by the access_token.
- getAndSearchAllBanks(List<Long>, String, Boolean, Boolean, List<String>, List<String>, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.BanksApi
-
Get and search all banks
Get and search banks from finAPI's database of banks.
- getAndSearchAllBanksAsync(List<Long>, String, Boolean, Boolean, List<String>, List<String>, Boolean, Integer, Integer, List<String>, ApiCallback<PageableBankList>) - Method in class io.swagger.client.api.BanksApi
-
Get and search all banks (asynchronously)
Get and search banks from finAPI's database of banks.
- getAndSearchAllBanksCall(List<Long>, String, Boolean, Boolean, List<String>, List<String>, Boolean, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BanksApi
-
Build call for getAndSearchAllBanks
- getAndSearchAllBanksWithHttpInfo(List<Long>, String, Boolean, Boolean, List<String>, List<String>, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.BanksApi
-
Get and search all banks
Get and search banks from finAPI's database of banks.
- getAndSearchAllCategories(List<Long>, String, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.CategoriesApi
-
Get and search all categories
Get a list of all global finAPI categories as well as all custom categories of the authorized user.
- getAndSearchAllCategoriesAsync(List<Long>, String, Boolean, Integer, Integer, List<String>, ApiCallback<PageableCategoryList>) - Method in class io.swagger.client.api.CategoriesApi
-
Get and search all categories (asynchronously)
Get a list of all global finAPI categories as well as all custom categories of the authorized user.
- getAndSearchAllCategoriesCall(List<Long>, String, Boolean, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.CategoriesApi
-
Build call for getAndSearchAllCategories
- getAndSearchAllCategoriesWithHttpInfo(List<Long>, String, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.CategoriesApi
-
Get and search all categories
Get a list of all global finAPI categories as well as all custom categories of the authorized user.
- getAndSearchAllLabels(List<Long>, String, Integer, Integer, List<String>) - Method in class io.swagger.client.api.LabelsApi
-
Get and search all labels
Get labels of the user that is authorized by the access_token.
- getAndSearchAllLabelsAsync(List<Long>, String, Integer, Integer, List<String>, ApiCallback<PageableLabelList>) - Method in class io.swagger.client.api.LabelsApi
-
Get and search all labels (asynchronously)
Get labels of the user that is authorized by the access_token.
- getAndSearchAllLabelsCall(List<Long>, String, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.LabelsApi
-
Build call for getAndSearchAllLabels
- getAndSearchAllLabelsWithHttpInfo(List<Long>, String, Integer, Integer, List<String>) - Method in class io.swagger.client.api.LabelsApi
-
Get and search all labels
Get labels of the user that is authorized by the access_token.
- getAndSearchAllNotificationRules(List<Long>, String, Boolean) - Method in class io.swagger.client.api.NotificationRulesApi
-
Get and search all notification rules
Get notification rules of the user that is authorized by the access_token.
- getAndSearchAllNotificationRulesAsync(List<Long>, String, Boolean, ApiCallback<NotificationRuleList>) - Method in class io.swagger.client.api.NotificationRulesApi
-
Get and search all notification rules (asynchronously)
Get notification rules of the user that is authorized by the access_token.
- getAndSearchAllNotificationRulesCall(List<Long>, String, Boolean, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.NotificationRulesApi
-
Build call for getAndSearchAllNotificationRules
- getAndSearchAllNotificationRulesWithHttpInfo(List<Long>, String, Boolean) - Method in class io.swagger.client.api.NotificationRulesApi
-
Get and search all notification rules
Get notification rules of the user that is authorized by the access_token.
- getAndSearchAllSecurities(List<Long>, String, List<Long>, Integer, Integer, List<String>) - Method in class io.swagger.client.api.SecuritiesApi
-
Get and search all securities
Get securities of the user that is authorized by the access_token.
- getAndSearchAllSecuritiesAsync(List<Long>, String, List<Long>, Integer, Integer, List<String>, ApiCallback<PageableSecurityList>) - Method in class io.swagger.client.api.SecuritiesApi
-
Get and search all securities (asynchronously)
Get securities of the user that is authorized by the access_token.
- getAndSearchAllSecuritiesCall(List<Long>, String, List<Long>, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.SecuritiesApi
-
Build call for getAndSearchAllSecurities
- getAndSearchAllSecuritiesWithHttpInfo(List<Long>, String, List<Long>, Integer, Integer, List<String>) - Method in class io.swagger.client.api.SecuritiesApi
-
Get and search all securities
Get securities of the user that is authorized by the access_token.
- getAndSearchAllTransactions(String, List<Long>, String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, Boolean, Boolean, Boolean, String, String, Integer, Integer, List<String>) - Method in class io.swagger.client.api.TransactionsApi
-
Get and search all transactions
Get transactions of the user that is authorized by the access_token.
- getAndSearchAllTransactionsAsync(String, List<Long>, String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, Boolean, Boolean, Boolean, String, String, Integer, Integer, List<String>, ApiCallback<PageableTransactionList>) - Method in class io.swagger.client.api.TransactionsApi
-
Get and search all transactions (asynchronously)
Get transactions of the user that is authorized by the access_token.
- getAndSearchAllTransactionsCall(String, List<Long>, String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, Boolean, Boolean, Boolean, String, String, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.TransactionsApi
-
Build call for getAndSearchAllTransactions
- getAndSearchAllTransactionsWithHttpInfo(String, List<Long>, String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, Boolean, Boolean, Boolean, String, String, Integer, Integer, List<String>) - Method in class io.swagger.client.api.TransactionsApi
-
Get and search all transactions
Get transactions of the user that is authorized by the access_token.
- getAnswerFieldLabel() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
Suggestion from the bank server on how you can label your input field where the user must enter his TAN.
- getAnswerFieldLabel() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
Suggestion from the bank server on how you can label your input field where the user must enter his TAN.
- getApiClient() - Method in class io.swagger.client.api.AccountsApi
-
- getApiClient() - Method in class io.swagger.client.api.AuthorizationApi
-
- getApiClient() - Method in class io.swagger.client.api.BankConnectionsApi
-
- getApiClient() - Method in class io.swagger.client.api.BanksApi
-
- getApiClient() - Method in class io.swagger.client.api.CategoriesApi
-
- getApiClient() - Method in class io.swagger.client.api.ClientConfigurationApi
-
- getApiClient() - Method in class io.swagger.client.api.LabelsApi
-
- getApiClient() - Method in class io.swagger.client.api.MandatorAdministrationApi
-
- getApiClient() - Method in class io.swagger.client.api.MocksAndTestsApi
-
- getApiClient() - Method in class io.swagger.client.api.NotificationRulesApi
-
- getApiClient() - Method in class io.swagger.client.api.SecuritiesApi
-
- getApiClient() - Method in class io.swagger.client.api.TransactionsApi
-
- getApiClient() - Method in class io.swagger.client.api.UsersApi
-
- getApiKey() - Method in class io.swagger.client.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class io.swagger.client.auth.ApiKeyAuth
-
- getAuctionSite() - Method in class io.swagger.client.model.PaypalTransactionData
-
Auction Site
- getAuthentication(String) - Method in class io.swagger.client.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class io.swagger.client.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAuthorizedUser() - Method in class io.swagger.client.api.UsersApi
-
Get the authorized user
Get the authorized user's data.
- getAuthorizedUserAsync(ApiCallback<User>) - Method in class io.swagger.client.api.UsersApi
-
Get the authorized user (asynchronously)
Get the authorized user's data.
- getAuthorizedUserCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.UsersApi
-
Build call for getAuthorizedUser
- getAuthorizedUserWithHttpInfo() - Method in class io.swagger.client.api.UsersApi
-
Get the authorized user
Get the authorized user's data.
- getAvailableBankGroups() - Method in class io.swagger.client.model.ClientConfiguration
-
List of bank groups that are available to this client.
- getAvailableFunds() - Method in class io.swagger.client.model.Account
-
Current available funds.
- getBalance() - Method in class io.swagger.client.model.Account
-
Current account balance
- getBalance() - Method in class io.swagger.client.model.CashFlow
-
The calculated balance for the given category
- getBalance() - Method in class io.swagger.client.model.DailyBalance
-
Calculated account balance at the end of the given day.
- getBalance() - Method in class io.swagger.client.model.PageableTransactionList
-
The total sum of all transactions
- getBank(Long) - Method in class io.swagger.client.api.BanksApi
-
Get a bank
Get a single bank from finAPI's database of banks.
- getBank() - Method in class io.swagger.client.model.BankConnection
-
Bank that this connection belongs to
- getBankAsync(Long, ApiCallback<Bank>) - Method in class io.swagger.client.api.BanksApi
-
Get a bank (asynchronously)
Get a single bank from finAPI's database of banks.
- getBankBookingDate() - Method in class io.swagger.client.model.Transaction
-
Bank booking date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
- getBankCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BanksApi
-
Build call for getBank
- getBankConnection(Long) - Method in class io.swagger.client.api.BankConnectionsApi
-
Get a bank connection
Get a single bank connection of the user that is authorized by the access_token.
- getBankConnectionAsync(Long, ApiCallback<BankConnection>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Get a bank connection (asynchronously)
Get a single bank connection of the user that is authorized by the access_token.
- getBankConnectionCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BankConnectionsApi
-
Build call for getBankConnection
- getBankConnectionCount() - Method in class io.swagger.client.model.UserInfo
-
Number of bank connections that currently exist for this user.
- getBankConnectionId() - Method in class io.swagger.client.model.Account
-
Identifier of the bank connection that this account belongs to
- getBankConnectionId() - Method in class io.swagger.client.model.MockBankConnectionUpdate
-
Bank connection identifier
- getBankConnectionId() - Method in class io.swagger.client.model.UpdateBankConnectionParams
-
Bank connection identifier
- getBankConnectionIds() - Method in class io.swagger.client.model.TriggerCategorizationParams
-
List of identifiers of the bank connections that you want to trigger categorization for.
- getBankConnectionWithHttpInfo(Long) - Method in class io.swagger.client.api.BankConnectionsApi
-
Get a bank connection
Get a single bank connection of the user that is authorized by the access_token.
- getBankId() - Method in class io.swagger.client.model.BankConnection
-
Identifier of the bank that this connection belongs to.
- getBankId() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Bank Identifier
- getBankingCustomerId() - Method in class io.swagger.client.model.BankConnection
-
Stored online banking customer ID credential
- getBankingCustomerId() - Method in class io.swagger.client.model.EditBankConnectionParams
-
New online banking customer ID.
- getBankingCustomerId() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Online banking customer ID credential (for most banks this field can remain unset).
- getBankingPin() - Method in class io.swagger.client.model.BankConnection
-
Stored online banking PIN.
- getBankingPin() - Method in class io.swagger.client.model.EditBankConnectionParams
-
New online banking PIN.
- getBankingPin() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Online banking PIN.
- getBankingPin() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
Online banking PIN.
- getBankingPin() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
Online banking PIN.
- getBankingPin() - Method in class io.swagger.client.model.UpdateBankConnectionParams
-
Online banking PIN.
- getBankingTan() - Method in class io.swagger.client.model.ExecuteSepaDirectDebitParams
-
Banking TAN that the user received from the bank for executing the direct debit order
- getBankingTan() - Method in class io.swagger.client.model.ExecuteSepaMoneyTransferParams
-
Banking TAN that the user received from the bank for executing the money transfer order
- getBankingUserId() - Method in class io.swagger.client.model.BankConnection
-
Stored online banking user ID credential.
- getBankingUserId() - Method in class io.swagger.client.model.EditBankConnectionParams
-
New online banking user ID.
- getBankingUserId() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Online banking user ID credential.
- getBanks() - Method in class io.swagger.client.model.BankList
-
Banks data
- getBanks() - Method in class io.swagger.client.model.PageableBankList
-
Banks data
- getBankWithHttpInfo(Long) - Method in class io.swagger.client.api.BanksApi
-
Get a bank
Get a single bank from finAPI's database of banks.
- getBasePath() - Method in class io.swagger.client.ApiClient
-
Get base path
- getBic() - Method in class io.swagger.client.model.Bank
-
BIC of bank
- getBlz() - Method in class io.swagger.client.model.Bank
-
BLZ of bank
- getBlzs() - Method in class io.swagger.client.model.Bank
-
List of BLZs that belong to this bank.
- getBookingDate() - Method in class io.swagger.client.model.NewTransaction
-
Booking date in the format 'yyyy-MM-dd'.<br/><br/>If the date lies back more than 10 days from the booking date of the latest transaction that currently exists in the account, then this transaction will be ignored and not imported.
- getCallbackHandle() - Method in class io.swagger.client.model.NotificationRule
-
The string that finAPI includes into the notifications that it sends based on this rule.
- getCallbackHandle() - Method in class io.swagger.client.model.NotificationRuleParams
-
An arbitrary string that finAPI will include into the notifications that it sends based on this rule and that you can use to identify the notification in your application.
- getCashFlows(String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, String, String, Boolean, List<String>) - Method in class io.swagger.client.api.CategoriesApi
-
Get cash flows
Get the cash flow(s) (= total income, spending, and balance) for one or several categories.
- getCashFlows() - Method in class io.swagger.client.model.CashFlowList
-
Array of cash flows
- getCashFlowsAsync(String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, String, String, Boolean, List<String>, ApiCallback<CashFlowList>) - Method in class io.swagger.client.api.CategoriesApi
-
Get cash flows (asynchronously)
Get the cash flow(s) (= total income, spending, and balance) for one or several categories.
- getCashFlowsCall(String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, String, String, Boolean, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.CategoriesApi
-
Build call for getCashFlows
- getCashFlowsWithHttpInfo(String, String, List<Long>, String, String, String, String, BigDecimal, BigDecimal, String, List<Long>, List<Long>, Boolean, String, String, Boolean, List<String>) - Method in class io.swagger.client.api.CategoriesApi
-
Get cash flows
Get the cash flow(s) (= total income, spending, and balance) for one or several categories.
- getCategories() - Method in class io.swagger.client.model.CategoryList
-
Categories
- getCategories() - Method in class io.swagger.client.model.PageableCategoryList
-
Categories
- getCategorizationCheckResult() - Method in class io.swagger.client.model.CategorizationCheckResults
-
List of results
- getCategorizationStatus() - Method in class io.swagger.client.model.BankConnection
-
Current status of transactions categorization.
- getCategory(Long) - Method in class io.swagger.client.api.CategoriesApi
-
Get a category
Get a single category that is either a global finAPI category or a custom category of the authorized user.
- getCategory() - Method in class io.swagger.client.model.CashFlow
-
Category of this cash flow.
- getCategory() - Method in class io.swagger.client.model.CategorizationCheckResult
-
Category
- getCategory() - Method in class io.swagger.client.model.Transaction
-
Transaction category, if any is assigned.
- getCategoryAsync(Long, ApiCallback<Category>) - Method in class io.swagger.client.api.CategoriesApi
-
Get a category (asynchronously)
Get a single category that is either a global finAPI category or a custom category of the authorized user.
- getCategoryCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.CategoriesApi
-
Build call for getCategory
- getCategoryId() - Method in class io.swagger.client.model.CategorizationSample
-
Category identifier
- getCategoryId() - Method in class io.swagger.client.model.SubTransactionParams
-
Category identifier.
- getCategoryId() - Method in class io.swagger.client.model.UpdateMultipleTransactionsParams
-
Identifier of the new category to apply to the transaction.
- getCategoryId() - Method in class io.swagger.client.model.UpdateTransactionsParams
-
Identifier of the new category to apply to the transaction.
- getCategoryWithHttpInfo(Long) - Method in class io.swagger.client.api.CategoriesApi
-
Get a category
Get a single category that is either a global finAPI category or a custom category of the authorized user.
- getChallengeMessage() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
Message from the bank server containing information or instructions on how to retrieve the TAN that is needed to execute the requested order.
- getChallengeMessage() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
Message from the bank server containing information or instructions on how to retrieve the TAN that is needed to execute the requested order.
- getChallengeResponse() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Challenge response.
- getChallengeResponse() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
Challenge response.
- getChallengeResponse() - Method in class io.swagger.client.model.UpdateBankConnectionParams
-
Challenge response.
- getChildren() - Method in class io.swagger.client.model.Category
-
List of sub-categories identifiers (if any exist)
- getChildren() - Method in class io.swagger.client.model.Transaction
-
Sub-transactions identifiers (if this transaction is split)
- getCity() - Method in class io.swagger.client.model.Bank
-
City that this bank is located in.
- getCity() - Method in class io.swagger.client.model.BankConnectionOwner
-
City
- getClearingAccountId() - Method in class io.swagger.client.model.ClearingAccountData
-
Technical identifier of the clearing account
- getClearingAccountId() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
Identifier of a clearing account.
- getClearingAccountId() - Method in class io.swagger.client.model.SingleMoneyTransferRecipientData
-
Identifier of a clearing account.
- getClearingAccountName() - Method in class io.swagger.client.model.ClearingAccountData
-
Name of the clearing account
- getClearingAccounts() - Method in class io.swagger.client.model.Account
-
List of clearing accounts that relate to this account.
- getClientAccessTokensValidityPeriod() - Method in class io.swagger.client.model.ClientConfiguration
-
The validity period that newly requested access tokens for clients initially have (in seconds).
- getClientAccessTokensValidityPeriod() - Method in class io.swagger.client.model.ClientConfigurationParams
-
The validity period that newly requested access tokens for clients initially have (in seconds).
- getClientConfiguration() - Method in class io.swagger.client.api.ClientConfigurationApi
-
Get client configuration
Get your client's configuration.
- getClientConfigurationAsync(ApiCallback<ClientConfiguration>) - Method in class io.swagger.client.api.ClientConfigurationApi
-
Get client configuration (asynchronously)
Get your client's configuration.
- getClientConfigurationCall(ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.ClientConfigurationApi
-
Build call for getClientConfiguration
- getClientConfigurationWithHttpInfo() - Method in class io.swagger.client.api.ClientConfigurationApi
-
Get client configuration
Get your client's configuration.
- getClientId() - Method in class io.swagger.client.model.ChangeClientCredentialsParams
-
client_id of the client that you want to change the secret for
- getCode() - Method in exception io.swagger.client.ApiException
-
Get the HTTP status code.
- getCode() - Method in class io.swagger.client.model.ErrorDetails
-
Error code.
- getConnections() - Method in class io.swagger.client.model.BankConnectionList
-
List of bank connections
- getConnectTimeout() - Method in class io.swagger.client.ApiClient
-
Get connection timeout (in milliseconds).
- getCounterpart() - Method in class io.swagger.client.model.NewTransaction
-
Counterpart.
- getCounterpart() - Method in class io.swagger.client.model.SubTransactionParams
-
Counterpart.
- getCounterpart() - Method in class io.swagger.client.model.TransactionData
-
Counterpart.
- getCounterpart() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Counterpart.
- getCounterpartAccountNumber() - Method in class io.swagger.client.model.SubTransactionParams
-
Counterpart account number.
- getCounterpartAccountNumber() - Method in class io.swagger.client.model.Transaction
-
Counterpart account number
- getCounterpartAccountNumber() - Method in class io.swagger.client.model.TransactionData
-
Counterpart account number.
- getCounterpartAccountNumber() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Counterpart account number.
- getCounterpartBankName() - Method in class io.swagger.client.model.Transaction
-
Counterpart Bank name
- getCounterpartBic() - Method in class io.swagger.client.model.NewTransaction
-
Counterpart BIC.
- getCounterpartBic() - Method in class io.swagger.client.model.SubTransactionParams
-
Counterpart BIC.
- getCounterpartBic() - Method in class io.swagger.client.model.Transaction
-
Counterpart BIC
- getCounterpartBic() - Method in class io.swagger.client.model.TransactionData
-
Counterpart BIC.
- getCounterpartBic() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Counterpart BIC.
- getCounterpartBlz() - Method in class io.swagger.client.model.NewTransaction
-
Counterpart BLZ.
- getCounterpartBlz() - Method in class io.swagger.client.model.SubTransactionParams
-
Counterpart BLZ.
- getCounterpartBlz() - Method in class io.swagger.client.model.Transaction
-
Counterpart BLZ
- getCounterpartBlz() - Method in class io.swagger.client.model.TransactionData
-
Counterpart BLZ.
- getCounterpartBlz() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Counterpart BLZ.
- getCounterpartCreditorId() - Method in class io.swagger.client.model.Transaction
-
The creditor ID of the counterpart
- getCounterpartCustomerReference() - Method in class io.swagger.client.model.Transaction
-
The customer reference of the counterpart
- getCounterpartIban() - Method in class io.swagger.client.model.NewTransaction
-
Counterpart IBAN.
- getCounterpartIban() - Method in class io.swagger.client.model.SubTransactionParams
-
Counterpart IBAN.
- getCounterpartIban() - Method in class io.swagger.client.model.Transaction
-
Counterpart IBAN
- getCounterpartIban() - Method in class io.swagger.client.model.TransactionData
-
Counterpart IBAN.
- getCounterpartIban() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Counterpart IBAN.
- getCounterpartMandateReference() - Method in class io.swagger.client.model.Transaction
-
The mandate reference of the counterpart
- getCounterpartName() - Method in class io.swagger.client.model.Transaction
-
Counterpart name
- getCountry() - Method in class io.swagger.client.model.BankConnectionOwner
-
Country
- getCreditorId() - Method in class io.swagger.client.model.SingleDirectDebitData
-
Creditor ID of the source account's holder
- getDailyBalances(List<Long>, String, String, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.AccountsApi
-
Get daily balances
Returns the daily balances for the given accounts and the given period.
- getDailyBalances() - Method in class io.swagger.client.model.DailyBalanceList
-
List of daily balances for specified accounts and dates range
- getDailyBalancesAsync(List<Long>, String, String, Boolean, Integer, Integer, List<String>, ApiCallback<DailyBalanceList>) - Method in class io.swagger.client.api.AccountsApi
-
Get daily balances (asynchronously)
Returns the daily balances for the given accounts and the given period.
- getDailyBalancesCall(List<Long>, String, String, Boolean, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AccountsApi
-
Build call for getDailyBalances
- getDailyBalancesWithHttpInfo(List<Long>, String, String, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.AccountsApi
-
Get daily balances
Returns the daily balances for the given accounts and the given period.
- getData() - Method in class io.swagger.client.ApiResponse
-
- getDate() - Method in class io.swagger.client.model.DailyBalance
-
Date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
- getDate() - Method in class io.swagger.client.model.ErrorMessage
-
Server date of when the error(s) occurred, in the format YYYY-MM-DD HH:MM:SS.sss
- getDateFormat() - Method in class io.swagger.client.ApiClient
-
- getDateOfBirth() - Method in class io.swagger.client.model.BankConnectionOwner
-
Date of birth (in format 'yyyy-MM-dd')
- getDebitorBic() - Method in class io.swagger.client.model.SingleDirectDebitData
-
BIC of the debitor's account.
- getDebitorIban() - Method in class io.swagger.client.model.SingleDirectDebitData
-
IBAN of the debitor's account
- getDebitorName() - Method in class io.swagger.client.model.SingleDirectDebitData
-
Name of the debitor.
- getDefaultApiClient() - Static method in class io.swagger.client.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getDefaultTwoStepProcedureId() - Method in class io.swagger.client.model.BankConnection
-
The default two-step-procedure.
- getDefaultTwoStepProcedureId() - Method in class io.swagger.client.model.EditBankConnectionParams
-
New default two-step-procedure.
- getDeletedUsers() - Method in class io.swagger.client.model.UserIdentifiersList
-
List of identifiers of deleted users (in ascending order)
- getDeletionDate() - Method in class io.swagger.client.model.UserInfo
-
User's deletion date, in the format 'yyyy-MM-dd'.
- getDirectDebits() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
List of the direct debits that you want to execute.
- getDirectDebitType() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
Type of the direct debit; either <code>BASIC</code> or <code>B2B</code> (Business-To-Business).
- getEmail() - Method in class io.swagger.client.model.BankConnectionOwner
-
Email
- getEmail() - Method in class io.swagger.client.model.User
-
User's email address
- getEmail() - Method in class io.swagger.client.model.UserCreateParamsImpl
-
User's email address.
- getEmail() - Method in class io.swagger.client.model.UserUpdateParamsImpl
-
User's new email address.
- getEndToEndId() - Method in class io.swagger.client.model.SingleDirectDebitData
-
End-To-End ID for the transfer transaction
- getEntryQuote() - Method in class io.swagger.client.model.Security
-
Entry quote
- getEntryQuoteCurrency() - Method in class io.swagger.client.model.Security
-
Currency of entry quote
- getError() - Method in class io.swagger.client.model.BadCredentialsError
-
Error type
- getErrorDescription() - Method in class io.swagger.client.model.BadCredentialsError
-
Error description
- getErrorMessage() - Method in class io.swagger.client.model.UpdateResult
-
In case the update result is not <code>OK</code>, this field may contain an error message with details about why the update failed (it is not guaranteed that a message is available though).
- getErrors() - Method in class io.swagger.client.model.ErrorMessage
-
List of errors
- getErrorType() - Method in class io.swagger.client.model.UpdateResult
-
In case the update result is not <code>OK</code>, this field contains the type of the error that occurred.
- getExecutionDate() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
Execution date for the direct debit(s), in the format 'yyyy-MM-dd'.
- getExpiresIn() - Method in class io.swagger.client.model.AccessToken
-
Expiration time in seconds.
- getFee() - Method in class io.swagger.client.model.PaypalTransactionData
-
Fee value
- getFinapiBookingDate() - Method in class io.swagger.client.model.Transaction
-
finAPI Booking date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
- getFirstName() - Method in class io.swagger.client.model.BankConnectionOwner
-
First name
- getGson() - Method in class io.swagger.client.JSON
-
Get Gson.
- getHeaders() - Method in class io.swagger.client.ApiResponse
-
- getHealth() - Method in class io.swagger.client.model.Bank
-
The health status of this bank.
- getHouseNumber() - Method in class io.swagger.client.model.BankConnectionOwner
-
House number
- getHttpClient() - Method in class io.swagger.client.ApiClient
-
Get HTTP client
- getIban() - Method in class io.swagger.client.model.Account
-
Account's IBAN.
- getId() - Method in class io.swagger.client.model.Account
-
Account identifier
- getId() - Method in class io.swagger.client.model.Bank
-
Bank identifier.<br/><br/>NOTE: Do NOT assume that the identifiers of banks are the same across different finAPI environments.
- getId() - Method in class io.swagger.client.model.BankConnection
-
Bank connection identifier
- getId() - Method in class io.swagger.client.model.Category
-
Category identifier.<br/><br/>NOTE: Do NOT assume that the identifiers of the global finAPI categories are the same across different finAPI environments.
- getId() - Method in class io.swagger.client.model.Label
-
Label identifier
- getId() - Method in class io.swagger.client.model.NotificationRule
-
Notification rule identifier
- getId() - Method in class io.swagger.client.model.Security
-
Identifier.
- getId() - Method in class io.swagger.client.model.Transaction
-
Transaction identifier
- getId() - Method in class io.swagger.client.model.User
-
User identifier
- getId() - Method in class io.swagger.client.model.UserCreateParamsImpl
-
User's identifier.
- getIdentifiers() - Method in class io.swagger.client.model.IdentifierList
-
Set of identifiers (in ascending order)
- getIds() - Method in class io.swagger.client.model.UpdateMultipleTransactionsParams
-
A comma-separated list of transaction identifiers.
- getImportDate() - Method in class io.swagger.client.model.Transaction
-
Date of transaction import, in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
- getIncome() - Method in class io.swagger.client.model.CashFlow
-
The total calculated income for the given category
- getIncome() - Method in class io.swagger.client.model.DailyBalance
-
The sum of income of the given day.
- getIncome() - Method in class io.swagger.client.model.PageableTransactionList
-
The total income of all transactions
- getInvoiceNumber() - Method in class io.swagger.client.model.PaypalTransactionData
-
Invoice Number
- getIsin() - Method in class io.swagger.client.model.Security
-
ISIN
- getJSON() - Method in class io.swagger.client.ApiClient
-
Get JSON
- getKeyManagers() - Method in class io.swagger.client.ApiClient
-
- getLabel(Long) - Method in class io.swagger.client.api.LabelsApi
-
Get a label
Get a single label of the user that is authorized by the access_token.
- getLabelAsync(Long, ApiCallback<Label>) - Method in class io.swagger.client.api.LabelsApi
-
Get a label (asynchronously)
Get a single label of the user that is authorized by the access_token.
- getLabelCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.LabelsApi
-
Build call for getLabel
- getLabelIds() - Method in class io.swagger.client.model.SubTransactionParams
-
List of connected labels.
- getLabelIds() - Method in class io.swagger.client.model.UpdateMultipleTransactionsParams
-
Identifiers of labels to apply to the transaction.
- getLabelIds() - Method in class io.swagger.client.model.UpdateTransactionsParams
-
Identifiers of labels to apply to the transaction.
- getLabels() - Method in class io.swagger.client.model.LabelList
-
Data of labels
- getLabels() - Method in class io.swagger.client.model.PageableLabelList
-
Data of labels
- getLabels() - Method in class io.swagger.client.model.Transaction
-
Array of assigned labels
- getLabelWithHttpInfo(Long) - Method in class io.swagger.client.api.LabelsApi
-
Get a label
Get a single label of the user that is authorized by the access_token.
- getLastActiveDate() - Method in class io.swagger.client.model.UserInfo
-
User's last active date, in the format 'yyyy-MM-dd'.
- getLastAutoUpdate() - Method in class io.swagger.client.model.BankConnection
-
Result of the last auto update of this bank connection (ran by finAPI's automatic batch update process).
- getLastCommunicationAttempt() - Method in class io.swagger.client.model.Bank
-
Time of the last communication attempt with this bank during a bank connection import or update (across the entire finAPI system).
- getLastManualUpdate() - Method in class io.swagger.client.model.BankConnection
-
Result of the last manual update of this bank connection.
- getLastName() - Method in class io.swagger.client.model.BankConnectionOwner
-
Last name
- getLastSuccessfulCommunication() - Method in class io.swagger.client.model.Bank
-
Time of the last successful communication with this bank during a bank connection import or update (across the entire finAPI system).
- getLastSuccessfulUpdate() - Method in class io.swagger.client.model.Account
-
Timestamp of when the account was last successfully updated (or initially imported); more precisely: time when the account data (balance and positions) has been stored into the finAPI databases.
- getLastUpdateAttempt() - Method in class io.swagger.client.model.Account
-
Timestamp of when the account was last tried to be updated (or initially imported); more precisely: time when the update (or initial import) was triggered.
- getLatestBankConnectionDeletionDate() - Method in class io.swagger.client.model.UserInfo
-
Latest date of when a bank connection was deleted for this user, in the format 'yyyy-MM-dd'.
- getLatestBankConnectionImportDate() - Method in class io.swagger.client.model.UserInfo
-
Latest date of when a bank connection was imported for this user, in the format 'yyyy-MM-dd'.
- getLatestCommonBalanceTimestamp() - Method in class io.swagger.client.model.DailyBalanceList
-
The latestCommonBalanceTimestamp is the latest timestamp at which all given accounts have been up to date.
- getLocation() - Method in class io.swagger.client.auth.ApiKeyAuth
-
- getLocation() - Method in class io.swagger.client.model.Bank
-
Bank location (two-letter country code; ISO 3166 ALPHA-2).
- getLoginFieldCustomerId() - Method in class io.swagger.client.model.Bank
-
Label for the customer ID login field, as it is called on the bank's website (e.g.
- getLoginFieldPin() - Method in class io.swagger.client.model.Bank
-
Label for the PIN field, as it is called on the bank's website (mostly \"PIN\").
- getLoginFieldUserId() - Method in class io.swagger.client.model.Bank
-
Label for the user ID login field, as it is called on the bank's website (e.g.
- getLoginHint() - Method in class io.swagger.client.model.Bank
-
Login hint.
- getMandateDate() - Method in class io.swagger.client.model.SingleDirectDebitData
-
Date of the mandate that this direct debit order is based on, in the format 'yyyy-MM-dd'
- getMandateId() - Method in class io.swagger.client.model.SingleDirectDebitData
-
Mandate ID that this direct debit order is based on.
- getMarketValue() - Method in class io.swagger.client.model.Security
-
Market value
- getMarketValueCurrency() - Method in class io.swagger.client.model.Security
-
Currency of market value
- getMaxBankConnectionCount() - Method in class io.swagger.client.model.MonthlyUserStats
-
Maximum count of bank connections that this user has had at any point during the month.
- getMaxDaysForDownload() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Use this parameter if you want to limit the date range for transactions download.
- getMaxUserLoginAttempts() - Method in class io.swagger.client.model.ClientConfiguration
-
Number of consecutive failed login attempts of a user into his finAPI account that is allowed before finAPI locks the user's account.
- getMcCode() - Method in class io.swagger.client.model.TransactionData
-
Merchant category code (for credit card transactions only).
- getMcCode() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Merchant category code (for credit card transactions only).
- getMessage() - Method in class io.swagger.client.model.ErrorDetails
-
Error message
- getMinBankConnectionCount() - Method in class io.swagger.client.model.MonthlyUserStats
-
Minimum count of bank connections that this user has had at any point during the month.
- getMockAccountsData() - Method in class io.swagger.client.model.MockBankConnectionUpdate
-
Mock accounts data.
- getMockBankConnectionUpdates() - Method in class io.swagger.client.model.MockBatchUpdateParams
-
List of mock bank connection updates
- getMonth() - Method in class io.swagger.client.model.MonthlyUserStats
-
The month that the contained information applies to, in the format 'YYYY-MM'.
- getMonthlyStats() - Method in class io.swagger.client.model.UserInfo
-
Additional information about the user's data or activities, broken down in months.
- getMultipleAccounts(List<Long>) - Method in class io.swagger.client.api.AccountsApi
-
Deprecated.
- getMultipleAccountsAsync(List<Long>, ApiCallback<AccountList>) - Method in class io.swagger.client.api.AccountsApi
-
Deprecated.
- getMultipleAccountsCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AccountsApi
-
Deprecated.
- getMultipleAccountsWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.AccountsApi
-
Deprecated.
- getMultipleBankConnections(List<Long>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Deprecated.
- getMultipleBankConnectionsAsync(List<Long>, ApiCallback<BankConnectionList>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Deprecated.
- getMultipleBankConnectionsCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BankConnectionsApi
-
Deprecated.
- getMultipleBankConnectionsWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.BankConnectionsApi
-
Deprecated.
- getMultipleBanks(List<Long>) - Method in class io.swagger.client.api.BanksApi
-
Deprecated.
- getMultipleBanksAsync(List<Long>, ApiCallback<BankList>) - Method in class io.swagger.client.api.BanksApi
-
Deprecated.
- getMultipleBanksCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.BanksApi
-
Deprecated.
- getMultipleBanksWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.BanksApi
-
Deprecated.
- getMultipleCategories(List<Long>) - Method in class io.swagger.client.api.CategoriesApi
-
Deprecated.
- getMultipleCategoriesAsync(List<Long>, ApiCallback<CategoryList>) - Method in class io.swagger.client.api.CategoriesApi
-
Deprecated.
- getMultipleCategoriesCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.CategoriesApi
-
Deprecated.
- getMultipleCategoriesWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.CategoriesApi
-
Deprecated.
- getMultipleLabels(List<Long>) - Method in class io.swagger.client.api.LabelsApi
-
Deprecated.
- getMultipleLabelsAsync(List<Long>, ApiCallback<LabelList>) - Method in class io.swagger.client.api.LabelsApi
-
Deprecated.
- getMultipleLabelsCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.LabelsApi
-
Deprecated.
- getMultipleLabelsWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.LabelsApi
-
Deprecated.
- getMultipleSecurities(List<Long>) - Method in class io.swagger.client.api.SecuritiesApi
-
Deprecated.
- getMultipleSecuritiesAsync(List<Long>, ApiCallback<SecurityList>) - Method in class io.swagger.client.api.SecuritiesApi
-
Deprecated.
- getMultipleSecuritiesCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.SecuritiesApi
-
Deprecated.
- getMultipleSecuritiesWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.SecuritiesApi
-
Deprecated.
- getMultipleTransactions(List<Long>) - Method in class io.swagger.client.api.TransactionsApi
-
Deprecated.
- getMultipleTransactionsAsync(List<Long>, ApiCallback<TransactionList>) - Method in class io.swagger.client.api.TransactionsApi
-
Deprecated.
- getMultipleTransactionsCall(List<Long>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.TransactionsApi
-
Deprecated.
- getMultipleTransactionsWithHttpInfo(List<Long>) - Method in class io.swagger.client.api.TransactionsApi
-
Deprecated.
- getName() - Method in class io.swagger.client.model.Bank
-
Name of bank
- getName() - Method in class io.swagger.client.model.BankConnection
-
Custom name for the bank connection.
- getName() - Method in class io.swagger.client.model.Category
-
Category name
- getName() - Method in class io.swagger.client.model.CategoryParams
-
Name of the category.
- getName() - Method in class io.swagger.client.model.EditBankConnectionParams
-
New name for the bank connection.
- getName() - Method in class io.swagger.client.model.ImportBankConnectionParams
-
Custom name for the bank connection.
- getName() - Method in class io.swagger.client.model.Label
-
Label name
- getName() - Method in class io.swagger.client.model.LabelParams
-
Label's name.
- getName() - Method in class io.swagger.client.model.Security
-
Name
- getName() - Method in class io.swagger.client.Pair
-
- getNet() - Method in class io.swagger.client.model.PaypalTransactionData
-
Net value
- getNewClientSecret() - Method in class io.swagger.client.model.ChangeClientCredentialsParams
-
New client_secret.
- getNewTransactions() - Method in class io.swagger.client.model.MockAccountData
-
New transactions that should be imported into the account (maximum 1000 transactions at once).
- getNonDeletedUsers() - Method in class io.swagger.client.model.UserIdentifiersList
-
List of identifiers of not deleted users (in ascending order)
- getNotificationRule(Long) - Method in class io.swagger.client.api.NotificationRulesApi
-
Get a notification rule
Get a single notification rule of the user that is authorized by the access_token.
- getNotificationRuleAsync(Long, ApiCallback<NotificationRule>) - Method in class io.swagger.client.api.NotificationRulesApi
-
Get a notification rule (asynchronously)
Get a single notification rule of the user that is authorized by the access_token.
- getNotificationRuleCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.NotificationRulesApi
-
Build call for getNotificationRule
- getNotificationRules() - Method in class io.swagger.client.model.NotificationRuleList
-
List of notification rules
- getNotificationRuleWithHttpInfo(Long) - Method in class io.swagger.client.api.NotificationRulesApi
-
Get a notification rule
Get a single notification rule of the user that is authorized by the access_token.
- getOldClientSecret() - Method in class io.swagger.client.model.ChangeClientCredentialsParams
-
Old (=current) client_secret
- getOpticalData() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
In case that the bank server has instructed the user to scan a flicker code, then this field will contain the raw data for the flicker animation as a BASE-64 string.
- getOpticalData() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
In case that the bank server has instructed the user to scan a flicker code, then this field will contain the raw data for the flicker animation as a BASE-64 string.
- getOverdraft() - Method in class io.swagger.client.model.Account
-
Current overdraft
- getOverdraftLimit() - Method in class io.swagger.client.model.Account
-
Overdraft limit
- getOwners() - Method in class io.swagger.client.model.BankConnection
-
Information about the owner(s) of the bank connection
- getPage() - Method in class io.swagger.client.model.Paging
-
Current page number
- getPageCount() - Method in class io.swagger.client.model.Paging
-
Total number of pages
- getPaging() - Method in class io.swagger.client.model.DailyBalanceList
-
Information for pagination
- getPaging() - Method in class io.swagger.client.model.PageableBankList
-
Information for pagination
- getPaging() - Method in class io.swagger.client.model.PageableCategoryList
-
Information for pagination
- getPaging() - Method in class io.swagger.client.model.PageableLabelList
-
Information for pagination
- getPaging() - Method in class io.swagger.client.model.PageableSecurityList
-
Information for pagination
- getPaging() - Method in class io.swagger.client.model.PageableTransactionList
-
Information for pagination
- getPaging() - Method in class io.swagger.client.model.PageableUserInfoList
-
Information for pagination
- getParamName() - Method in class io.swagger.client.auth.ApiKeyAuth
-
- getParams() - Method in class io.swagger.client.model.NotificationRule
-
Additional parameters that are specific to the trigger event type.
- getParams() - Method in class io.swagger.client.model.NotificationRuleParams
-
Additional parameters that are specific to the chosen trigger event type.
- getParentId() - Method in class io.swagger.client.model.Category
-
Identifier of the parent category (if a parent category exists)
- getParentId() - Method in class io.swagger.client.model.CategoryParams
-
Identifier of the parent category, if the new category should be created as a sub-category.
- getParentId() - Method in class io.swagger.client.model.Transaction
-
Parent transaction identifier
- getParentName() - Method in class io.swagger.client.model.Category
-
Name of the parent category (if a parent category exists)
- getPassword() - Method in class io.swagger.client.auth.HttpBasicAuth
-
- getPassword() - Method in class io.swagger.client.model.ExecutePasswordChangeParams
-
User's new password.
- getPassword() - Method in class io.swagger.client.model.User
-
User's password.
- getPassword() - Method in class io.swagger.client.model.UserCreateParamsImpl
-
User's password.
- getPasswordChangeToken() - Method in class io.swagger.client.model.ExecutePasswordChangeParams
-
Decrypted password change token (the token that you received from the /users/requestPasswordChange service, decrypted with your data decryption key)
- getPasswordChangeToken() - Method in class io.swagger.client.model.PasswordChangingResource
-
Encrypted password change token.
- getPaypalData() - Method in class io.swagger.client.model.Transaction
-
Additional, PayPal-specific transaction data.
- getPerPage() - Method in class io.swagger.client.model.Paging
-
Current page size (number of entries in this page)
- getPhone() - Method in class io.swagger.client.model.User
-
User's phone number
- getPhone() - Method in class io.swagger.client.model.UserCreateParamsImpl
-
User's phone number.
- getPhone() - Method in class io.swagger.client.model.UserUpdateParamsImpl
-
User's new phone number.
- getPhotoTanData() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
In case that the bank server has instructed the user to scan a photo (or more generally speaking, any kind of QR-code-like data), then this field will contain the raw data of the photo as a BASE-64 string.
- getPhotoTanData() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
In case that the bank server has instructed the user to scan a photo (or more generally speaking, any kind of QR-code-like data), then this field will contain the raw data of the photo as a BASE-64 string.
- getPhotoTanMimeType() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
In case that the 'photoTanData' field is set (i.e.
- getPhotoTanMimeType() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
In case that the 'photoTanData' field is set (i.e.
- getPopularity() - Method in class io.swagger.client.model.Bank
-
Popularity of this bank with your users (mandator-wide, i.e.
- getPostCode() - Method in class io.swagger.client.model.BankConnectionOwner
-
Post code
- getPrimanota() - Method in class io.swagger.client.model.Transaction
-
Transaction primanota (bank side identification number)
- getProcedureChallengeType() - Method in class io.swagger.client.model.TwoStepProcedure
-
The challenge type of the procedure.
- getProcedureId() - Method in class io.swagger.client.model.TwoStepProcedure
-
Bank-given ID of the procedure
- getProcedureName() - Method in class io.swagger.client.model.TwoStepProcedure
-
Bank-given name of the procedure
- getPurpose() - Method in class io.swagger.client.model.NewTransaction
-
Purpose.
- getPurpose() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
The purpose of the transfer transaction
- getPurpose() - Method in class io.swagger.client.model.SingleDirectDebitData
-
The purpose of the transfer transaction
- getPurpose() - Method in class io.swagger.client.model.SingleMoneyTransferRecipientData
-
The purpose of the transfer transaction
- getPurpose() - Method in class io.swagger.client.model.SubTransactionParams
-
Purpose.
- getPurpose() - Method in class io.swagger.client.model.Transaction
-
Transaction purpose
- getPurpose() - Method in class io.swagger.client.model.TransactionData
-
Purpose.
- getPurpose() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Purpose.
- getQuantityNominal() - Method in class io.swagger.client.model.Security
-
Value of quantity or nominal
- getQuantityNominalType() - Method in class io.swagger.client.model.Security
-
Type of quantity or nominal value.
- getQuote() - Method in class io.swagger.client.model.Security
-
Quote
- getQuoteCurrency() - Method in class io.swagger.client.model.Security
-
Currency of quote
- getQuoteDate() - Method in class io.swagger.client.model.Security
-
Quote date
- getQuoteType() - Method in class io.swagger.client.model.Security
-
Type of quote.
- getReadTimeout() - Method in class io.swagger.client.ApiClient
-
Get read timeout (in milliseconds).
- getRecipientBic() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
BIC of the recipient's account.
- getRecipientBic() - Method in class io.swagger.client.model.SingleMoneyTransferRecipientData
-
BIC of the recipient's account.
- getRecipientIban() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
IBAN of the recipient's account.
- getRecipientIban() - Method in class io.swagger.client.model.SingleMoneyTransferRecipientData
-
IBAN of the recipient's account.
- getRecipientName() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
Name of the recipient.
- getRecipientName() - Method in class io.swagger.client.model.SingleMoneyTransferRecipientData
-
Name of the recipient.
- getRefreshToken() - Method in class io.swagger.client.model.AccessToken
-
Refresh token.
- getRefreshTokensValidityPeriod() - Method in class io.swagger.client.model.ClientConfiguration
-
The validity period that newly requested refresh tokens initially have (in seconds).
- getRefreshTokensValidityPeriod() - Method in class io.swagger.client.model.ClientConfigurationParams
-
The validity period that newly requested refresh tokens initially have (in seconds).
- getRegistrationDate() - Method in class io.swagger.client.model.UserInfo
-
User's registration date, in the format 'yyyy-MM-dd'
- getRequestId() - Method in class io.swagger.client.model.ErrorMessage
-
ID of the request that caused this error.
- getResponseBody() - Method in exception io.swagger.client.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception io.swagger.client.ApiException
-
Get the HTTP response headers.
- getResult() - Method in class io.swagger.client.model.UpdateResult
-
Note that 'OK' just means that finAPI could successfully connect and log in to the bank server.
- getSalutation() - Method in class io.swagger.client.model.BankConnectionOwner
-
Salutation
- getScope() - Method in class io.swagger.client.model.AccessToken
-
Requested scopes (it's always 'all')
- getSecurities() - Method in class io.swagger.client.model.PageableSecurityList
-
List of securities
- getSecurities() - Method in class io.swagger.client.model.SecurityList
-
List of securities
- getSecurity(Long) - Method in class io.swagger.client.api.SecuritiesApi
-
Get a security
Get a single security for a specific user.
- getSecurityAsync(Long, ApiCallback<Security>) - Method in class io.swagger.client.api.SecuritiesApi
-
Get a security (asynchronously)
Get a single security for a specific user.
- getSecurityCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.SecuritiesApi
-
Build call for getSecurity
- getSecurityWithHttpInfo(Long) - Method in class io.swagger.client.api.SecuritiesApi
-
Get a security
Get a single security for a specific user.
- getSequenceType() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
Sequence type of the direct debit.
- getSpending() - Method in class io.swagger.client.model.CashFlow
-
The total calculated spending for the given category
- getSpending() - Method in class io.swagger.client.model.DailyBalance
-
The sum of spending of the given day.
- getSpending() - Method in class io.swagger.client.model.PageableTransactionList
-
The total spending of all transactions
- getSslCaCert() - Method in class io.swagger.client.ApiClient
-
Get SSL CA cert.
- getStatus() - Method in class io.swagger.client.model.Account
-
The current status of the account.
- getStatusCode() - Method in class io.swagger.client.ApiResponse
-
- getStreet() - Method in class io.swagger.client.model.BankConnectionOwner
-
Street
- getSubAccountNumber() - Method in class io.swagger.client.model.Account
-
Account's sub-account-number.
- getSubTransactions() - Method in class io.swagger.client.model.SplitTransactionsParams
-
List of sub-transactions
- getSuccessMessage() - Method in class io.swagger.client.model.BankResponse
-
Technical message from the bank server, confirming the success of the request.
- getSuccessMessage() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
Technical message from the bank server, confirming the success of the request.
- getSuccessMessage() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
Technical message from the bank server, confirming the success of the request.
- getSupportedDataSources() - Method in class io.swagger.client.model.Bank
-
List of the data sources that finAPI will use for data download for this bank.
- getSupportedOrders() - Method in class io.swagger.client.model.Account
-
List of orders that this account supports.
- getTanListNumber() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
In case that the bank server has instructed the user to look up a TAN from a TAN list, this field may contain the identification number of the TAN list.
- getTanListNumber() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
In case that the bank server has instructed the user to look up a TAN from a TAN list, this field may contain the identification number of the TAN list.
- getTempFolderPath() - Method in class io.swagger.client.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getTimestamp() - Method in class io.swagger.client.model.UpdateResult
-
Time of the update.
- getTitle() - Method in class io.swagger.client.model.BankConnectionOwner
-
Title
- getToken(String, String, String, String, String, String) - Method in class io.swagger.client.api.AuthorizationApi
-
Get tokens
finAPI implements the OAuth 2.0 Standard for authorizing applications and users within applications.
- getTokenAsync(String, String, String, String, String, String, ApiCallback<AccessToken>) - Method in class io.swagger.client.api.AuthorizationApi
-
Get tokens (asynchronously)
finAPI implements the OAuth 2.0 Standard for authorizing applications and users within applications.
- getTokenCall(String, String, String, String, String, String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.AuthorizationApi
-
Build call for getToken
- getTokenType() - Method in class io.swagger.client.model.AccessToken
-
Token type (it's always 'bearer')
- getTokenWithHttpInfo(String, String, String, String, String, String) - Method in class io.swagger.client.api.AuthorizationApi
-
Get tokens
finAPI implements the OAuth 2.0 Standard for authorizing applications and users within applications.
- getTotalBalance() - Method in class io.swagger.client.model.CashFlowList
-
The total balance
- getTotalCount() - Method in class io.swagger.client.model.Paging
-
Total number of entries across all pages
- getTotalIncome() - Method in class io.swagger.client.model.CashFlowList
-
The total income
- getTotalSpending() - Method in class io.swagger.client.model.CashFlowList
-
The total spending
- getTransaction(Long) - Method in class io.swagger.client.api.TransactionsApi
-
Get a transaction
Get a single transaction of the user that is authorized by the access_token.
- getTransactionAsync(Long, ApiCallback<Transaction>) - Method in class io.swagger.client.api.TransactionsApi
-
Get a transaction (asynchronously)
Get a single transaction of the user that is authorized by the access_token.
- getTransactionCall(Long, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.TransactionsApi
-
Build call for getTransaction
- getTransactionData() - Method in class io.swagger.client.model.CategorizationSample
-
Set of transaction data (at most 100 transactions at once)
- getTransactionData() - Method in class io.swagger.client.model.TransactionsData
-
Set of transaction data (at most 100 transactions at once).
- getTransactionId() - Method in class io.swagger.client.model.CategorizationCheckResult
-
Transaction identifier
- getTransactionId() - Method in class io.swagger.client.model.TransactionDataWithIdentifier
-
Identifier of transaction.
- getTransactions() - Method in class io.swagger.client.model.DailyBalance
-
Transactions for the given day
- getTransactions() - Method in class io.swagger.client.model.PageableTransactionList
-
Array of transactions per page
- getTransactions() - Method in class io.swagger.client.model.TransactionList
-
Array of transactions
- getTransactionWithHttpInfo(Long) - Method in class io.swagger.client.api.TransactionsApi
-
Get a transaction
Get a single transaction of the user that is authorized by the access_token.
- getTriggerEvent() - Method in class io.swagger.client.model.NotificationRule
-
Trigger event type
- getTriggerEvent() - Method in class io.swagger.client.model.NotificationRuleParams
-
Trigger event type
- getTwoStepProcedureId() - Method in class io.swagger.client.model.RequestSepaDirectDebitParams
-
The bank-given ID of the two-step-procedure that should be used for the direct debit order.
- getTwoStepProcedureId() - Method in class io.swagger.client.model.RequestSepaMoneyTransferParams
-
The bank-given ID of the two-step-procedure that should be used for the money transfer.
- getTwoStepProcedures() - Method in class io.swagger.client.model.BankConnection
-
Available two-step-procedures for this bank connection, used for submitting a money transfer or direct debit request (see /accounts/requestSepaMoneyTransfer or /requestSepaDirectDebit).
- getType() - Method in class io.swagger.client.model.BankConnection
-
Bank connection type
- getType() - Method in class io.swagger.client.model.ErrorDetails
-
Error type.
- getType() - Method in class io.swagger.client.model.Transaction
-
Transaction type, according to the bank.
- getTypeCodeSwift() - Method in class io.swagger.client.model.Transaction
-
SWIFT transaction type code.
- getTypeCodeZka() - Method in class io.swagger.client.model.Transaction
-
ZKA business transaction code which relates to the transaction's type.
- getUpdateStatus() - Method in class io.swagger.client.model.BankConnection
-
Current status of transactions download.
- getUserAccessTokensValidityPeriod() - Method in class io.swagger.client.model.ClientConfiguration
-
The validity period that newly requested access tokens for users initially have (in seconds).
- getUserAccessTokensValidityPeriod() - Method in class io.swagger.client.model.ClientConfigurationParams
-
The validity period that newly requested access tokens for users initially have (in seconds).
- getUserEmail() - Method in class io.swagger.client.model.PasswordChangingResource
-
User's email, encrypted.
- getUserId() - Method in class io.swagger.client.model.ExecutePasswordChangeParams
-
User identifier
- getUserId() - Method in class io.swagger.client.model.PasswordChangingResource
-
User identifier
- getUserId() - Method in class io.swagger.client.model.RequestPasswordChangeParameters
-
User identifier
- getUserId() - Method in class io.swagger.client.model.UserInfo
-
User's identifier
- getUserId() - Method in class io.swagger.client.model.VerificationStatusResource
-
User's identifier
- getUserIds() - Method in class io.swagger.client.model.UserIdentifiersParams
-
List of user identifiers
- getUserList(String, String, String, String, String, String, Boolean, String, String, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Get user list
<p>Get a list of the users of the mandator that is authorized by the access_token.
- getUserListAsync(String, String, String, String, String, String, Boolean, String, String, Boolean, Integer, Integer, List<String>, ApiCallback<PageableUserInfoList>) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Get user list (asynchronously)
<p>Get a list of the users of the mandator that is authorized by the access_token.
- getUserListCall(String, String, String, String, String, String, Boolean, String, String, Boolean, Integer, Integer, List<String>, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Build call for getUserList
- getUserListWithHttpInfo(String, String, String, String, String, String, Boolean, String, String, Boolean, Integer, Integer, List<String>) - Method in class io.swagger.client.api.MandatorAdministrationApi
-
Get user list
<p>Get a list of the users of the mandator that is authorized by the access_token.
- getUsername() - Method in class io.swagger.client.auth.HttpBasicAuth
-
- getUserNotificationCallbackUrl() - Method in class io.swagger.client.model.ClientConfiguration
-
Callback URL to which finAPI sends the notification messages that are triggered from the automatic batch update of the users' bank connections.
- getUserNotificationCallbackUrl() - Method in class io.swagger.client.model.ClientConfigurationParams
-
Callback URL to which finAPI sends the notification messages that are triggered from the automatic batch update of the users' bank connections.
- getUsers() - Method in class io.swagger.client.model.PageableUserInfoList
-
List of users information
- getUserSynchronizationCallbackUrl() - Method in class io.swagger.client.model.ClientConfiguration
-
Callback URL for user synchronization.
- getUserSynchronizationCallbackUrl() - Method in class io.swagger.client.model.ClientConfigurationParams
-
Callback URL for user synchronization.
- getValue() - Method in enum io.swagger.client.model.Account.StatusEnum
-
- getValue() - Method in enum io.swagger.client.model.Account.SupportedOrdersEnum
-
- getValue() - Method in enum io.swagger.client.model.Bank.SupportedDataSourcesEnum
-
- getValue() - Method in enum io.swagger.client.model.BankConnection.CategorizationStatusEnum
-
- getValue() - Method in enum io.swagger.client.model.BankConnection.TypeEnum
-
- getValue() - Method in enum io.swagger.client.model.BankConnection.UpdateStatusEnum
-
- getValue() - Method in enum io.swagger.client.model.ErrorDetails.CodeEnum
-
- getValue() - Method in enum io.swagger.client.model.ErrorDetails.TypeEnum
-
- getValue() - Method in enum io.swagger.client.model.NotificationRule.TriggerEventEnum
-
- getValue() - Method in enum io.swagger.client.model.NotificationRuleParams.TriggerEventEnum
-
- getValue() - Method in enum io.swagger.client.model.RequestSepaDirectDebitParams.DirectDebitTypeEnum
-
- getValue() - Method in enum io.swagger.client.model.RequestSepaDirectDebitParams.SequenceTypeEnum
-
- getValue() - Method in enum io.swagger.client.model.Security.QuantityNominalTypeEnum
-
- getValue() - Method in enum io.swagger.client.model.Security.QuoteTypeEnum
-
- getValue() - Method in enum io.swagger.client.model.UpdateResult.ErrorTypeEnum
-
- getValue() - Method in enum io.swagger.client.model.UpdateResult.ResultEnum
-
- getValue() - Method in class io.swagger.client.Pair
-
- getValueDate() - Method in class io.swagger.client.model.NewTransaction
-
Value date in the format 'yyyy-MM-dd'.
- getValueDate() - Method in class io.swagger.client.model.Transaction
-
Value date in the format 'yyyy-MM-dd HH:mm:ss.SSS' (german time).
- getVerificationStatus(String) - Method in class io.swagger.client.api.UsersApi
-
Get a user's verification status
Get the verification status of the requested user.
- getVerificationStatusAsync(String, ApiCallback<VerificationStatusResource>) - Method in class io.swagger.client.api.UsersApi
-
Get a user's verification status (asynchronously)
Get the verification status of the requested user.
- getVerificationStatusCall(String, ProgressResponseBody.ProgressListener, ProgressRequestBody.ProgressRequestListener) - Method in class io.swagger.client.api.UsersApi
-
Build call for getVerificationStatus
- getVerificationStatusWithHttpInfo(String) - Method in class io.swagger.client.api.UsersApi
-
Get a user's verification status
Get the verification status of the requested user.
- getWarnMessage() - Method in class io.swagger.client.model.BankResponse
-
In some cases, a bank server may accept the requested order, but return a warn message.
- getWarnMessage() - Method in class io.swagger.client.model.DirectDebitOrderingResponse
-
In some cases, a bank server may accept the requested order, but return a warn message.
- getWarnMessage() - Method in class io.swagger.client.model.MoneyTransferOrderingResponse
-
In some cases, a bank server may accept the requested order, but return a warn message.
- getWkn() - Method in class io.swagger.client.model.Security
-
WKN
- getWriteTimeout() - Method in class io.swagger.client.ApiClient
-
Get write timeout (in milliseconds).
- guessContentTypeFromFile(File) - Method in class io.swagger.client.ApiClient
-
Guess Content-Type header from the given file (defaults to "application/octet-stream").