Package com.lithic.api.services.async
Class TransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.TransferServiceAsync.WithRawResponse
public final class TransferServiceAsyncImpl.WithRawResponseImpl implements TransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TransferServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Transfer>>create(TransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
TransferServiceAsync.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
@Deprecated(message = "deprecated") CompletableFuture<HttpResponseFor<Transfer>> create(TransferCreateParams params, RequestOptions requestOptions)
-
-
-
-