public class TopicsApi extends Object
| Constructor and Description |
|---|
TopicsApi() |
TopicsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
TopicListDTO |
getAllTopicsOfAPI(String apiId,
String xWSO2Tenant)
Get a list of available topics for a given async API
This operation will provide a list of topics available for a given Async API, based on the provided API ID.
|
okhttp3.Call |
getAllTopicsOfAPIAsync(String apiId,
String xWSO2Tenant,
ApiCallback<TopicListDTO> _callback)
Get a list of available topics for a given async API (asynchronously)
This operation will provide a list of topics available for a given Async API, based on the provided API ID.
|
okhttp3.Call |
getAllTopicsOfAPICall(String apiId,
String xWSO2Tenant,
ApiCallback _callback)
Build call for getAllTopicsOfAPI
|
ApiResponse<TopicListDTO> |
getAllTopicsOfAPIWithHttpInfo(String apiId,
String xWSO2Tenant)
Get a list of available topics for a given async API
This operation will provide a list of topics available for a given Async API, based on the provided API ID.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public TopicsApi()
public TopicsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAllTopicsOfAPICall(String apiId, String xWSO2Tenant, 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic TopicListDTO getAllTopicsOfAPI(String apiId, String xWSO2Tenant) 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)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TopicListDTO> getAllTopicsOfAPIWithHttpInfo(String apiId, String xWSO2Tenant) 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)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getAllTopicsOfAPIAsync(String apiId, String xWSO2Tenant, ApiCallback<TopicListDTO> _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)_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.