Package com.bennyapi.services.async
Class OrderServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.bennyapi.services.async.OrderServiceAsync.WithRawResponse
public final class OrderServiceAsyncImpl.WithRawResponseImpl implements OrderServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OrderServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<OrderCreateSessionResponse>>createSession(OrderCreateSessionParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
OrderServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
createSession
CompletableFuture<HttpResponseFor<OrderCreateSessionResponse>> createSession(OrderCreateSessionParams params, RequestOptions requestOptions)
-
-
-
-