Package com.bennyapi.client
Interface BennyClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BennyClientAsync.WithRawResponseA view of BennyClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract BennyClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract OrderServiceAsync.WithRawResponseorders()abstract PaymentServiceAsync.WithRawResponsepayment()abstract SessionServiceAsync.WithRawResponsesessions()-
-
Method Detail
-
withOptions
abstract 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
abstract OrderServiceAsync.WithRawResponse orders()
-
payment
abstract PaymentServiceAsync.WithRawResponse payment()
-
sessions
abstract SessionServiceAsync.WithRawResponse sessions()
-
-
-
-