Class RetrievingSynapseArtifactsApi


  • public class RetrievingSynapseArtifactsApi
    extends Object
    • Constructor Detail

      • RetrievingSynapseArtifactsApi

        public RetrievingSynapseArtifactsApi()
      • RetrievingSynapseArtifactsApi

        public RetrievingSynapseArtifactsApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • synapseAttributesGetCall

        public com.squareup.okhttp.Call synapseAttributesGetCall​(String apiName,
                                                                 String tenantDomain,
                                                                 String version,
                                                                 ProgressResponseBody.ProgressListener progressListener,
                                                                 ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                          throws ApiException
        Build call for synapseAttributesGet
        Parameters:
        apiName - **Search condition**. API Name (optional)
        tenantDomain - **Search condition**. tenantDomain associated with the API (optional)
        version - **Search condition**. version of the API (optional)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • synapseAttributesGet

        public SynapseAttributesDTO synapseAttributesGet​(String apiName,
                                                         String tenantDomain,
                                                         String version)
                                                  throws ApiException
        Get API UUID and label associated with it This will provide access to synapse artifacts in database.
        Parameters:
        apiName - **Search condition**. API Name (optional)
        tenantDomain - **Search condition**. tenantDomain associated with the API (optional)
        version - **Search condition**. version of the API (optional)
        Returns:
        SynapseAttributesDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • synapseAttributesGetWithHttpInfo

        public ApiResponse<SynapseAttributesDTO> synapseAttributesGetWithHttpInfo​(String apiName,
                                                                                  String tenantDomain,
                                                                                  String version)
                                                                           throws ApiException
        Get API UUID and label associated with it This will provide access to synapse artifacts in database.
        Parameters:
        apiName - **Search condition**. API Name (optional)
        tenantDomain - **Search condition**. tenantDomain associated with the API (optional)
        version - **Search condition**. version of the API (optional)
        Returns:
        ApiResponse<SynapseAttributesDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • synapseAttributesGetAsync

        public com.squareup.okhttp.Call synapseAttributesGetAsync​(String apiName,
                                                                  String tenantDomain,
                                                                  String version,
                                                                  ApiCallback<SynapseAttributesDTO> callback)
                                                           throws ApiException
        Get API UUID and label associated with it (asynchronously) This will provide access to synapse artifacts in database.
        Parameters:
        apiName - **Search condition**. API Name (optional)
        tenantDomain - **Search condition**. tenantDomain associated with the API (optional)
        version - **Search condition**. version of the 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