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 HttpResponseFor<UploadPart>
create(UploadPartCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /uploads/{upload_id}/parts
, but is otherwise the same as PartService.create.-
-
Method Detail
-
create
HttpResponseFor<UploadPart> create(UploadPartCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /uploads/{upload_id}/parts
, but is otherwise the same as PartService.create.
-
-
-
-