Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.TopicListDTO
-
Packages that use TopicListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of TopicListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return TopicListDTO Modifier and Type Method Description TopicListDTOTopicsApi. apisApiIdTopicsGet(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.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type TopicListDTO Modifier and Type Method Description ApiResponse<TopicListDTO>TopicsApi. apisApiIdTopicsGetWithHttpInfo(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.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type TopicListDTO Modifier and Type Method Description okhttp3.CallTopicsApi. apisApiIdTopicsGetAsync(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. -
Uses of TopicListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return TopicListDTO Modifier and Type Method Description TopicListDTOTopicListDTO. count(Integer count)TopicListDTOTopicListDTO. list(List<TopicDTO> list)TopicListDTOTopicListDTO. pagination(PaginationDTO pagination)
-