Uses of Class
com.twitter.clientlib.model.Get2TweetsSearchAllResponseMeta
-
Packages that use Get2TweetsSearchAllResponseMeta Package Description com.twitter.clientlib.model -
-
Uses of Get2TweetsSearchAllResponseMeta in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Get2TweetsSearchAllResponseMeta Modifier and Type Method Description static Get2TweetsSearchAllResponseMeta
Get2TweetsSearchAllResponseMeta. fromJson(String jsonString)
Create an instance of Get2TweetsSearchAllResponseMeta given an JSON stringGet2TweetsSearchAllResponseMeta
Get2TweetsSearchAllResponse. getMeta()
Get metaGet2TweetsSearchAllResponseMeta
Get2TweetsSearchRecentResponse. getMeta()
Get metaGet2TweetsSearchAllResponseMeta
Get2TweetsSearchAllResponseMeta. newestId(String newestId)
Get2TweetsSearchAllResponseMeta
Get2TweetsSearchAllResponseMeta. nextToken(String nextToken)
Get2TweetsSearchAllResponseMeta
Get2TweetsSearchAllResponseMeta. oldestId(String oldestId)
Get2TweetsSearchAllResponseMeta
Get2TweetsSearchAllResponseMeta. resultCount(Integer resultCount)
Methods in com.twitter.clientlib.model with parameters of type Get2TweetsSearchAllResponseMeta Modifier and Type Method Description Get2TweetsSearchAllResponse
Get2TweetsSearchAllResponse. meta(Get2TweetsSearchAllResponseMeta meta)
Get2TweetsSearchRecentResponse
Get2TweetsSearchRecentResponse. meta(Get2TweetsSearchAllResponseMeta meta)
void
Get2TweetsSearchAllResponse. setMeta(Get2TweetsSearchAllResponseMeta meta)
void
Get2TweetsSearchRecentResponse. setMeta(Get2TweetsSearchAllResponseMeta meta)
-