Class ExperimentalApi


  • public class ExperimentalApi
    extends Object
    • Constructor Detail

      • ExperimentalApi

        public ExperimentalApi()
      • ExperimentalApi

        public ExperimentalApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getHostIndex

        public int getHostIndex()
      • setHostIndex

        public void setHostIndex​(int hostIndex)
      • getCustomBaseUrl

        public String getCustomBaseUrl()
      • setCustomBaseUrl

        public void setCustomBaseUrl​(String customBaseUrl)
      • getOtfDiffs

        public ExperimentalApi.APIgetOtfDiffsRequest getOtfDiffs()
        get the available Open Table Format diffs
        Returns:
        APIgetOtfDiffsRequest
        Http Response Details:
        Status Code Description Response Headers
        200 available Open Table Format diffs -
        401 Unauthorized -
        420 too many requests -
        0 Internal Server Error -
      • otfDiff

        public ExperimentalApi.APIotfDiffRequest otfDiff​(String repository,
                                                         String leftRef,
                                                         String rightRef,
                                                         String tablePath,
                                                         String type)
        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:
        APIotfDiffRequest
        Http Response Details:
        Status Code Description Response Headers
        200 diff list -
        401 Unauthorized -
        404 Resource Not Found -
        412 Precondition Failed -
        420 too many requests -
        0 Internal Server Error -