Class RetrievingSynapseArtifactsApi
java.lang.Object
org.wso2.am.integration.clients.internal.api.RetrievingSynapseArtifactsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) synapseAttributesGet(String apiName, String tenantDomain, String version) Get API UUID and label associated with it This will provide access to synapse artifacts in database.com.squareup.okhttp.CallsynapseAttributesGetAsync(String apiName, String tenantDomain, String version, ApiCallback<SynapseAttributesDTO> callback) Get API UUID and label associated with it (asynchronously) This will provide access to synapse artifacts in database.com.squareup.okhttp.CallsynapseAttributesGetCall(String apiName, String tenantDomain, String version, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for synapseAttributesGetsynapseAttributesGetWithHttpInfo(String apiName, String tenantDomain, String version) Get API UUID and label associated with it This will provide access to synapse artifacts in database.
-
Constructor Details
-
RetrievingSynapseArtifactsApi
public RetrievingSynapseArtifactsApi() -
RetrievingSynapseArtifactsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 listenerprogressRequestListener- 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
-