Package com.lithic.api.services.async
Class BookTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.BookTransferServiceAsync.WithRawResponse
public final class BookTransferServiceAsyncImpl.WithRawResponseImpl implements BookTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BookTransferServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<BookTransferResponse>>create(BookTransferCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookTransferResponse>>retrieve(BookTransferRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookTransferListPageAsync>>list(BookTransferListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BookTransferResponse>>reverse(BookTransferReverseParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.BookTransferServiceAsync.WithRawResponse
create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, reverse, reverse, reverse, reverse, reverse -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
BookTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<BookTransferResponse>> create(BookTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BookTransferResponse>> retrieve(BookTransferRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookTransferListPageAsync>> list(BookTransferListParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<HttpResponseFor<BookTransferResponse>> reverse(BookTransferReverseParams params, RequestOptions requestOptions)
-
-
-
-