Package com.lithic.api.services.async
Class BookTransferServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.BookTransferServiceAsync
public final class BookTransferServiceAsyncImpl implements BookTransferServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookTransferServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BookTransferServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BookTransferResponse>create(BookTransferCreateParams params, RequestOptions requestOptions)CompletableFuture<BookTransferResponse>retrieve(BookTransferRetrieveParams params, RequestOptions requestOptions)CompletableFuture<BookTransferListPageAsync>list(BookTransferListParams params, RequestOptions requestOptions)CompletableFuture<BookTransferResponse>reverse(BookTransferReverseParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BookTransferServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<BookTransferResponse> create(BookTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BookTransferResponse> retrieve(BookTransferRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<BookTransferListPageAsync> list(BookTransferListParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<BookTransferResponse> reverse(BookTransferReverseParams params, RequestOptions requestOptions)
-
-
-
-