Skip navigation links
A B C D E F G H I L M N P Q R S T U V 

A

access_token - Variable in class me.figo.internal.TokenResponse
 
Account - Class in me.figo.models
Object representing one bank account of the user, independent of the exact account type
Account() - Constructor for class me.figo.models.Account
 
Account.AccountsResponse - Class in me.figo.models
Helper type to match actual response from figo API
account_ids - Variable in class me.figo.internal.SyncTokenRequest
Accounts to sync
AccountBalance - Class in me.figo.models
Object representing the balance of a certain bank account of the user
AccountBalance() - Constructor for class me.figo.models.AccountBalance
 
AccountOrderRequest - Class in me.figo.internal
 
AccountOrderRequest() - Constructor for class me.figo.internal.AccountOrderRequest
 
AccountOrderRequest(List<Account>) - Constructor for class me.figo.internal.AccountOrderRequest
 
AccountsResponse() - Constructor for class me.figo.models.Account.AccountsResponse
 
addContainerPayment(PaymentContainer) - Method in class me.figo.FigoSession
 
AdditionalTransactionInfo - Class in me.figo.models
 
AdditionalTransactionInfo() - Constructor for class me.figo.models.AdditionalTransactionInfo
 
addNotification(Notification) - Method in class me.figo.FigoSession
Register a new notification on the server for the user
addOption(ProcessOption) - Method in class me.figo.models.ProcessStep
 
addPayment(Payment) - Method in class me.figo.FigoSession
Create a new payment
addPayment(Payment) - Method in class me.figo.models.PaymentContainer
 
addStep(ProcessStep) - Method in class me.figo.models.BusinessProcess
 
addTrustedFingerprint(String) - Static method in class me.figo.internal.FigoTrustManager
Add a fingerprint to the trusted list, e.g.
addUser(String, String, String, String) - Method in class me.figo.FigoConnection
Create a new figo Account
addUserAndLogin(String, String, String, String) - Method in class me.figo.FigoConnection
Creates a new figo User and returns a login token
API_FIGO_LIVE - Static variable in class me.figo.FigoApi
 
API_FIGO_STAGE - Static variable in class me.figo.FigoApi
 
ApiError - Class in me.figo.models
 
ApiError() - Constructor for class me.figo.models.ApiError
 
auto_continue - Variable in class me.figo.internal.SyncTokenRequest
Should the sync process continue on errors without asking for response

B

Bank - Class in me.figo.models
Object representing a Bank
Bank() - Constructor for class me.figo.models.Bank
 
BankLoginSettings - Class in me.figo.models
 
BankLoginSettings() - Constructor for class me.figo.models.BankLoginSettings
 
BusinessProcess - Class in me.figo.models
 
BusinessProcess() - Constructor for class me.figo.models.BusinessProcess
 

C

cancelTask(TaskTokenResponse) - Method in class me.figo.FigoSession
Cancels a given task if possible
cancelTask(String) - Method in class me.figo.FigoSession
Cancels a given task if possible
Category - Class in me.figo.models
 
Category() - Constructor for class me.figo.models.Category
 
Challenge - Class in me.figo.models
 
Challenge() - Constructor for class me.figo.models.Challenge
 
checkClientTrusted(X509Certificate[], String) - Method in class me.figo.internal.FakeTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class me.figo.internal.FigoTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class me.figo.internal.FakeTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class me.figo.internal.FigoTrustManager
 
clientId - Variable in class me.figo.FigoConnection
 
clientSecret - Variable in class me.figo.FigoConnection
 
code - Variable in class me.figo.internal.TokenRequest
 
convertAuthenticationCode(String) - Method in class me.figo.FigoConnection
Convert the authentication code received as result of the login process into an access token usable for data access.
convertRefreshToken(String) - Method in class me.figo.FigoConnection
Convert a refresh token (granted for offline access and returned by `convert_authentication_code`) into an access token usable for data access.
createGson() - Method in class me.figo.FigoApi
Instantiate the GSON class.
createGson() - Static method in class me.figo.internal.GsonAdapter
 
createProcess(BusinessProcess) - Method in class me.figo.FigoConnection
Create a new business process
createSocket(Socket, String, int, boolean) - Method in class me.figo.internal.FigoSocketFactory
 
createSocket(String, int) - Method in class me.figo.internal.FigoSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class me.figo.internal.FigoSocketFactory
 
createSocket(InetAddress, int) - Method in class me.figo.internal.FigoSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class me.figo.internal.FigoSocketFactory
 
createSyncTask(String, String, List<String>, List<String>) - Method in class me.figo.FigoSession
Create a sync task
createSyncTask(String, String, List<String>, List<String>, boolean, int, boolean, boolean) - Method in class me.figo.FigoSession
Create a sync task.
createSyncTask(SyncTokenRequest) - Method in class me.figo.FigoSession
Create a sync task
CreateUserRequest - Class in me.figo.internal
Helper type for user creation
CreateUserRequest(String, String, String, String) - Constructor for class me.figo.internal.CreateUserRequest
 
CreateUserResponse - Class in me.figo.internal
Helper type for user creation
CreateUserResponse() - Constructor for class me.figo.internal.CreateUserResponse
 
Credential - Class in me.figo.models
 
Credential() - Constructor for class me.figo.models.Credential
 
credentialLogin(String, String) - Method in class me.figo.FigoConnection
Login an user with his figo username and password credentials
CredentialLoginRequest - Class in me.figo.internal
Helper type for credential login
CredentialLoginRequest(String, String) - Constructor for class me.figo.internal.CredentialLoginRequest
 

D

deleteStandingOrder(StandingOrder) - Method in class me.figo.FigoSession
Create a deletion task for a standing order
deleteStandingOrder(String) - Method in class me.figo.FigoSession
Create a deletion task for a standing order
disable_notifications - Variable in class me.figo.internal.SyncTokenRequest
Indicates whether notifications should be sent to your application

E

ErrorObject() - Constructor for class me.figo.FigoException.ErrorObject
 
ErrorResponse() - Constructor for class me.figo.FigoException.ErrorResponse
 
expires_in - Variable in class me.figo.internal.TokenResponse
 

F

FakeTrustManager - Class in me.figo.internal
Use this implementation if you don't want to do certificate pinning WARNING: Do not implement this in production code you are ever going to use on a network you do not entirely trust.
FakeTrustManager() - Constructor for class me.figo.internal.FakeTrustManager
 
FigoApi - Class in me.figo
 
FigoApi(String, String, int) - Constructor for class me.figo.FigoApi
 
FigoApi(String, int) - Constructor for class me.figo.FigoApi
 
FigoConnection - Class in me.figo
Representing a not user-bound connection to the figo connect API.
FigoConnection(String, String, String) - Constructor for class me.figo.FigoConnection
Creates a FigoConnection instance
FigoConnection(String, String, String, int) - Constructor for class me.figo.FigoConnection
Creates a FigoConnection instance
FigoConnection(String, String, String, int, String) - Constructor for class me.figo.FigoConnection
Creates a FigoConnection instance
FigoException - Exception in me.figo
Base Class for all figo Exceptions.
FigoException(String, String) - Constructor for exception me.figo.FigoException
 
