Package com.lithic.api.services.async
Interface AccountActivityServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountActivityServiceAsync.WithRawResponseA view of AccountActivityServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract AccountActivityServiceAsync.WithRawResponse 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<HttpResponseFor<AccountActivityListPageAsync>> list()
Returns a raw HTTP response for
get /v1/account_activity, but is otherwise the same as AccountActivityServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AccountActivityListPageAsync>> list(AccountActivityListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AccountActivityListPageAsync>> list(AccountActivityListParams params)
-
list
CompletableFuture<HttpResponseFor<AccountActivityListPageAsync>> list(RequestOptions requestOptions)
-
retrieveTransaction
CompletableFuture<HttpResponseFor<AccountActivityRetrieveTransactionResponse>> retrieveTransaction(String transactionToken)
Returns a raw HTTP response for
get /v1/account_activity/{transaction_token}, but is otherwise the same as AccountActivityServiceAsync.retrieveTransaction.
-
retrieveTransaction
CompletableFuture<HttpResponseFor<AccountActivityRetrieveTransactionResponse>> retrieveTransaction(String transactionToken, AccountActivityRetrieveTransactionParams params, RequestOptions requestOptions)
-
retrieveTransaction
CompletableFuture<HttpResponseFor<AccountActivityRetrieveTransactionResponse>> retrieveTransaction(String transactionToken, AccountActivityRetrieveTransactionParams params)
-
retrieveTransaction
abstract CompletableFuture<HttpResponseFor<AccountActivityRetrieveTransactionResponse>> retrieveTransaction(AccountActivityRetrieveTransactionParams params, RequestOptions requestOptions)
-
retrieveTransaction
CompletableFuture<HttpResponseFor<AccountActivityRetrieveTransactionResponse>> retrieveTransaction(AccountActivityRetrieveTransactionParams params)
-
retrieveTransaction
CompletableFuture<HttpResponseFor<AccountActivityRetrieveTransactionResponse>> retrieveTransaction(String transactionToken, RequestOptions requestOptions)
-
-
-
-