twitter4j.api
Interface NewTwitterMethodsAsync

All Known Subinterfaces:
AsyncTwitter
All Known Implementing Classes:
AsyncTwitterImpl

public interface NewTwitterMethodsAsync

Author:
Mocel - mocel at guma.jp

Method Summary
 void getRelatedResults(long statusId)
          If available, returns an array of replies and mentions related to the specified Tweet.
 

Method Detail

getRelatedResults

void getRelatedResults(long statusId)
If available, returns an array of replies and mentions related to the specified Tweet. There is no guarantee there will be any replies or mentions in the response. This method is only available to users who have access to #newtwitter.
This method calls http://api.twitter.com/1/related_results/show/:id

Parameters:
statusId - the numerical ID of the status you're trying to retrieve
Throws:
TwitterException - when Twitter service or network is unavailable
Since:
Twitter4J 2.1.8
See Also:
#newtwitter and the API - Twitter API Announcements | Google Group