Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.TopicListDTO
-
Packages that use TopicListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of TopicListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type TopicListDTO Modifier and Type Method Description APIDTOApIsApi. updateTopics(String apiId, TopicListDTO topicListDTO, String ifMatch)Update Topics This operation can be used to update topics of an existing API.okhttp3.CallApIsApi. updateTopicsAsync(String apiId, TopicListDTO topicListDTO, String ifMatch, ApiCallback<APIDTO> _callback)Update Topics (asynchronously) This operation can be used to update topics of an existing API.okhttp3.CallApIsApi. updateTopicsCall(String apiId, TopicListDTO topicListDTO, String ifMatch, ApiCallback _callback)Build call for updateTopicsApiResponse<APIDTO>ApIsApi. updateTopicsWithHttpInfo(String apiId, TopicListDTO topicListDTO, String ifMatch)Update Topics This operation can be used to update topics of an existing API. -
Uses of TopicListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return TopicListDTO Modifier and Type Method Description TopicListDTOTopicListDTO. count(Integer count)TopicListDTOTopicListDTO. list(List<TopicDTO> list)TopicListDTOTopicListDTO. pagination(PaginationDTO pagination)
-