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 TweetPromotedMetrics
TweetPromotedMetrics. fromJson(String jsonString)
Create an instance of TweetPromotedMetrics given an JSON stringTweetPromotedMetrics
Tweet. getPromotedMetrics()
Get promotedMetricsTweetPromotedMetrics
TweetPromotedMetrics. impressionCount(Integer impressionCount)
TweetPromotedMetrics
TweetPromotedMetrics. likeCount(Integer likeCount)
TweetPromotedMetrics
TweetPromotedMetrics. replyCount(Integer replyCount)
TweetPromotedMetrics
TweetPromotedMetrics. retweetCount(Integer retweetCount)
Methods in com.twitter.clientlib.model with parameters of type TweetPromotedMetrics Modifier and Type Method Description Tweet
Tweet. promotedMetrics(TweetPromotedMetrics promotedMetrics)
void
Tweet. setPromotedMetrics(TweetPromotedMetrics promotedMetrics)
-