Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.TopicListDTO
Packages that use TopicListDTO
Package
Description
-
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 TopicListDTOModifier and TypeMethodDescriptionApIsApi.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 updateTopicsApIsApi.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