FigoException(String, String, Throwable) - Constructor for exception me.figo.FigoException
 
FigoException(FigoException.ErrorResponse) - Constructor for exception me.figo.FigoException
 
FigoException.ErrorObject - Class in me.figo
 
FigoException.ErrorResponse - Class in me.figo
 
FigoPinException - Exception in me.figo
 
FigoPinException(SetupAccountRequest) - Constructor for exception me.figo.FigoPinException
 
FigoPinException(String, String, String, String, TaskTokenResponse) - Constructor for exception me.figo.FigoPinException
 
FigoSession - Class in me.figo
Main entry point to the data access-part of the figo connect java library.
FigoSession(String) - Constructor for class me.figo.FigoSession
Creates a FigoSession instance
FigoSession(String, int) - Constructor for class me.figo.FigoSession
Creates a FigoSession instance
FigoSession(String, int, String) - Constructor for class me.figo.FigoSession
Creates a FigoSession instance
FigoSession.FieldVisited - Enum in me.figo
 
FigoSession.PendingTransactions - Enum in me.figo
 
FigoSocketFactory - Class in me.figo.internal
 
FigoSocketFactory(SSLSocketFactory) - Constructor for class me.figo.internal.FigoSocketFactory
 
FigoTrustManager - Class in me.figo.internal
 
FigoTrustManager() - Constructor for class me.figo.internal.FigoTrustManager
 
fromInterval(String) - Static method in enum me.figo.internal.StandingOrderIntervalType
 

G

getAcceptedIssuers() - Method in class me.figo.internal.FakeTrustManager
 
getAcceptedIssuers() - Method in class me.figo.internal.FigoTrustManager
 
getAccessToken() - Method in class me.figo.internal.TokenResponse
 
getAccount(String) - Method in class me.figo.FigoSession
Returns the account with the specified ID
getAccountBalance(String) - Method in class me.figo.FigoSession
Returns the balance details of the account with he specified ID
getAccountBalance(Account) - Method in class me.figo.FigoSession
Returns the balance details of the supplied account
getAccountId() - Method in class me.figo.internal.TaskStatusResponse
 
getAccountId() - Method in class me.figo.models.Account
 
getAccountId() - Method in class me.figo.models.Payment
 
getAccountId() - Method in class me.figo.models.PaymentContainer
 
getAccountId() - Method in class me.figo.models.Security
 
getAccountId() - Method in class me.figo.models.StandingOrder
 
getAccountId() - Method in class me.figo.models.Transaction
 
getAccountIds() - Method in class me.figo.internal.SyncTokenRequest
 
getAccountNumber() - Method in class me.figo.models.Account
 
getAccountNumber() - Method in class me.figo.models.Payment
 
getAccountNumber() - Method in class me.figo.models.PaymentProposal
 
getAccountNumber() - Method in class me.figo.models.ProcessOption
 
getAccountNumber() - Method in class me.figo.models.StandingOrder
 
getAccountNumber() - Method in class me.figo.models.Transaction
 
getAccounts() - Method in class me.figo.FigoSession
All accounts the user has granted your app access to
getAccounts() - Method in class me.figo.internal.AccountOrderRequest
 
getAccounts() - Method in class me.figo.models.Account.AccountsResponse
List of accounts asked for
getAdditionalIcons() - Method in class me.figo.models.LoginSettings
 
getAdditionalIcons() - Method in class me.figo.models.Service
 
getAdditionalInfo() - Method in class me.figo.models.Transaction
 
getAddress() - Method in class me.figo.models.User
 
getAddtionalIcons() - Method in class me.figo.models.Account
 
getAdvice() - Method in class me.figo.models.LoginSettings
 
getAllowedRecipients() - Method in class me.figo.models.PaymentType
 
getAmount() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getAmount() - Method in class me.figo.models.Payment
 
getAmount() - Method in class me.figo.models.ProcessOption
 
getAmount() - Method in class me.figo.models.Security
 
getAmount() - Method in class me.figo.models.StandingOrder
 
getAmount() - Method in class me.figo.models.Transaction
 
getAmountOriginalCurrency() - Method in class me.figo.models.Security
 
getApiEndpoint() - Method in class me.figo.FigoApi
 
getAuthType() - Method in class me.figo.models.LoginSettings
 
getBalance() - Method in class me.figo.models.Account
 
getBalance() - Method in class me.figo.models.AccountBalance
 
getBalanceDate() - Method in class me.figo.models.AccountBalance
 
getBank(String) - Method in class me.figo.FigoSession
Get bank
getBank(Account) - Method in class me.figo.FigoSession
Get Bank for account
getBank_reference() - Method in class me.figo.models.AdditionalTransactionInfo
 
getBankAdditionalIcons() - Method in class me.figo.models.Payment
 
getBankCode() - Method in exception me.figo.FigoPinException
 
getBankCode() - Method in class me.figo.internal.SetupAccountRequest
 
getBankCode() - Method in class me.figo.models.Account
 
getBankCode() - Method in class me.figo.models.Payment
 
getBankCode() - Method in class me.figo.models.PaymentProposal
 
getBankCode() - Method in class me.figo.models.ProcessOption
 
getBankCode() - Method in class me.figo.models.Service
 
getBankCode() - Method in class me.figo.models.StandingOrder
 
getBankCode() - Method in class me.figo.models.Transaction
 
getBankIcon() - Method in class me.figo.models.Payment
 
getBankId() - Method in class me.figo.models.Account
 
getBankId() - Method in class me.figo.models.Bank
 
getBankName() - Method in class me.figo.models.Account
 
getBankName() - Method in class me.figo.models.BankLoginSettings
 
getBankName() - Method in class me.figo.models.Payment
 
getBankName() - Method in class me.figo.models.StandingOrder
 
getBankName() - Method in class me.figo.models.Transaction
 
getBankNumber() - Method in class me.figo.models.Bank
 
getBIC() - Method in class me.figo.models.Account
 
getBic() - Method in class me.figo.models.Transaction
 
getBooking_key() - Method in class me.figo.models.Transaction
 
getBookingDate() - Method in class me.figo.models.Transaction
 
getBookingText() - Method in class me.figo.models.Transaction
 
getCategories() - Method in class me.figo.models.Transaction
 
getChallenge() - Method in class me.figo.internal.TaskStatusResponse
 
getCode() - Method in class me.figo.FigoException.ErrorObject
 
getCode() - Method in class me.figo.models.ApiError
 
getCode() - Method in class me.figo.models.SynchronizationStatus
 
getCompensation_amount() - Method in class me.figo.models.AdditionalTransactionInfo
 
getContainer() - Method in class me.figo.models.PaymentContainer
 
getContinue() - Method in class me.figo.internal.TaskStatusRequest
 
getCountry() - Method in class me.figo.internal.SetupAccountRequest
 
getCountryCode() - Method in exception me.figo.FigoPinException
 
getCreationTimestamp() - Method in class me.figo.models.Payment
 
getCreationTimestamp() - Method in class me.figo.models.Security
 
getCreationTimestamp() - Method in class me.figo.models.StandingOrder
 
getCredentials() - Method in class me.figo.internal.SetupAccountCredentials
 
