Uses of Class
com.twitter.clientlib.model.MultiTweetLookupResponse
-
Packages that use MultiTweetLookupResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of MultiTweetLookupResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return MultiTweetLookupResponse Modifier and Type Method Description MultiTweetLookupResponseTweetsApi. findTweetsById(Integer retries, List<String> ids, 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.MultiTweetLookupResponseTweetsApi. findTweetsById(List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields)Tweet lookup by Tweet IDs Returns a variety of information about the Tweet specified by the requested ID.MultiTweetLookupResponseSpacesApi. spaceTweets(Integer retries, Integer maxResults, String id, Set<String> tweetFields)Calls the API using a retry mechanism to handle rate limits errors.MultiTweetLookupResponseSpacesApi. spaceTweets(Integer maxResults, String id, Set<String> tweetFields)Retrieve tweets from a Space Retrieves tweets shared in the specified spaceMultiTweetLookupResponseTweetsApi. spaceTweets(Integer retries, Integer maxResults, String id, Set<String> tweetFields)Calls the API using a retry mechanism to handle rate limits errors.MultiTweetLookupResponseTweetsApi. spaceTweets(Integer maxResults, String id, Set<String> tweetFields)Retrieve tweets from a Space Retrieves tweets shared in the specified spaceMethods in com.twitter.clientlib.api that return types with arguments of type MultiTweetLookupResponse Modifier and Type Method Description ApiResponse<MultiTweetLookupResponse>TweetsApi. findTweetsByIdWithHttpInfo(List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields)Tweet lookup by Tweet IDs Returns a variety of information about the Tweet specified by the requested ID.ApiResponse<MultiTweetLookupResponse>SpacesApi. spaceTweetsWithHttpInfo(Integer maxResults, String id, Set<String> tweetFields)Retrieve tweets from a Space Retrieves tweets shared in the specified spaceApiResponse<MultiTweetLookupResponse>TweetsApi. spaceTweetsWithHttpInfo(Integer maxResults, String id, Set<String> tweetFields)Retrieve tweets from a Space Retrieves tweets shared in the specified spaceMethod parameters in com.twitter.clientlib.api with type arguments of type MultiTweetLookupResponse Modifier and Type Method Description okhttp3.CallTweetsApi. findTweetsByIdAsync(List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, Set<String> mediaFields, Set<String> placeFields, Set<String> pollFields, ApiCallback<MultiTweetLookupResponse> _callback)Tweet lookup by Tweet IDs (asynchronously) Returns a variety of information about the Tweet specified by the requested ID.okhttp3.CallSpacesApi. spaceTweetsAsync(Integer maxResults, String id, Set<String> tweetFields, ApiCallback<MultiTweetLookupResponse> _callback)Retrieve tweets from a Space (asynchronously) Retrieves tweets shared in the specified spaceokhttp3.CallTweetsApi. spaceTweetsAsync(Integer maxResults, String id, Set<String> tweetFields, ApiCallback<MultiTweetLookupResponse> _callback)Retrieve tweets from a Space (asynchronously) Retrieves tweets shared in the specified space -
Uses of MultiTweetLookupResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return MultiTweetLookupResponse Modifier and Type Method Description MultiTweetLookupResponseMultiTweetLookupResponse. addDataItem(Tweet dataItem)MultiTweetLookupResponseMultiTweetLookupResponse. addErrorsItem(Problem errorsItem)MultiTweetLookupResponseMultiTweetLookupResponse. data(List<Tweet> data)MultiTweetLookupResponseMultiTweetLookupResponse. errors(List<Problem> errors)static MultiTweetLookupResponseMultiTweetLookupResponse. fromJson(String jsonString)Create an instance of MultiTweetLookupResponse given an JSON stringMultiTweetLookupResponseMultiTweetLookupResponse. includes(Expansions includes)MultiTweetLookupResponseMultiTweetLookupResponse. meta(MultiTweetLookupResponseMeta meta)
-