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