Package io.lakefs.clients.sdk
Class ExperimentalApi.APIcreatePresignMultipartUploadRequest
- java.lang.Object
-
- io.lakefs.clients.sdk.ExperimentalApi.APIcreatePresignMultipartUploadRequest
-
- Enclosing class:
- ExperimentalApi
public class ExperimentalApi.APIcreatePresignMultipartUploadRequest extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.CallbuildCall(ApiCallback _callback)Build call for createPresignMultipartUploadPresignMultipartUploadexecute()Execute createPresignMultipartUpload requestokhttp3.CallexecuteAsync(ApiCallback<PresignMultipartUpload> _callback)Execute createPresignMultipartUpload request (asynchronously)ApiResponse<PresignMultipartUpload>executeWithHttpInfo()Execute createPresignMultipartUpload request with HTTP info returnedExperimentalApi.APIcreatePresignMultipartUploadRequestparts(Integer parts)Set parts
-
-
-
Method Detail
-
parts
public ExperimentalApi.APIcreatePresignMultipartUploadRequest parts(Integer parts)
Set parts- Parameters:
parts- number of presigned URL parts required to upload (optional)- Returns:
- APIcreatePresignMultipartUploadRequest
-
buildCall
public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
Build call for createPresignMultipartUpload- Parameters:
_callback- ApiCallback API callback- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 Presign multipart upload initiated - 400 Bad Request - 401 Unauthorized - 404 Resource Not Found - 420 too many requests - 0 Internal Server Error -
-
execute
public PresignMultipartUpload execute() throws ApiException
Execute createPresignMultipartUpload request- Returns:
- PresignMultipartUpload
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Presign multipart upload initiated - 400 Bad Request - 401 Unauthorized - 404 Resource Not Found - 420 too many requests - 0 Internal Server Error -
-
executeWithHttpInfo
public ApiResponse<PresignMultipartUpload> executeWithHttpInfo() throws ApiException
Execute createPresignMultipartUpload request with HTTP info returned- Returns:
- ApiResponse<PresignMultipartUpload>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Presign multipart upload initiated - 400 Bad Request - 401 Unauthorized - 404 Resource Not Found - 420 too many requests - 0 Internal Server Error -
-
executeAsync
public okhttp3.Call executeAsync(ApiCallback<PresignMultipartUpload> _callback) throws ApiException
Execute createPresignMultipartUpload request (asynchronously)- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 Presign multipart upload initiated - 400 Bad Request - 401 Unauthorized - 404 Resource Not Found - 420 too many requests - 0 Internal Server Error -
-
-