Class RetrievingSynapseArtifactsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.RetrievingSynapseArtifactsApi
-
public class RetrievingSynapseArtifactsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description RetrievingSynapseArtifactsApi()RetrievingSynapseArtifactsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)SynapseAttributesDTOsynapseAttributesGet(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 synapseAttributesGetApiResponse<SynapseAttributesDTO>synapseAttributesGetWithHttpInfo(String apiName, String tenantDomain, String version)Get API UUID and label associated with it This will provide access to synapse artifacts in database.
-
-
-
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 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
-
-