Interface EventServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface EventServiceAsync.WithRawResponseA view of EventServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract EventServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract EnhancedCommercialDataServiceAsync.WithRawResponseenhancedCommercialData()-
-
Method Detail
-
withOptions
abstract EventServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
enhancedCommercialData
abstract EnhancedCommercialDataServiceAsync.WithRawResponse enhancedCommercialData()
-
-
-
-