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