Interface PartService.WithRawResponse
-
- All Implemented Interfaces:
public interface PartService.WithRawResponseA view of PartService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<UploadPart>create(UploadPartCreateParams params)Returns a raw HTTP response for post /uploads/{upload_id}/parts, but is otherwise the same as PartService.create.-
-
Method Detail
-
create
abstract 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.
-
create
abstract HttpResponseFor<UploadPart> create(UploadPartCreateParams params)
Returns a raw HTTP response for
post /uploads/{upload_id}/parts, but is otherwise the same as PartService.create.
-
-
-
-