Package com.openai.services.async
Class WebhookServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.WebhookServiceAsync.WithRawResponse
public final class WebhookServiceAsyncImpl.WithRawResponseImpl implements WebhookServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WebhookServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. -
-
Method Detail
-
withOptions
WebhookServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
-
-
-