Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.TopicDTO
-
Packages that use TopicDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of TopicDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return TopicDTO Modifier and Type Method Description TopicDTOTopicDTO. apiId(String apiId)TopicDTOTopicDTO. name(String name)TopicDTOTopicDTO. type(String type)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type TopicDTO Modifier and Type Method Description List<TopicDTO>TopicListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type TopicDTO Modifier and Type Method Description TopicListDTOTopicListDTO. list(List<TopicDTO> list)voidTopicListDTO. setList(List<TopicDTO> list)
-