Uses of Class
com.twitter.clientlib.model.Topic
-
Packages that use Topic Package Description com.twitter.clientlib.model -
-
Uses of Topic in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Topic Modifier and Type Method Description TopicTopic. description(String description)static TopicTopic. fromJson(String jsonString)Create an instance of Topic given an JSON stringTopicTopic. id(String id)TopicTopic. name(String name)Methods in com.twitter.clientlib.model that return types with arguments of type Topic Modifier and Type Method Description List<Topic>Expansions. getTopics()Get topicsMethods in com.twitter.clientlib.model with parameters of type Topic Modifier and Type Method Description ExpansionsExpansions. addTopicsItem(Topic topicsItem)Method parameters in com.twitter.clientlib.model with type arguments of type Topic Modifier and Type Method Description voidExpansions. setTopics(List<Topic> topics)ExpansionsExpansions. topics(List<Topic> topics)
-