Package com.courier.services.blocking
Class InboundServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.InboundService.WithRawResponse
public final class InboundServiceImpl.WithRawResponseImpl implements InboundService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InboundService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<InboundTrackEventResponse>trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InboundService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
trackEvent
HttpResponseFor<InboundTrackEventResponse> trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)
-
-
-
-