Package com.lithic.api.services.async
Interface TransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface TransferServiceAsync.WithRawResponseA view of TransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Transfer>>create(TransferCreateParams params)Returns a raw HTTP response for post /v1/transfer, but is otherwise the same as TransferServiceAsync.create.abstract CompletableFuture<HttpResponseFor<Transfer>>create(TransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<Transfer>> create(TransferCreateParams params)
Returns a raw HTTP response for
post /v1/transfer, but is otherwise the same as TransferServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<Transfer>> create(TransferCreateParams params, RequestOptions requestOptions)
-
-
-
-