Class PartServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.uploads.PartServiceAsync.WithRawResponse
public final class PartServiceAsyncImpl.WithRawResponseImpl implements PartServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PartServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<UploadPart>>
create(PartCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
PartServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<UploadPart>> create(PartCreateParams params, RequestOptions requestOptions)
-
-
-
-