Package com.bennyapi.client
Class BennyClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.bennyapi.client.BennyClient.WithRawResponse
public final class BennyClientImpl.WithRawResponseImpl implements BennyClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BennyClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OrderService.WithRawResponseorders()PaymentService.WithRawResponsepayment()SessionService.WithRawResponsesessions()-
-
Method Detail
-
withOptions
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
OrderService.WithRawResponse orders()
-
payment
PaymentService.WithRawResponse payment()
-
sessions
SessionService.WithRawResponse sessions()
-
-
-
-