getCredentials() - Method in class me.figo.internal.SetupAccountRequest
 
getCredentials() - Method in class me.figo.models.LoginSettings
 
getCredentials() - Method in class me.figo.models.Service
 
getCreditLine() - Method in class me.figo.models.AccountBalance
 
getCreditor_id() - Method in class me.figo.models.Transaction
 
getCurrency() - Method in class me.figo.models.Account
 
getCurrency() - Method in class me.figo.models.Payment
 
getCurrency() - Method in class me.figo.models.ProcessOption
 
getCurrency() - Method in class me.figo.models.Security
 
getCurrency() - Method in class me.figo.models.StandingOrder
 
getCurrency() - Method in class me.figo.models.Transaction
 
getCustomer_reference() - Method in class me.figo.models.Transaction
 
getData() - Method in class me.figo.FigoException.ErrorObject
 
getData() - Method in class me.figo.models.Challenge
 
getDebitor_id() - Method in class me.figo.models.AdditionalTransactionInfo
 
getDefaultCipherSuites() - Method in class me.figo.internal.FigoSocketFactory
 
getDescription() - Method in class me.figo.FigoException.ErrorObject
 
getDescription() - Method in class me.figo.models.ApiError
 
getDisableFirstSync() - Method in class me.figo.internal.SetupAccountRequest
 
getEmail() - Method in class me.figo.internal.CreateUserRequest
 
getEmail() - Method in class me.figo.models.BusinessProcess
 
getEmail() - Method in class me.figo.models.User
 
getEncryptedCredentials() - Method in class me.figo.internal.SetupAccountCredentials
 
getEnd_to_end_reference() - Method in class me.figo.models.Transaction
 
getError() - Method in class me.figo.FigoException.ErrorResponse
 
getError() - Method in class me.figo.internal.TaskStatusResponse
 
getErrorDescription() - Method in exception me.figo.FigoException
 
getErrorMessage() - Method in exception me.figo.FigoException
 
getExchangeRate() - Method in class me.figo.models.Security
 
getExecution_day() - Method in class me.figo.models.Payment
 
getExecutionDay() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getExecutionDay() - Method in class me.figo.models.StandingOrder
 
getExpiresIn() - Method in class me.figo.internal.TokenResponse
 
getFees() - Method in class me.figo.models.AdditionalTransactionInfo
 
getFirst_execution_date() - Method in class me.figo.models.Payment
 
getFirstExecutionDate() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getFirstExecutionDate() - Method in class me.figo.models.StandingOrder
 
getFormat() - Method in class me.figo.models.Challenge
 
getGrantType() - Method in class me.figo.internal.CredentialLoginRequest
 
getGrossAmount() - Method in class me.figo.models.AdditionalTransactionInfo
 
getGroup() - Method in class me.figo.FigoException.ErrorObject
 
getIban() - Method in class me.figo.internal.SetupAccountRequest
 
getIBAN() - Method in class me.figo.models.Account
 
getIban() - Method in class me.figo.models.Payment
 
getIban() - Method in class me.figo.models.Transaction
 
getIcon() - Method in class me.figo.models.LoginSettings
 
getIcon() - Method in class me.figo.models.Service
 
getIconUrl() - Method in class me.figo.models.Account
 
getId() - Method in class me.figo.internal.TaskStatusRequest
 
getId() - Method in class me.figo.models.Category
 
getIfNotSyncedSince() - Method in class me.figo.internal.SyncTokenRequest
 
getInterval() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getInterval() - Method in enum me.figo.internal.StandingOrderIntervalType
 
getInterval() - Method in class me.figo.models.Payment
 
getInterval() - Method in class me.figo.models.StandingOrder
 
getIsin() - Method in class me.figo.models.Security
 
getJoinDate() - Method in class me.figo.models.User
 
getLabel() - Method in class me.figo.models.Challenge
 
getLabel() - Method in class me.figo.models.Credential
 
getLanguage() - Method in class me.figo.internal.CreateUserRequest
 
getLanguage() - Method in class me.figo.models.User
 
getLast_execution_date() - Method in class me.figo.models.Payment
 
getLastExecutionDate() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getLastExecutionDate() - Method in class me.figo.models.StandingOrder
 
getLoginName() - Method in exception me.figo.FigoPinException
 
getLoginSettings(String, String) - Method in class me.figo.FigoSession
Returns the login settings for a specified banking or payment service
getLoginSettingsForService(String, String) - Method in class me.figo.FigoSession
 
getLoginUrl(String, String) - Method in class me.figo.FigoConnection
The URL a user should open in his/her web browser to start the login process.
getMandate_reference() - Method in class me.figo.models.Transaction
 
getMaxPurposeLength() - Method in class me.figo.models.PaymentType
 
getMaxScheduledDate() - Method in class me.figo.models.PaymentType
 
getMedium_name() - Method in class me.figo.models.TanScheme
 
getMessage() - Method in class me.figo.internal.TaskStatusResponse
 
getMessage() - Method in class me.figo.models.ApiError
 
getMessage() - Method in class me.figo.models.SynchronizationStatus
 
getMinScheduledDate() - Method in class me.figo.models.PaymentType
 
getModificationTimestamp() - Method in class me.figo.models.Payment
 
getModificationTimestamp() - Method in class me.figo.models.Security
 
getMonth() - Method in enum me.figo.internal.StandingOrderIntervalType
 
getMonthlySpendingLimit() - Method in class me.figo.models.AccountBalance
 
getName() - Method in class me.figo.internal.CreateUserRequest
 
getName() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getName() - Method in class me.figo.models.Account
 
getName() - Method in class me.figo.models.ApiError
 
getName() - Method in class me.figo.models.Category
 
getName() - Method in class me.figo.models.Payment
 
getName() - Method in class me.figo.models.PaymentProposal
 
getName() - Method in class me.figo.models.ProcessOption
 
getName() - Method in class me.figo.models.Security
 
getName() - Method in class me.figo.models.Service
 
getName() - Method in class me.figo.models.ServiceLoginSettings
 
getName() - Method in class me.figo.models.StandingOrder
 
getName() - Method in class me.figo.models.TanScheme
 
getName() - Method in class me.figo.models.Transaction
 
getName() - Method in class me.figo.models.User
 
getNextExecutionDate() - Method in class me.figo.models.StandingOrder
 
getNotification(String) - Method in class me.figo.FigoSession
Retrieve a specific notification by ID
getNotificationId() - Method in class me.figo.models.Notification
 
getNotifications() - Method in class me.figo.FigoSession
All notifications registered by this client for the user
getNotifications() - Method in class me.figo.models.Notification.NotificationsResponse
List of notifications asked for
getNotifyURI() - Method in class me.figo.models.Notification
 
getObserveKey() - Method in class me.figo.models.Notification
 
getOptions() - Method in class me.figo.models.ProcessStep
 
getOriginal_amount() - Method in class me.figo.models.AdditionalTransactionInfo
 
getOwner() - Method in class me.figo.models.Account
 
getParentId() - Method in class me.figo.models.Category
 
getPassword() - Method in class me.figo.internal.CreateUserRequest
 
getPassword() - Method in class me.figo.internal.CredentialLoginRequest
 
