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 Topic
Topic. description(String description)
static Topic
Topic. fromJson(String jsonString)
Create an instance of Topic given an JSON stringTopic
Topic. id(String id)
Topic
Topic. 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 Expansions
Expansions. addTopicsItem(Topic topicsItem)
Method parameters in com.twitter.clientlib.model with type arguments of type Topic Modifier and Type Method Description void
Expansions. setTopics(List<Topic> topics)
Expansions
Expansions. topics(List<Topic> topics)
-