Package com.lithic.api.services.async
Class FinancialAccountServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.FinancialAccountServiceAsync
public final class FinancialAccountServiceAsyncImpl implements FinancialAccountServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialAccountServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.FinancialAccountServiceAsync
create, list, list, list, registerAccountNumber, registerAccountNumber, registerAccountNumber, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update, updateStatus, updateStatus, updateStatus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
FinancialAccountServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
FinancialAccountServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
balances
BalanceServiceAsync balances()
-
financialTransactions
FinancialTransactionServiceAsync financialTransactions()
-
creditConfiguration
CreditConfigurationServiceAsync creditConfiguration()
-
statements
StatementServiceAsync statements()
-
loanTapes
LoanTapeServiceAsync loanTapes()
-
create
CompletableFuture<FinancialAccount> create(FinancialAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<FinancialAccount> retrieve(FinancialAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<FinancialAccount> update(FinancialAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<FinancialAccountListPageAsync> list(FinancialAccountListParams params, RequestOptions requestOptions)
-
registerAccountNumber
CompletableFuture<Void> registerAccountNumber(FinancialAccountRegisterAccountNumberParams params, RequestOptions requestOptions)
-
updateStatus
CompletableFuture<FinancialAccount> updateStatus(FinancialAccountUpdateStatusParams params, RequestOptions requestOptions)
-
-
-
-