Uses of Class
com.twitter.clientlib.model.TweetSearchResponseMeta
-
Packages that use TweetSearchResponseMeta Package Description com.twitter.clientlib.model -
-
Uses of TweetSearchResponseMeta in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetSearchResponseMeta Modifier and Type Method Description static TweetSearchResponseMetaTweetSearchResponseMeta. fromJson(String jsonString)Create an instance of TweetSearchResponseMeta given an JSON stringTweetSearchResponseMetaTweetSearchResponse. getMeta()Get metaTweetSearchResponseMetaTweetSearchResponseMeta. newestId(String newestId)TweetSearchResponseMetaTweetSearchResponseMeta. nextToken(String nextToken)TweetSearchResponseMetaTweetSearchResponseMeta. oldestId(String oldestId)TweetSearchResponseMetaTweetSearchResponseMeta. resultCount(Integer resultCount)Methods in com.twitter.clientlib.model with parameters of type TweetSearchResponseMeta Modifier and Type Method Description TweetSearchResponseTweetSearchResponse. meta(TweetSearchResponseMeta meta)voidTweetSearchResponse. setMeta(TweetSearchResponseMeta meta)
-