Class ClientSecretServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.realtime.ClientSecretService
public final class ClientSecretServiceImpl implements ClientSecretService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ClientSecretServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ClientSecretService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. ClientSecretService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. ClientSecretCreateResponse
create(ClientSecretCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
ClientSecretService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ClientSecretService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
ClientSecretCreateResponse create(ClientSecretCreateParams params, RequestOptions requestOptions)
-
-
-
-