getPassword() - Method in class me.figo.models.BusinessProcess
 
getPayment(String, String) - Method in class me.figo.FigoSession
Retrieve a specific payment by ID
getPayment(Account, String) - Method in class me.figo.FigoSession
Retrieve a specific payment by ID
getPaymentId() - Method in class me.figo.models.Payment
 
getPaymentProposals() - Method in class me.figo.FigoSession
Returns a list of PaymentProposals.
getPaymentProposals() - Method in class me.figo.models.PaymentProposal.PaymentProposalResponse
 
getPayments() - Method in class me.figo.FigoSession
Retrieve all payments
getPayments(String) - Method in class me.figo.FigoSession
Retrieve all payments on a certain account
getPayments(Account) - Method in class me.figo.FigoSession
all payments on a certain account
getPayments() - Method in class me.figo.models.Payment.PaymentsResponse
 
getPin() - Method in exception me.figo.FigoPinException
 
getPin() - Method in class me.figo.internal.TaskStatusRequest
 
getPremiumExpiresOn() - Method in class me.figo.models.User
 
getPremiumSubscription() - Method in class me.figo.models.User
 
getPrice() - Method in class me.figo.models.Security
 
getPriceCurrency() - Method in class me.figo.models.Security
 
getPrima_nota_number() - Method in class me.figo.models.Transaction
 
getProcessToken() - Method in class me.figo.models.ProcessToken
 
getPurchasePrice() - Method in class me.figo.models.Security
 
getPurpose() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getPurpose() - Method in class me.figo.models.Payment
 
getPurpose() - Method in class me.figo.models.ProcessOption
 
getPurposeText() - Method in class me.figo.models.StandingOrder
 
getPurposeText() - Method in class me.figo.models.Transaction
 
getQuantity() - Method in class me.figo.models.Security
 
getRedirectUri() - Method in class me.figo.internal.SetupAccountRequest
 
getRedirectUri() - Method in class me.figo.internal.SyncTokenRequest
 
getReference_party_creditor() - Method in class me.figo.models.AdditionalTransactionInfo
 
getReference_party_debitor() - Method in class me.figo.models.AdditionalTransactionInfo
 
getRefreshToken() - Method in class me.figo.internal.TokenResponse
 
getResponse() - Method in class me.figo.internal.TaskStatusRequest
 
getSavePin() - Method in class me.figo.internal.SetupAccountRequest
 
getSavePin() - Method in class me.figo.internal.TaskStatusRequest
 
getSecurities() - Method in class me.figo.FigoSession
Retrieves all securities of the current user
getSecurities(Account) - Method in class me.figo.FigoSession
Retrieves all securities of a specific account
getSecurities(String) - Method in class me.figo.FigoSession
Retrieves all securities of a specific account
getSecurities() - Method in class me.figo.models.Security.SecurityResponse
 
getSecurity(String, String) - Method in class me.figo.FigoSession
Retrieves a specific security
getSecurity(Account, String) - Method in class me.figo.FigoSession
Retrieves a specific security
getSecurityId() - Method in class me.figo.models.Security
 
getSepa_purpose_code() - Method in class me.figo.models.Transaction
 
getSepa_remittance_info() - Method in class me.figo.models.Transaction
 
getSepaCreditorId() - Method in class me.figo.models.Bank
 
getServices() - Method in class me.figo.models.Service.ServiceResponse
 
getStandingOrder(String) - Method in class me.figo.FigoSession
Retrieve a specific standing order by ID
getStandingOrderId() - Method in class me.figo.internal.ModifyStandingOrderRequest
 
getStandingOrderId() - Method in class me.figo.models.StandingOrder
 
getStandingOrders(String) - Method in class me.figo.FigoSession
Get an array of standing orders objects, one for each standing order of the user matching the criteria.
getStandingOrders() - Method in class me.figo.FigoSession
All standing orders on all accounts of the user
getStandingOrders() - Method in class me.figo.models.StandingOrder.StandingOrdersResponse
 
getState() - Method in class me.figo.internal.SyncTokenRequest
 
getState() - Method in class me.figo.models.BusinessProcess
 
getState() - Method in class me.figo.models.Notification
 
getStatus() - Method in class me.figo.models.Security.SecurityResponse
 
getStatus() - Method in class me.figo.models.StandingOrder.StandingOrdersResponse
 
getStatus() - Method in class me.figo.models.Transaction.TransactionsResponse
 
getSteps() - Method in class me.figo.models.BusinessProcess
 
getSubmissionTimestamp() - Method in class me.figo.models.Payment
 
getSuccessTimestamp() - Method in class me.figo.models.SynchronizationStatus
 
getSupportedCipherSuites() - Method in class me.figo.internal.FigoSocketFactory
 
getSupportedFileFormats() - Method in class me.figo.models.PaymentType
 
getSupportedPaymentTypes() - Method in class me.figo.models.Account
 
getSupportedServices(String) - Method in class me.figo.FigoSession
Returns a list of all supported credit cards and payment services for a country
getSupportedServices() - Method in class me.figo.FigoSession
Returns a list of all supported credit cards and payment services for all countries
getSupportedTanSchemes() - Method in class me.figo.models.Account
 
getSupportedTextKeys() - Method in class me.figo.models.PaymentType
 
getSyncTasks() - Method in class me.figo.internal.SetupAccountRequest
 
getSyncTasks() - Method in class me.figo.internal.SyncTokenRequest
 
getSyncTimestamp() - Method in class me.figo.models.SynchronizationStatus
 
getSyncURL(String, String) - Method in class me.figo.FigoSession
URL to trigger a synchronization.
getSyncURL(String, String, List<String>) - Method in class me.figo.FigoSession
URL to trigger a synchronization.
getSyncURL(String, String, List<String>, List<String>) - Method in class me.figo.FigoSession
URL to trigger a synchronization.
getTan_scheme_id() - Method in class me.figo.models.TanScheme
 
getTaskState(TaskTokenResponse) - Method in class me.figo.FigoSession
Get the current status of a Task
getTaskState(String) - Method in class me.figo.FigoSession
Get the current status of a Task by id
getTaskState(String, String) - Method in class me.figo.FigoSession
Deprecated.
getTaskToken() - Method in exception me.figo.FigoPinException
 
getTaskToken() - Method in class me.figo.internal.TaskTokenResponse
 
getText_key_addition() - Method in class me.figo.models.Transaction
 
getTimeout() - Method in class me.figo.FigoApi
The timeout used for queries.
getTitle() - Method in class me.figo.models.Challenge
 
getTradeTimestamp() - Method in class me.figo.models.Security
 
getTransaction(String, String) - Method in class me.figo.FigoSession
Retrieve a specific transaction by ID
getTransactionCode() - Method in class me.figo.models.Transaction
 
getTransactionId() - Method in class me.figo.models.Payment
 
getTransactionId() - Method in class me.figo.models.Transaction
 
