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