Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.TopicDTO
-
Packages that use TopicDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of TopicDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return TopicDTO Modifier and Type Method Description TopicDTOTopicDTO. description(String description)TopicDTOTopicDTO. id(String id)TopicDTOTopicDTO. mode(String mode)TopicDTOTopicDTO. name(String name)Methods in org.wso2.am.integration.clients.publisher.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.publisher.api.v1.dto with type arguments of type TopicDTO Modifier and Type Method Description TopicListDTOTopicListDTO. list(List<TopicDTO> list)voidTopicListDTO. setList(List<TopicDTO> list)
-