Class CodeReferencesApi


  • public class CodeReferencesApi
    extends java.lang.Object
    • Constructor Detail

      • CodeReferencesApi

        public CodeReferencesApi()
      • CodeReferencesApi

        public CodeReferencesApi​(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 java.lang.String getCustomBaseUrl()
      • setCustomBaseUrl

        public void setCustomBaseUrl​(java.lang.String customBaseUrl)
      • v1CodeReferencesDeleteReportsPostCall

        public okhttp3.Call v1CodeReferencesDeleteReportsPostCall​(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest,
                                                                  ApiCallback _callback)
                                                           throws ApiException
        Build call for v1CodeReferencesDeleteReportsPost
        Parameters:
        deleteRepositoryReportsRequest - (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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesDeleteReportsPost

        public void v1CodeReferencesDeleteReportsPost​(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest)
                                               throws ApiException
        Delete Reference reports
        Parameters:
        deleteRepositoryReportsRequest - (required)
        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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesDeleteReportsPostWithHttpInfo

        public ApiResponse<java.lang.Void> v1CodeReferencesDeleteReportsPostWithHttpInfo​(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest)
                                                                                  throws ApiException
        Delete Reference reports
        Parameters:
        deleteRepositoryReportsRequest - (required)
        Returns:
        ApiResponse<Void>
        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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesDeleteReportsPostAsync

        public okhttp3.Call v1CodeReferencesDeleteReportsPostAsync​(DeleteRepositoryReportsRequest deleteRepositoryReportsRequest,
                                                                   ApiCallback<java.lang.Void> _callback)
                                                            throws ApiException
        Delete Reference reports (asynchronously)
        Parameters:
        deleteRepositoryReportsRequest - (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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesPostCall

        public okhttp3.Call v1CodeReferencesPostCall​(CodeReferenceRequest codeReferenceRequest,
                                                     ApiCallback _callback)
                                              throws ApiException
        Build call for v1CodeReferencesPost
        Parameters:
        codeReferenceRequest - (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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesPost

        public void v1CodeReferencesPost​(CodeReferenceRequest codeReferenceRequest)
                                  throws ApiException
        Upload References
        Parameters:
        codeReferenceRequest - (required)
        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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesPostWithHttpInfo

        public ApiResponse<java.lang.Void> v1CodeReferencesPostWithHttpInfo​(CodeReferenceRequest codeReferenceRequest)
                                                                     throws ApiException
        Upload References
        Parameters:
        codeReferenceRequest - (required)
        Returns:
        ApiResponse<Void>
        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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1CodeReferencesPostAsync

        public okhttp3.Call v1CodeReferencesPostAsync​(CodeReferenceRequest codeReferenceRequest,
                                                      ApiCallback<java.lang.Void> _callback)
                                               throws ApiException
        Upload References (asynchronously)
        Parameters:
        codeReferenceRequest - (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 OK -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1SettingsSettingIdCodeReferencesGetCall

        public okhttp3.Call v1SettingsSettingIdCodeReferencesGetCall​(java.lang.Integer settingId,
                                                                     ApiCallback _callback)
                                                              throws ApiException
        Build call for v1SettingsSettingIdCodeReferencesGet
        Parameters:
        settingId - The identifier of the Feature Flag or Setting. (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 -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1SettingsSettingIdCodeReferencesGet

        public java.util.List<CodeReferenceModel> v1SettingsSettingIdCodeReferencesGet​(java.lang.Integer settingId)
                                                                                throws ApiException
        Get References for Feature Flag or Setting
        Parameters:
        settingId - The identifier of the Feature Flag or Setting. (required)
        Returns:
        List<CodeReferenceModel>
        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 -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1SettingsSettingIdCodeReferencesGetWithHttpInfo

        public ApiResponse<java.util.List<CodeReferenceModel>> v1SettingsSettingIdCodeReferencesGetWithHttpInfo​(java.lang.Integer settingId)
                                                                                                         throws ApiException
        Get References for Feature Flag or Setting
        Parameters:
        settingId - The identifier of the Feature Flag or Setting. (required)
        Returns:
        ApiResponse<List<CodeReferenceModel>>
        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 -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -
      • v1SettingsSettingIdCodeReferencesGetAsync

        public okhttp3.Call v1SettingsSettingIdCodeReferencesGetAsync​(java.lang.Integer settingId,
                                                                      ApiCallback<java.util.List<CodeReferenceModel>> _callback)
                                                               throws ApiException
        Get References for Feature Flag or Setting (asynchronously)
        Parameters:
        settingId - The identifier of the Feature Flag or Setting. (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 -
        400 Bad request. -
        404 Not found. -
        429 Too many requests. In case of the request rate exceeds the rate limits. -