Uses of Class
com.twitter.clientlib.model.SingleTweetLookupResponse
-
Packages that use SingleTweetLookupResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of SingleTweetLookupResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return SingleTweetLookupResponse Modifier and Type Method Description SingleTweetLookupResponseTweetsApi. findTweetById(Integer retries, String id, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields)Calls the API using a retry mechanism to handle rate limits errors.SingleTweetLookupResponseTweetsApi. findTweetById(String id, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields)Tweet lookup by Tweet ID Returns a variety of information about the Tweet specified by the requested ID.Methods in com.twitter.clientlib.api that return types with arguments of type SingleTweetLookupResponse Modifier and Type Method Description ApiResponse<SingleTweetLookupResponse>TweetsApi. findTweetByIdWithHttpInfo(String id, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields)Tweet lookup by Tweet ID Returns a variety of information about the Tweet specified by the requested ID.Method parameters in com.twitter.clientlib.api with type arguments of type SingleTweetLookupResponse Modifier and Type Method Description okhttp3.CallTweetsApi. findTweetByIdAsync(String id, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields, ApiCallback<SingleTweetLookupResponse> _callback)Tweet lookup by Tweet ID (asynchronously) Returns a variety of information about the Tweet specified by the requested ID. -
Uses of SingleTweetLookupResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return SingleTweetLookupResponse Modifier and Type Method Description SingleTweetLookupResponseSingleTweetLookupResponse. addErrorsItem(Problem errorsItem)SingleTweetLookupResponseSingleTweetLookupResponse. data(Tweet data)SingleTweetLookupResponseSingleTweetLookupResponse. errors(List<Problem> errors)static SingleTweetLookupResponseSingleTweetLookupResponse. fromJson(String jsonString)Create an instance of SingleTweetLookupResponse given an JSON stringSingleTweetLookupResponseSingleTweetLookupResponse. includes(Expansions includes)
-