public class ApIsApi extends Object
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
apisApiIdGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of an API
Using this operation, you can retrieve complete details of a single API.
|
okhttp3.Call |
apisApiIdGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<APIDTO> _callback)
Get Details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
okhttp3.Call |
apisApiIdGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdGet
|
ApiResponse<APIDTO> |
apisApiIdGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of an API
Using this operation, you can retrieve complete details of a single API.
|
void |
apisApiIdGraphqlSchemaGet(String apiId,
String ifNoneMatch,
String xWSO2Tenant)
Get GraphQL Definition
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
apisApiIdGraphqlSchemaGetAsync(String apiId,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<Void> _callback)
Get GraphQL Definition (asynchronously)
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
apisApiIdGraphqlSchemaGetCall(String apiId,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdGraphqlSchemaGet
|
ApiResponse<Void> |
apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId,
String ifNoneMatch,
String xWSO2Tenant)
Get GraphQL Definition
You can use this operation to retrieve the swagger definition of an API.
|
ThrottlingPolicyDTO |
apisApiIdSubscriptionPoliciesGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of the Subscription Throttling Policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
okhttp3.Call |
apisApiIdSubscriptionPoliciesGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> _callback)
Get Details of the Subscription Throttling Policies of an API (asynchronously)
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
okhttp3.Call |
apisApiIdSubscriptionPoliciesGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdSubscriptionPoliciesGet
|
ApiResponse<ThrottlingPolicyDTO> |
apisApiIdSubscriptionPoliciesGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of the Subscription Throttling Policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
String |
apisApiIdSwaggerGet(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant)
Get Swagger Definition
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
apisApiIdSwaggerGetAsync(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<String> _callback)
Get Swagger Definition (asynchronously)
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
apisApiIdSwaggerGetCall(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdSwaggerGet
|
ApiResponse<String> |
apisApiIdSwaggerGetWithHttpInfo(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant)
Get Swagger Definition
You can use this operation to retrieve the swagger definition of an API.
|
void |
apisApiIdThumbnailGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Thumbnail Image
This operation can be used to download a thumbnail image of an API.
|
okhttp3.Call |
apisApiIdThumbnailGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<Void> _callback)
Get Thumbnail Image (asynchronously)
This operation can be used to download a thumbnail image of an API.
|
okhttp3.Call |
apisApiIdThumbnailGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdThumbnailGet
|
ApiResponse<Void> |
apisApiIdThumbnailGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Thumbnail Image
This operation can be used to download a thumbnail image of an API.
|
APIListDTO |
apisGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
okhttp3.Call |
apisGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback<APIListDTO> _callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
okhttp3.Call |
apisGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisGet
|
ApiResponse<APIListDTO> |
apisGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
ApiClient |
getApiClient() |
void |
getWSDLOfAPI(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get API WSDL definition
This operation can be used to retrieve the swagger definition of an API.
|
okhttp3.Call |
getWSDLOfAPIAsync(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<Void> _callback)
Get API WSDL definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
okhttp3.Call |
getWSDLOfAPICall(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for getWSDLOfAPI
|
ApiResponse<Void> |
getWSDLOfAPIWithHttpInfo(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get API WSDL definition
This operation can be used to retrieve the swagger definition of an API.
|
void |
setApiClient(ApiClient apiClient) |
public ApIsApi()
public ApIsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call apisApiIdGetCall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic APIDTO apisApiIdGet(String apiId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIDTO> apisApiIdGetWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdGetAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<APIDTO> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 objectpublic okhttp3.Call apisApiIdGraphqlSchemaGetCall(String apiId, String ifNoneMatch, String xWSO2Tenant, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void apisApiIdGraphqlSchemaGet(String apiId, String ifNoneMatch, String xWSO2Tenant) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId, String ifNoneMatch, String xWSO2Tenant) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdGraphqlSchemaGetAsync(String apiId, String ifNoneMatch, String xWSO2Tenant, ApiCallback<Void> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (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 objectpublic okhttp3.Call apisApiIdSubscriptionPoliciesGetCall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ThrottlingPolicyDTO apisApiIdSubscriptionPoliciesGet(String apiId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ThrottlingPolicyDTO> apisApiIdSubscriptionPoliciesGetWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdSubscriptionPoliciesGetAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 objectpublic okhttp3.Call apisApiIdSwaggerGetCall(String apiId, String labelName, String environmentName, String clusterName, String ifNoneMatch, String xWSO2Tenant, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)clusterName - Name of the container managed cluster name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic String apisApiIdSwaggerGet(String apiId, String labelName, String environmentName, String clusterName, String ifNoneMatch, String xWSO2Tenant) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)clusterName - Name of the container managed cluster name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> apisApiIdSwaggerGetWithHttpInfo(String apiId, String labelName, String environmentName, String clusterName, String ifNoneMatch, String xWSO2Tenant) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)clusterName - Name of the container managed cluster name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdSwaggerGetAsync(String apiId, String labelName, String environmentName, String clusterName, String ifNoneMatch, String xWSO2Tenant, ApiCallback<String> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)clusterName - Name of the container managed cluster name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (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 objectpublic okhttp3.Call apisApiIdThumbnailGetCall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void apisApiIdThumbnailGet(String apiId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdThumbnailGetWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisApiIdThumbnailGetAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<Void> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 objectpublic okhttp3.Call apisGetCall(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, ApiCallback _callback) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)query - **Search condition**. You can search in attributes by using an **\"<attribute>:\"** modifier. Eg. \"provider:wso2\" will match an API if the provider of the API is exactly \"wso2\". Additionally you can use wildcards. Eg. \"provider:wso2*\" will match an API if the provider of the API starts with \"wso2\". Supported attribute modifiers are [**version, context, status, description, subcontext, doc, provider, tag**] If no advanced attribute modifier has been specified, search will match the given query string against API Name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic APIListDTO apisGet(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)query - **Search condition**. You can search in attributes by using an **\"<attribute>:\"** modifier. Eg. \"provider:wso2\" will match an API if the provider of the API is exactly \"wso2\". Additionally you can use wildcards. Eg. \"provider:wso2*\" will match an API if the provider of the API starts with \"wso2\". Supported attribute modifiers are [**version, context, status, description, subcontext, doc, provider, tag**] If no advanced attribute modifier has been specified, search will match the given query string against API Name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIListDTO> apisGetWithHttpInfo(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)query - **Search condition**. You can search in attributes by using an **\"<attribute>:\"** modifier. Eg. \"provider:wso2\" will match an API if the provider of the API is exactly \"wso2\". Additionally you can use wildcards. Eg. \"provider:wso2*\" will match an API if the provider of the API starts with \"wso2\". Supported attribute modifiers are [**version, context, status, description, subcontext, doc, provider, tag**] If no advanced attribute modifier has been specified, search will match the given query string against API Name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call apisGetAsync(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, ApiCallback<APIListDTO> _callback) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)query - **Search condition**. You can search in attributes by using an **\"<attribute>:\"** modifier. Eg. \"provider:wso2\" will match an API if the provider of the API is exactly \"wso2\". Additionally you can use wildcards. Eg. \"provider:wso2*\" will match an API if the provider of the API starts with \"wso2\". Supported attribute modifiers are [**version, context, status, description, subcontext, doc, provider, tag**] If no advanced attribute modifier has been specified, search will match the given query string against API Name. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 objectpublic okhttp3.Call getWSDLOfAPICall(String apiId, String labelName, String environmentName, String ifNoneMatch, String xWSO2Tenant, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void getWSDLOfAPI(String apiId, String labelName, String environmentName, String ifNoneMatch, String xWSO2Tenant) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> getWSDLOfAPIWithHttpInfo(String apiId, String labelName, String environmentName, String ifNoneMatch, String xWSO2Tenant) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getWSDLOfAPIAsync(String apiId, String labelName, String environmentName, String ifNoneMatch, String xWSO2Tenant, ApiCallback<Void> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)labelName - Name of the API microgateway labels (optional)environmentName - Name of the API gateway environment. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (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.