getTransactions() - Method in class me.figo.FigoSession
All transactions on all account of the user
getTransactions(String) - Method in class me.figo.FigoSession
Retrieve all transactions on a specific account of the user
getTransactions(Account) - Method in class me.figo.FigoSession
Retrieve all transactions on a specific account of the user
getTransactions(Account, String, Integer, Integer, FigoSession.PendingTransactions) - Method in class me.figo.FigoSession
Get an array of Transaction objects, one for each transaction of the user matching the criteria.
getTransactions(String, String, Integer, Integer, FigoSession.PendingTransactions) - Method in class me.figo.FigoSession
Get an array of Transaction objects, one for each transaction of the user matching the criteria.
getTransactions() - Method in class me.figo.models.Transaction.TransactionsResponse
 
getTrustedFingerprints() - Static method in class me.figo.internal.FigoTrustManager
 
getType() - Method in class me.figo.models.Account
 
getType() - Method in class me.figo.models.Payment
 
getType() - Method in class me.figo.models.PaymentContainer
 
getType() - Method in class me.figo.models.ProcessOption
 
getType() - Method in class me.figo.models.ProcessStep
 
getType() - Method in class me.figo.models.Transaction
 
getUser() - Method in class me.figo.FigoSession
Get the current figo Account
getUserId() - Method in class me.figo.models.User
 
getUsername() - Method in class me.figo.internal.CredentialLoginRequest
 
getValueDate() - Method in class me.figo.models.Transaction
 
getWkn() - Method in class me.figo.models.Security
 
grant_type - Variable in class me.figo.internal.TokenRequest
 
GsonAdapter - Class in me.figo.internal
 
GsonAdapter() - Constructor for class me.figo.internal.GsonAdapter
 

H

handleResponse(InputStream, Type) - Method in class me.figo.FigoApi
Handle the response of a request by decoding its JSON payload

I

if_not_synced_since - Variable in class me.figo.internal.SyncTokenRequest
Sync accounts only which have not been synchronized within the specified number of minutes
isAutoContinue() - Method in class me.figo.internal.SyncTokenRequest
 
isAutoSync() - Method in class me.figo.models.Account
 
isBooked() - Method in class me.figo.models.Transaction
 
isDisableNotifications() - Method in class me.figo.internal.SyncTokenRequest
 
isEnded() - Method in class me.figo.internal.TaskStatusResponse
 
isErroneous() - Method in class me.figo.internal.TaskStatusResponse
 
isMasked() - Method in class me.figo.models.Credential
 
isOptional() - Method in class me.figo.models.Credential
 
isPinSaved() - Method in class me.figo.models.Bank
 
isPremium() - Method in class me.figo.models.User
 
isSavePin() - Method in class me.figo.internal.SyncTokenRequest
 
isSendNewsletter() - Method in class me.figo.models.User
 
isSupported() - Method in class me.figo.models.LoginSettings
 
isVerifiedEmail() - Method in class me.figo.models.User
 
isVisited() - Method in class me.figo.internal.VisitedRequest
 
isVisited() - Method in class me.figo.models.Security
 
isVisited() - Method in class me.figo.models.Transaction
 
isWaitingForPin() - Method in class me.figo.internal.TaskStatusResponse
 
isWaitingForResponse() - Method in class me.figo.internal.TaskStatusResponse
 

L

LoginSettings - Class in me.figo.models
 
LoginSettings() - Constructor for class me.figo.models.LoginSettings
 

M

me.figo - package me.figo
 
me.figo.internal - package me.figo.internal
 
me.figo.models - package me.figo.models
 
