Uses of Class
com.twitter.clientlib.model.TweetPromotedMetrics
-
Packages that use TweetPromotedMetrics Package Description com.twitter.clientlib.model -
-
Uses of TweetPromotedMetrics in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetPromotedMetrics Modifier and Type Method Description static TweetPromotedMetricsTweetPromotedMetrics. fromJson(String jsonString)Create an instance of TweetPromotedMetrics given an JSON stringTweetPromotedMetricsTweet. getPromotedMetrics()Get promotedMetricsTweetPromotedMetricsTweetPromotedMetrics. impressionCount(Integer impressionCount)TweetPromotedMetricsTweetPromotedMetrics. likeCount(Integer likeCount)TweetPromotedMetricsTweetPromotedMetrics. replyCount(Integer replyCount)TweetPromotedMetricsTweetPromotedMetrics. retweetCount(Integer retweetCount)Methods in com.twitter.clientlib.model with parameters of type TweetPromotedMetrics Modifier and Type Method Description TweetTweet. promotedMetrics(TweetPromotedMetrics promotedMetrics)voidTweet. setPromotedMetrics(TweetPromotedMetrics promotedMetrics)
-