Class ContentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.containers.files.ContentServiceAsync.WithRawResponse
public final class ContentServiceAsyncImpl.WithRawResponseImpl implements ContentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ContentServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>
retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
ContentServiceAsync.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
CompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
-
-