Uses of Class
com.twitter.clientlib.model.TweetReferencedTweets
-
Packages that use TweetReferencedTweets Package Description com.twitter.clientlib.model -
-
Uses of TweetReferencedTweets in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetReferencedTweets Modifier and Type Method Description static TweetReferencedTweetsTweetReferencedTweets. fromJson(String jsonString)Create an instance of TweetReferencedTweets given an JSON stringTweetReferencedTweetsTweetReferencedTweets. id(String id)TweetReferencedTweetsTweetReferencedTweets. type(TweetReferencedTweets.TypeEnum type)Methods in com.twitter.clientlib.model that return types with arguments of type TweetReferencedTweets Modifier and Type Method Description List<TweetReferencedTweets>Tweet. getReferencedTweets()A list of Tweets this Tweet refers to.Methods in com.twitter.clientlib.model with parameters of type TweetReferencedTweets Modifier and Type Method Description TweetTweet. addReferencedTweetsItem(TweetReferencedTweets referencedTweetsItem)Method parameters in com.twitter.clientlib.model with type arguments of type TweetReferencedTweets Modifier and Type Method Description TweetTweet. referencedTweets(List<TweetReferencedTweets> referencedTweets)voidTweet. setReferencedTweets(List<TweetReferencedTweets> referencedTweets)
-