Class PartServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.uploads.PartService.WithRawResponse
public final class PartServiceImpl.WithRawResponseImpl implements PartService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PartService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponseFor<UploadPart>
create(PartCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
PartService.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
HttpResponseFor<UploadPart> create(PartCreateParams params, RequestOptions requestOptions)
-
-
-
-