twitter4j.api
Interface NewTwitterMethods

All Known Subinterfaces:
Twitter
All Known Implementing Classes:
TwitterImpl

public interface NewTwitterMethods

Author:
Mocel - mocel at guma.jp

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

Method Detail

getRelatedResults

RelatedResults getRelatedResults(long statusId)
                                 throws TwitterException
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 has not been finalized and the interface is subject to change in incompatible ways.
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
Returns:
the related results of a given tweet
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