| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
TopicListDTO |
TopicsApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TopicListDTO> |
TopicsApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
TopicsApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
TopicListDTO |
TopicListDTO.count(Integer count) |
TopicListDTO |
TopicListDTO.list(List<TopicDTO> list) |
TopicListDTO |
TopicListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.