Class ContentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.containers.files.ContentService.WithRawResponse
public final class ContentServiceImpl.WithRawResponseImpl implements ContentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ContentService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponse
retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
ContentService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
HttpResponse retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
-
-