Package io.lakefs.clients.api
Class OtfDiffApi
- java.lang.Object
-
- io.lakefs.clients.api.OtfDiffApi
-
public class OtfDiffApi extends Object
-
-
Constructor Summary
Constructors Constructor Description OtfDiffApi()OtfDiffApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()OtfDiffListotfDiff(String repository, String leftRef, String rightRef, String tablePath, String type)perform otf diffokhttp3.CallotfDiffAsync(String repository, String leftRef, String rightRef, String tablePath, String type, ApiCallback<OtfDiffList> _callback)perform otf diff (asynchronously)okhttp3.CallotfDiffCall(String repository, String leftRef, String rightRef, String tablePath, String type, ApiCallback _callback)Build call for otfDiffApiResponse<OtfDiffList>otfDiffWithHttpInfo(String repository, String leftRef, String rightRef, String tablePath, String type)perform otf diffvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
OtfDiffApi
public OtfDiffApi()
-
OtfDiffApi
public OtfDiffApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
otfDiffCall
public okhttp3.Call otfDiffCall(String repository, String leftRef, String rightRef, String tablePath, String type, ApiCallback _callback) throws ApiException
Build call for otfDiff- Parameters:
repository- (required)leftRef- (required)rightRef- (required)tablePath- a path to the table location under the specified ref. (required)type- the type of otf (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 diff list - 401 Unauthorized - 404 Resource Not Found - 412 Precondition Failed - 0 Internal Server Error -
-
otfDiff
public OtfDiffList otfDiff(String repository, String leftRef, String rightRef, String tablePath, String type) throws ApiException
perform otf diff- Parameters:
repository- (required)leftRef- (required)rightRef- (required)tablePath- a path to the table location under the specified ref. (required)type- the type of otf (required)- Returns:
- OtfDiffList
- 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 200 diff list - 401 Unauthorized - 404 Resource Not Found - 412 Precondition Failed - 0 Internal Server Error -
-
otfDiffWithHttpInfo
public ApiResponse<OtfDiffList> otfDiffWithHttpInfo(String repository, String leftRef, String rightRef, String tablePath, String type) throws ApiException
perform otf diff- Parameters:
repository- (required)leftRef- (required)rightRef- (required)tablePath- a path to the table location under the specified ref. (required)type- the type of otf (required)- Returns:
- ApiResponse<OtfDiffList>
- 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 200 diff list - 401 Unauthorized - 404 Resource Not Found - 412 Precondition Failed - 0 Internal Server Error -
-
otfDiffAsync
public okhttp3.Call otfDiffAsync(String repository, String leftRef, String rightRef, String tablePath, String type, ApiCallback<OtfDiffList> _callback) throws ApiException
perform otf diff (asynchronously)- Parameters:
repository- (required)leftRef- (required)rightRef- (required)tablePath- a path to the table location under the specified ref. (required)type- the type of otf (required)_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 200 diff list - 401 Unauthorized - 404 Resource Not Found - 412 Precondition Failed - 0 Internal Server Error -
-
-