Package com.bennyapi.client
Class BennyClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.bennyapi.client.BennyClientAsync.WithRawResponse
public final class BennyClientAsyncImpl.WithRawResponseImpl implements BennyClientAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BennyClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OrderServiceAsync.WithRawResponseorders()PaymentServiceAsync.WithRawResponsepayment()SessionServiceAsync.WithRawResponsesessions()-
-
Method Detail
-
withOptions
BennyClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
orders
OrderServiceAsync.WithRawResponse orders()
-
payment
PaymentServiceAsync.WithRawResponse payment()
-
sessions
SessionServiceAsync.WithRawResponse sessions()
-
-
-
-