public class RetrievingSynapseArtifactsApi extends Object
| Constructor and Description |
|---|
RetrievingSynapseArtifactsApi() |
RetrievingSynapseArtifactsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
SynapseAttributesDTO |
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.Call |
synapseAttributesGetAsync(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.Call |
synapseAttributesGetCall(String apiName,
String tenantDomain,
String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for synapseAttributesGet
|
ApiResponse<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.
|
public RetrievingSynapseArtifactsApi()
public RetrievingSynapseArtifactsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call synapseAttributesGetCall(String apiName, String tenantDomain, String version, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
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 listenerApiException - If fail to serialize the request body objectpublic SynapseAttributesDTO synapseAttributesGet(String apiName, String tenantDomain, String version) throws ApiException
apiName - **Search condition**. API Name (optional)tenantDomain - **Search condition**. tenantDomain associated with the API (optional)version - **Search condition**. version of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SynapseAttributesDTO> synapseAttributesGetWithHttpInfo(String apiName, String tenantDomain, String version) throws ApiException
apiName - **Search condition**. API Name (optional)tenantDomain - **Search condition**. tenantDomain associated with the API (optional)version - **Search condition**. version of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call synapseAttributesGetAsync(String apiName, String tenantDomain, String version, ApiCallback<SynapseAttributesDTO> callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.