modifySecurities(FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of all securities of the current user
modifySecurities(Account, FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of all securities of a specific account
modifySecurities(String, FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of all securities of a specific account
modifySecurity(Security, FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of a specific security
modifyStandingOrder(StandingOrder) - Method in class me.figo.FigoSession
Update a standing order, this creates a new payment which has to be submitted to update the existing standing order
ModifyStandingOrderRequest - Class in me.figo.internal
 
ModifyStandingOrderRequest(StandingOrder) - Constructor for class me.figo.internal.ModifyStandingOrderRequest
 
modifyTransaction(Transaction, FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of a specific transaction
modifyTransactions(FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of all transactions of the current user
modifyTransactions(Account, FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of all transactions of a specific account
modifyTransactions(String, FigoSession.FieldVisited) - Method in class me.figo.FigoSession
Modifies the visited field of all transactions of a specific account

N

Notification - Class in me.figo.models
Object representing a configured notification, e.g a webhook or email hook
Notification() - Constructor for class me.figo.models.Notification
 
Notification(String, String, String) - Constructor for class me.figo.models.Notification
 
Notification.NotificationsResponse - Class in me.figo.models
Helper type to match actual response from figo API
NotificationsResponse() - Constructor for class me.figo.models.Notification.NotificationsResponse
 

P

Payment - Class in me.figo.models
Object representing a Payment
Payment() - Constructor for class me.figo.models.Payment
 
Payment(String, String, String, String, String, String, BigDecimal) - Constructor for class me.figo.models.Payment
 
Payment(String, String, String, String, String, String, String, BigDecimal) - Constructor for class me.figo.models.Payment
 
Payment(String, String, String, String, String, String, String, BigDecimal, String, int, Date, Date) - Constructor for class me.figo.models.Payment
Constructor for standing order payments
Payment.PaymentsResponse - Class in me.figo.models
Helper type to represent the actual answer from the figo API
PaymentContainer - Class in me.figo.models
 
PaymentContainer(List<Payment>) - Constructor for class me.figo.models.PaymentContainer
 
PaymentProposal - Class in me.figo.models
 
PaymentProposal() - Constructor for class me.figo.models.PaymentProposal
 
PaymentProposal.PaymentProposalResponse - Class in me.figo.models
 
PaymentProposalResponse() - Constructor for class me.figo.models.PaymentProposal.PaymentProposalResponse
 
PaymentsResponse() - Constructor for class me.figo.models.Payment.PaymentsResponse
 
PaymentType - Class in me.figo.models
 
PaymentType() - Constructor for class me.figo.models.PaymentType
 
ProcessOption - Class in me.figo.models
 
ProcessOption() - Constructor for class me.figo.models.ProcessOption
 
processResponse(HttpURLConnection, Type) - Method in class me.figo.FigoApi
Method to process the response.
processResponse(HttpURLConnection, Type) - Method in class me.figo.FigoSession
 
ProcessStep - Class in me.figo.models
 
ProcessStep() - Constructor for class me.figo.models.ProcessStep
 
ProcessToken - Class in me.figo.models
 
ProcessToken() - Constructor for class me.figo.models.ProcessToken
 

Q

queryApi(String, Object, String, Type) - Method in class me.figo.FigoApi
Helper method for making a OAuth2-compliant API call

R

recovery_password - Variable in class me.figo.internal.CreateUserResponse
 
redirect_uri - Variable in class me.figo.internal.SubmitPaymentRequest
 
redirect_uri - Variable in class me.figo.internal.SyncTokenRequest
URL to redirect to when the synchronization finished
redirect_uri - Variable in class me.figo.internal.TokenRequest
 
redirectUri - Variable in class me.figo.FigoConnection
 
refresh_token - Variable in class me.figo.internal.TokenRequest
 
refresh_token - Variable in class me.figo.internal.TokenResponse
 
removeAccount(String) - Method in class me.figo.FigoSession
Remove an account
removeAccount(Account) - Method in class me.figo.FigoSession
Remove an account
removeBankPin(String) - Method in class me.figo.FigoSession
Remove the stored PIN for a bank (if there was one)
removeBankPin(Bank) - Method in class me.figo.FigoSession
Remove the stored PIN for a bank (if there was one)
removeNotification(Notification) - Method in class me.figo.FigoSession
Remove a stored notification from the server
removePayment(Payment) - Method in class me.figo.FigoSession
Remove a stored payment from the server
removeTransaction(Transaction) - Method in class me.figo.FigoSession
Removes a Transaction
removeUser() - Method in class me.figo.FigoSession
Delete figo Account
revokeToken(String) - Method in class me.figo.FigoConnection
Revoke a granted access or refresh token and thereby invalidate it.

S

save_pin - Variable in class me.figo.internal.SyncTokenRequest
optional flag to save pin for auto sync
Security - Class in me.figo.models
 
Security() - Constructor for class me.figo.models.Security
 
Security.SecurityResponse - Class in me.figo.models
 
SecurityResponse() - Constructor for class me.figo.models.Security.SecurityResponse
 
Service - Class in me.figo.models
 
Service() - Constructor for class me.figo.models.Service
 
Service.ServiceResponse - Class in me.figo.models
 
ServiceLoginSettings - Class in me.figo.models
 
ServiceLoginSettings() - Constructor for class me.figo.models.ServiceLoginSettings
 
ServiceResponse() - Constructor for class me.figo.models.Service.ServiceResponse
 
setAccountId(String) - Method in class me.figo.models.Payment
 
setAccountId(String) - Method in class me.figo.models.PaymentContainer
 
setAccountId(String) - Method in class me.figo.models.Security
 
setAccountId(String) - Method in class me.figo.models.StandingOrder
 
setAccountIds(List<String>) - Method in class me.figo.internal.SyncTokenRequest
 
setAccountNumber(String) - Method in class me.figo.models.Payment
 
setAccountNumber(String) - Method in class me.figo.models.PaymentProposal
 
setAccountNumber(String) - Method in class me.figo.models.ProcessOption
 
setAccountNumber(String) - Method in class me.figo.models.StandingOrder
 
setAccounts(List<String>) - Method in class me.figo.internal.AccountOrderRequest
 
setAdditional_icons(HashMap<String, String>) - Method in class me.figo.models.Service
 
setAdditionalIcons(HashMap<String, String>) - Method in class me.figo.models.LoginSettings
 
setAddress(HashMap<String, String>) - Method in class me.figo.models.User
 
setAdvice(String) - Method in class me.figo.models.LoginSettings
 
setAmount(BigDecimal) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setAmount(BigDecimal) - Method in class me.figo.models.Payment
 
setAmount(BigDecimal) - Method in class me.figo.models.ProcessOption
 
setAmount(BigDecimal) - Method in class me.figo.models.Security
 
setAmount(BigDecimal) - Method in class me.figo.models.StandingOrder
 
setAmountOriginalCurrency(BigDecimal) - Method in class me.figo.models.Security
 
setAuthType(String) - Method in class me.figo.models.LoginSettings
 
setAutoContinue(boolean) - Method in class me.figo.internal.SyncTokenRequest
 
setAutoSync(boolean) - Method in class me.figo.models.Account
 
setBank_reference(String) - Method in class me.figo.models.AdditionalTransactionInfo
 
setBankCode(String) - Method in class me.figo.internal.SetupAccountRequest
 
setBankCode(String) - Method in class me.figo.models.Payment
 
setBankCode(String) - Method in class me.figo.models.PaymentProposal
 
setBankCode(String) - Method in class me.figo.models.ProcessOption
 
setBankCode(String) - Method in class me.figo.models.Service
 
setBankCode(String) - Method in class me.figo.models.StandingOrder
 
setBankName(String) - Method in class me.figo.models.BankLoginSettings
 
setBankName(String) - Method in class me.figo.models.StandingOrder
 
setBic(String) - Method in class me.figo.models.Transaction
 
setBooking_key(String) - Method in class me.figo.models.Transaction
 
setCompensation_amount(BigDecimal) - Method in class me.figo.models.AdditionalTransactionInfo
 
setContainer(List<Payment>) - Method in class me.figo.models.PaymentContainer
 
setContinue(String) - Method in class me.figo.internal.TaskStatusRequest
 
setCountry(String) - Method in class me.figo.internal.SetupAccountRequest
 
setCreationTimestamp(Date) - Method in class me.figo.models.Security
 
setCreationTimestamp(Date) - Method in class me.figo.models.StandingOrder
 
setCredentials(List<String>) - Method in class me.figo.internal.SetupAccountRequest
 
setCredentials(List<Credential>) - Method in class me.figo.models.LoginSettings
 
setCredentials(List<Credential>) - Method in class me.figo.models.Service
 
setCreditLine(BigDecimal) - Method in class me.figo.models.AccountBalance
 
setCreditor_id(String) - Method in class me.figo.models.Transaction
 
setCurrency(String) - Method in class me.figo.models.Payment
 
setCurrency(String) - Method in class me.figo.models.ProcessOption
 
setCurrency(String) - Method in class me.figo.models.Security
 
setCurrency(String) - Method in class me.figo.models.StandingOrder
 
setCustomer_reference(String) - Method in class me.figo.models.Transaction
 
setDebitor_id(String) - Method in class me.figo.models.AdditionalTransactionInfo
 
setDisableFirstSync(boolean) - Method in class me.figo.internal.SetupAccountRequest
 
setDisableNotifications(boolean) - Method in class me.figo.internal.SyncTokenRequest
 
setEmail(String) - Method in class me.figo.internal.CreateUserRequest
 
setEmail(String) - Method in class me.figo.models.BusinessProcess
 
setEncryptedCredentials(String) - Method in class me.figo.internal.SetupAccountRequest
 
setEnd_to_end_reference(String) - Method in class me.figo.models.Transaction
 
setExchangeRate(BigDecimal) - Method in class me.figo.models.Security
 
setExecution_day(int) - Method in class me.figo.models.Payment
 
setExecutionDay(Integer) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setExecutionDay(Integer) - Method in class me.figo.models.StandingOrder
 
setFirst_execution_date(Date) - Method in class me.figo.models.Payment
 
setFirstExecutionDate(Date) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setFirstExecutionDate(Date) - Method in class me.figo.models.StandingOrder
 
setIban(String) - Method in class me.figo.internal.SetupAccountRequest
 
setIban(String) - Method in class me.figo.models.Payment
 
setIban(String) - Method in class me.figo.models.Transaction
 
setIcon(String) - Method in class me.figo.models.LoginSettings
 
setIcon(String) - Method in class me.figo.models.Service
 
setId(String) - Method in class me.figo.internal.TaskStatusRequest
 
setIfNotSyncedSince(int) - Method in class me.figo.internal.SyncTokenRequest
 
setInterval(StandingOrderIntervalType) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setInterval(String) - Method in class me.figo.models.Payment
 
setInterval(StandingOrderIntervalType) - Method in class me.figo.models.StandingOrder
 
setIsin(String) - Method in class me.figo.models.Security
 
setLabel(String) - Method in class me.figo.models.Credential
 
setLanguage(String) - Method in class me.figo.internal.CreateUserRequest
 
setLanguage(String) - Method in class me.figo.models.User
 
setLast_execution_date(Date) - Method in class me.figo.models.Payment
 
setLastExecutionDate(Date) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setLastExecutionDate(Date) - Method in class me.figo.models.StandingOrder
 
setMandate_reference(String) - Method in class me.figo.models.Transaction
 
setMasked(boolean) - Method in class me.figo.models.Credential
 
setMedium_name(String) - Method in class me.figo.models.TanScheme
 
setModificationTimestamp(Date) - Method in class me.figo.models.Security
 
setMonthlySpendingLimit(BigDecimal) - Method in class me.figo.models.AccountBalance
 
setName(String) - Method in class me.figo.internal.CreateUserRequest
 
setName(String) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setName(String) - Method in class me.figo.models.Account
 
setName(String) - Method in class me.figo.models.Payment
 
setName(String) - Method in class me.figo.models.PaymentProposal
 
setName(String) - Method in class me.figo.models.ProcessOption
 
setName(String) - Method in class me.figo.models.Security
 
setName(String) - Method in class me.figo.models.Service
 
setName(String) - Method in class me.figo.models.ServiceLoginSettings
 
setName(String) - Method in class me.figo.models.StandingOrder
 
setName(String) - Method in class me.figo.models.TanScheme
 
setName(String) - Method in class me.figo.models.User
 
setNextExecutionDate(Date) - Method in class me.figo.models.StandingOrder
 
setNotifyURI(String) - Method in class me.figo.models.Notification
 
setObserveKey(String) - Method in class me.figo.models.Notification
 
setOptional(boolean) - Method in class me.figo.models.Credential
 
setOptions(ProcessOption) - Method in class me.figo.models.ProcessStep
 
setOriginal_amount(BigDecimal) - Method in class me.figo.models.AdditionalTransactionInfo
 
setOwner(String) - Method in class me.figo.models.Account
 
setPassword(String) - Method in class me.figo.internal.CreateUserRequest
 
setPassword(String) - Method in class me.figo.internal.CredentialLoginRequest
 
setPassword(String) - Method in class me.figo.models.BusinessProcess
 
setPin(String) - Method in class me.figo.internal.TaskStatusRequest
 
setPrice(BigDecimal) - Method in class me.figo.models.Security
 
setPriceCurrency(String) - Method in class me.figo.models.Security
 
setPrima_nota_number(String) - Method in class me.figo.models.Transaction
 
setProcessToken(String) - Method in class me.figo.models.ProcessToken
 
setProxy(Proxy) - Method in class me.figo.FigoApi
 
setPurchasePrice(BigDecimal) - Method in class me.figo.models.Security
 
setPurpose(String) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setPurpose(String) - Method in class me.figo.models.Payment
 
setPurpose(String) - Method in class me.figo.models.ProcessOption
 
setPurpose(String) - Method in class me.figo.models.StandingOrder
 
setQuantity(BigDecimal) - Method in class me.figo.models.Security
 
setRedirectUri(String) - Method in class me.figo.internal.SetupAccountRequest
 
setRedirectUri(String) - Method in class me.figo.internal.SyncTokenRequest
 
setReference_party_creditor(String) - Method in class me.figo.models.AdditionalTransactionInfo
 
setReference_party_debitor(String) - Method in class me.figo.models.AdditionalTransactionInfo
 
setResponse(String) - Method in class me.figo.internal.TaskStatusRequest
 
setSavePin(boolean) - Method in class me.figo.internal.SetupAccountRequest
 
setSavePin(boolean) - Method in class me.figo.internal.SyncTokenRequest
 
setSavePin(String) - Method in class me.figo.internal.TaskStatusRequest
 
setSecurityId(String) - Method in class me.figo.models.Security
 
setSendNewsletter(boolean) - Method in class me.figo.models.User
 
setSepa_purpose_code(String) - Method in class me.figo.models.Transaction
 
setSepa_remittance_info(String) - Method in class me.figo.models.Transaction
 
setSepaCreditorId(String) - Method in class me.figo.models.Bank
 
setStandingOrderId(String) - Method in class me.figo.internal.ModifyStandingOrderRequest
 
setStandingOrderId(String) - Method in class me.figo.models.StandingOrder
 
setState(String) - Method in class me.figo.internal.SyncTokenRequest
 
setState(String) - Method in class me.figo.models.BusinessProcess
 
setState(String) - Method in class me.figo.models.Notification
 
setSteps(List<ProcessStep>) - Method in class me.figo.models.BusinessProcess
 
setSupported(boolean) - Method in class me.figo.models.LoginSettings
 
setSyncTasks(List<String>) - Method in class me.figo.internal.SetupAccountRequest
 
setSyncTasks(List<String>) - Method in class me.figo.internal.SyncTokenRequest
 
setTan_scheme_id(String) - Method in class me.figo.models.TanScheme
 
setText_key_addition(String) - Method in class me.figo.models.Transaction
 
setTimeout(int) - Method in class me.figo.FigoApi
 
setTradeTimestamp(Date) - Method in class me.figo.models.Security
 
setTransactionId(String) - Method in class me.figo.models.Payment
 
setTrustManager(X509TrustManager) - Method in class me.figo.FigoApi
 
setType(String) - Method in class me.figo.models.Payment
 
setType(String) - Method in class me.figo.models.PaymentContainer
 
setType(String) - Method in class me.figo.models.ProcessOption
 
setType(String) - Method in class me.figo.models.ProcessStep
 
SetupAccountCredentials - Class in me.figo.internal
 
SetupAccountCredentials(String) - Constructor for class me.figo.internal.SetupAccountCredentials
 
SetupAccountCredentials(List<String>) - Constructor for class me.figo.internal.SetupAccountCredentials
 
SetupAccountRequest - Class in me.figo.internal
 
SetupAccountRequest(String, String, String, String, List<String>) - Constructor for class me.figo.internal.SetupAccountRequest
 
SetupAccountRequest(String, String, List<String>, List<String>) - Constructor for class me.figo.internal.SetupAccountRequest
 
SetupAccountRequest(String, String, List<String>, List<String>, boolean, boolean) - Constructor for class me.figo.internal.SetupAccountRequest
 
SetupAccountRequest(String, String, String, List<String>, boolean, boolean) - Constructor for class me.figo.internal.SetupAccountRequest
 
SetupAccountRequest(String, String, List<String>, List<String>, boolean, boolean, String) - Constructor for class me.figo.internal.SetupAccountRequest
 
SetupAccountRequest(String, String, String, String) - Constructor for class me.figo.internal.SetupAccountRequest
Deprecated.
SetupAccountRequest(String, String, List<String>) - Constructor for class me.figo.internal.SetupAccountRequest
Deprecated.
setupAndSyncAccount(String, String, String, String) - Method in class me.figo.FigoSession
Deprecated.
setupAndSyncAccount(String, String, String, String, List<String>) - Method in class me.figo.FigoSession
Setups an account an starts the initial syncronization directly
setupAndSyncAccount(FigoPinException, String) - Method in class me.figo.FigoSession
Exception handler for a wrong pin.
setupNewAccount(String, String, String, String) - Method in class me.figo.FigoSession
Deprecated.
setupNewAccount(String, String, String, String, List<String>) - Method in class me.figo.FigoSession
Returns a TaskToken for a new account creation task
setupNewAccount(String, String, String, String, List<String>, boolean, boolean) - Method in class me.figo.FigoSession
 
setupNewAccount(String, String, List<String>) - Method in class me.figo.FigoSession
Deprecated.
setupNewAccount(String, String, List<String>, List<String>) - Method in class me.figo.FigoSession
Returns a TaskToken for a new account creation task
setupNewAccount(String, String, List<String>, List<String>, boolean, boolean) - Method in class me.figo.FigoSession
 
setupNewAccount(String, String, String, List<String>, boolean, boolean) - Method in class me.figo.FigoSession
 
setupTrustManager(HttpURLConnection, X509TrustManager) - Method in class me.figo.FigoApi
Method to configure TrustManager.
setUsername(String) - Method in class me.figo.internal.CredentialLoginRequest
 
setVisited(boolean) - Method in class me.figo.internal.VisitedRequest
 
setVisited(boolean) - Method in class me.figo.models.Security
 
setWkn(String) - Method in class me.figo.models.Security
 
StandingOrder - Class in me.figo.models
Object representing one bank standing order on a certain bank account of the user
StandingOrder() - Constructor for class me.figo.models.StandingOrder
 
StandingOrder.StandingOrdersResponse - Class in me.figo.models
Helper type to represent the actual answer from the figo API
StandingOrderIntervalType - Enum in me.figo.internal
 
StandingOrdersResponse() - Constructor for class me.figo.models.StandingOrder.StandingOrdersResponse
 
startProcess(ProcessToken) - Method in class me.figo.FigoConnection
Start a new business process
startTask(TaskTokenResponse) - Method in class me.figo.FigoSession
Start communication with bank server.
startTask(String) - Method in class me.figo.FigoSession
Start communication with bank server.
state - Variable in class me.figo.internal.SubmitPaymentRequest
 
state - Variable in class me.figo.internal.SyncTokenRequest
State to return when coming back to the calling application after the synchronization finished
submitPayment(Payment, String, String) - Method in class me.figo.FigoSession
Submit payment to bank server
submitPayment(Payment, String, String, String) - Method in class me.figo.FigoSession
Submit payment to bank server
SubmitPaymentRequest - Class in me.figo.internal
Helper type for the request value of /rest/accounts/../payments/../submit
SubmitPaymentRequest(String, String, String) - Constructor for class me.figo.internal.SubmitPaymentRequest
 
submitResponseToTask(String, String, TaskResponseType) - Method in class me.figo.FigoSession
 
submitResponseToTask(TaskTokenResponse, String, TaskResponseType) - Method in class me.figo.FigoSession
 
sync_tasks - Variable in class me.figo.internal.SyncTokenRequest
Tasks to sync
SynchronizationStatus - Class in me.figo.models
Represents the status of the synchonisation between figo and the bank servers
SynchronizationStatus() - Constructor for class me.figo.models.SynchronizationStatus
 
SyncTokenRequest - Class in me.figo.internal
Helper type for the call to /rest/sync
SyncTokenRequest(String, String) - Constructor for class me.figo.internal.SyncTokenRequest
 
SyncTokenRequest(String, String, List<String>) - Constructor for class me.figo.internal.SyncTokenRequest
 
SyncTokenRequest(String, String, List<String>, List<String>) - Constructor for class me.figo.internal.SyncTokenRequest
 
SyncTokenRequest(String, String, List<String>, List<String>, boolean, int, boolean) - Constructor for class me.figo.internal.SyncTokenRequest
 
SyncTokenRequest(String, String, List<String>, List<String>, boolean, int, boolean, boolean) - Constructor for class me.figo.internal.SyncTokenRequest
 

T

tan_scheme_id - Variable in class me.figo.internal.SubmitPaymentRequest
 
TanScheme - Class in me.figo.models
 
TanScheme() - Constructor for class me.figo.models.TanScheme
 
task_token - Variable in class me.figo.internal.TaskTokenResponse
 
TaskResponseType - Enum in me.figo.internal
 
TaskStatusRequest - Class in me.figo.internal
 
TaskStatusRequest(TaskTokenResponse) - Constructor for class me.figo.internal.TaskStatusRequest
 
TaskStatusRequest(String) - Constructor for class me.figo.internal.TaskStatusRequest
 
TaskStatusRequest(String, String) - Constructor for class me.figo.internal.TaskStatusRequest
 
TaskStatusResponse - Class in me.figo.internal
 
TaskStatusResponse() - Constructor for class me.figo.internal.TaskStatusResponse
 
TaskTokenResponse - Class in me.figo.internal
Helper type for the return value of /rest/sync or /rest/accounts/../payments/../submit
TaskTokenResponse() - Constructor for class me.figo.internal.TaskTokenResponse
 
TokenRequest - Class in me.figo.internal
Helper type for OAuth token API
TokenRequest(String, String, String, String) - Constructor for class me.figo.internal.TokenRequest
 
TokenResponse - Class in me.figo.internal
Helper type for OAuth token API
TokenResponse() - Constructor for class me.figo.internal.TokenResponse
 
toString() - Method in class me.figo.FigoException.ErrorObject
 
Transaction - Class in me.figo.models
Object representing one bank transaction on a certain bank account of the user
Transaction() - Constructor for class me.figo.models.Transaction
 
Transaction.TransactionsResponse - Class in me.figo.models
Helper type to represent the actual answer from the figo API
TransactionsResponse() - Constructor for class me.figo.models.Transaction.TransactionsResponse
 

U

updateAccount(Account) - Method in class me.figo.FigoSession
Modify an account
updateAccountBalance(String, AccountBalance) - Method in class me.figo.FigoSession
Modify balance or account limits
updateAccountBalance(Account, AccountBalance) - Method in class me.figo.FigoSession
Modify balance or account limits
updateBank(Bank) - Method in class me.figo.FigoSession
Modify a bank
updateNotification(Notification) - Method in class me.figo.FigoSession
Update a stored notification
updatePayment(Payment) - Method in class me.figo.FigoSession
Update a stored payment
updateUser(User) - Method in class me.figo.FigoSession
Modify figo Account
User - Class in me.figo.models
Object representing an user
User() - Constructor for class me.figo.models.User
 

V

valueOf(String) - Static method in enum me.figo.FigoSession.FieldVisited
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.figo.FigoSession.PendingTransactions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.figo.internal.StandingOrderIntervalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.figo.internal.TaskResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.figo.FigoSession.FieldVisited
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.figo.FigoSession.PendingTransactions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.figo.internal.StandingOrderIntervalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.figo.internal.TaskResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
VisitedRequest - Class in me.figo.internal
 
VisitedRequest(boolean) - Constructor for class me.figo.internal.VisitedRequest
 
A B C D E F G H I L M N P Q R S T U V 
Skip navigation links

Copyright © 2018 figo GmbH. All rights reserved.