Interface PendingTransactionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface PendingTransactionServiceAsync.WithRawResponseA view of PendingTransactionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<PendingTransaction>>retrieve(PendingTransactionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<PendingTransaction>>retrieve(PendingTransactionRetrieveParams params)Returns a raw HTTP response for get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>>list(PendingTransactionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>>list(PendingTransactionListParams params)Returns a raw HTTP response for get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>>list()Returns a raw HTTP response for get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.-
-
Method Detail
-
retrieve
abstract CompletableFuture<HttpResponseFor<PendingTransaction>> retrieve(PendingTransactionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<PendingTransaction>> retrieve(PendingTransactionRetrieveParams params)
Returns a raw HTTP response for
get /pending_transactions/{pending_transaction_id}, but is otherwise the same as PendingTransactionServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list(PendingTransactionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list(PendingTransactionListParams params)
Returns a raw HTTP response for
get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list()
Returns a raw HTTP response for
get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<PendingTransactionListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /pending_transactions, but is otherwise the same as PendingTransactionServiceAsync.list.
-
-
-
-