Interface EventServiceAsync
-
- All Implemented Interfaces:
public interface EventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEventServiceAsync.WithRawResponseA view of EventServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract EventServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract EventServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract EnhancedCommercialDataServiceAsyncenhancedCommercialData()-
-
Method Detail
-
withRawResponse
abstract EventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract EventServiceAsync 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 enhancedCommercialData()
-
-
-
-