Class ContentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.containers.files.ContentServiceAsync
public final class ContentServiceAsyncImpl implements ContentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ContentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ContentServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<HttpResponse>
retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
ContentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
-
-