Class RetrievingRuntimeArtifactsApi


  • public class RetrievingRuntimeArtifactsApi
    extends Object
    • Constructor Detail

      • RetrievingRuntimeArtifactsApi

        public RetrievingRuntimeArtifactsApi()
      • RetrievingRuntimeArtifactsApi

        public RetrievingRuntimeArtifactsApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • endpointCertificatesGetCall

        public com.squareup.okhttp.Call endpointCertificatesGetCall​(String xWSO2Tenant,
                                                                    String alias,
                                                                    ProgressResponseBody.ProgressListener progressListener,
                                                                    ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                             throws ApiException
        Build call for endpointCertificatesGet
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        alias - **Search condition**. Alias (optional)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • endpointCertificatesGet

        public void endpointCertificatesGet​(String xWSO2Tenant,
                                            String alias)
                                     throws ApiException
        Get all the endpoint certificates for given alias. This will provide access to
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        alias - **Search condition**. Alias (optional)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • endpointCertificatesGetWithHttpInfo

        public ApiResponse<Void> endpointCertificatesGetWithHttpInfo​(String xWSO2Tenant,
                                                                     String alias)
                                                              throws ApiException
        Get all the endpoint certificates for given alias. This will provide access to
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        alias - **Search condition**. Alias (optional)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • endpointCertificatesGetAsync

        public com.squareup.okhttp.Call endpointCertificatesGetAsync​(String xWSO2Tenant,
                                                                     String alias,
                                                                     ApiCallback<Void> callback)
                                                              throws ApiException
        Get all the endpoint certificates for given alias. (asynchronously) This will provide access to
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        alias - **Search condition**. Alias (optional)
        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
      • gaConfigGetCall

        public com.squareup.okhttp.Call gaConfigGetCall​(String xWSO2Tenant,
                                                        String apiId,
                                                        ProgressResponseBody.ProgressListener progressListener,
                                                        ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                 throws ApiException
        Build call for gaConfigGet
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • gaConfigGet

        public void gaConfigGet​(String xWSO2Tenant,
                                String apiId)
                         throws ApiException
        Get Google analytics config related to tenant. This will provide access to runtime artifacts in database.
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • gaConfigGetWithHttpInfo

        public ApiResponse<Void> gaConfigGetWithHttpInfo​(String xWSO2Tenant,
                                                         String apiId)
                                                  throws ApiException
        Get Google analytics config related to tenant. This will provide access to runtime artifacts in database.
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • gaConfigGetAsync

        public com.squareup.okhttp.Call gaConfigGetAsync​(String xWSO2Tenant,
                                                         String apiId,
                                                         ApiCallback<Void> callback)
                                                  throws ApiException
        Get Google analytics config related to tenant. (asynchronously) This will provide access to runtime artifacts in database.
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        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
      • runtimeArtifactsGetCall

        public com.squareup.okhttp.Call runtimeArtifactsGetCall​(String xWSO2Tenant,
                                                                String apiId,
                                                                String gatewayLabel,
                                                                String type,
                                                                String name,
                                                                String version,
                                                                ProgressResponseBody.ProgressListener progressListener,
                                                                ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                         throws ApiException
        Build call for runtimeArtifactsGet
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        gatewayLabel - **Search condition**. label associated with the APIs (optional)
        type - **Search condition**. type of gateway (optional)
        name - **Search condition**. name of API (optional)
        version - **Search condition**. version of API (optional)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • runtimeArtifactsGet

        public void runtimeArtifactsGet​(String xWSO2Tenant,
                                        String apiId,
                                        String gatewayLabel,
                                        String type,
                                        String name,
                                        String version)
                                 throws ApiException
        Get all the runtime artifacts for a given API UUID and gateway label This will provide access to runtime artifacts in database.
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        gatewayLabel - **Search condition**. label associated with the APIs (optional)
        type - **Search condition**. type of gateway (optional)
        name - **Search condition**. name of API (optional)
        version - **Search condition**. version of API (optional)
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • runtimeArtifactsGetWithHttpInfo

        public ApiResponse<Void> runtimeArtifactsGetWithHttpInfo​(String xWSO2Tenant,
                                                                 String apiId,
                                                                 String gatewayLabel,
                                                                 String type,
                                                                 String name,
                                                                 String version)
                                                          throws ApiException
        Get all the runtime artifacts for a given API UUID and gateway label This will provide access to runtime artifacts in database.
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        gatewayLabel - **Search condition**. label associated with the APIs (optional)
        type - **Search condition**. type of gateway (optional)
        name - **Search condition**. name of API (optional)
        version - **Search condition**. version of API (optional)
        Returns:
        ApiResponse<Void>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • runtimeArtifactsGetAsync

        public com.squareup.okhttp.Call runtimeArtifactsGetAsync​(String xWSO2Tenant,
                                                                 String apiId,
                                                                 String gatewayLabel,
                                                                 String type,
                                                                 String name,
                                                                 String version,
                                                                 ApiCallback<Void> callback)
                                                          throws ApiException
        Get all the runtime artifacts for a given API UUID and gateway label (asynchronously) This will provide access to runtime artifacts in database.
        Parameters:
        xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)
        apiId - **Search condition**. Api ID (optional)
        gatewayLabel - **Search condition**. label associated with the APIs (optional)
        type - **Search condition**. type of gateway (optional)
        name - **Search condition**. name of API (optional)
        version - **Search condition**. version of API (optional)
        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