Package com.lithic.api.services.async
Class AccountActivityServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.AccountActivityServiceAsync
public final class AccountActivityServiceAsyncImpl implements AccountActivityServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountActivityServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AccountActivityServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AccountActivityServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<AccountActivityListPageAsync>list(AccountActivityListParams params, RequestOptions requestOptions)CompletableFuture<AccountActivityRetrieveTransactionResponse>retrieveTransaction(AccountActivityRetrieveTransactionParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.AccountActivityServiceAsync
list, list, list, retrieveTransaction, retrieveTransaction, retrieveTransaction, retrieveTransaction, retrieveTransaction -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AccountActivityServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AccountActivityServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<AccountActivityListPageAsync> list(AccountActivityListParams params, RequestOptions requestOptions)
-
retrieveTransaction
CompletableFuture<AccountActivityRetrieveTransactionResponse> retrieveTransaction(AccountActivityRetrieveTransactionParams params, RequestOptions requestOptions)
-
-
-
-