Uses of Class
com.twitter.clientlib.model.QuoteTweetLookupResponseMeta
-
Packages that use QuoteTweetLookupResponseMeta Package Description com.twitter.clientlib.model -
-
Uses of QuoteTweetLookupResponseMeta in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return QuoteTweetLookupResponseMeta Modifier and Type Method Description static QuoteTweetLookupResponseMetaQuoteTweetLookupResponseMeta. fromJson(String jsonString)Create an instance of QuoteTweetLookupResponseMeta given an JSON stringQuoteTweetLookupResponseMetaQuoteTweetLookupResponse. getMeta()Get metaQuoteTweetLookupResponseMetaQuoteTweetLookupResponseMeta. nextToken(String nextToken)QuoteTweetLookupResponseMetaQuoteTweetLookupResponseMeta. resultCount(Integer resultCount)Methods in com.twitter.clientlib.model with parameters of type QuoteTweetLookupResponseMeta Modifier and Type Method Description QuoteTweetLookupResponseQuoteTweetLookupResponse. meta(QuoteTweetLookupResponseMeta meta)voidQuoteTweetLookupResponse. setMeta(QuoteTweetLookupResponseMeta meta)
-