twitter4j
Interface RelatedResults

All Superinterfaces:
java.io.Serializable, TwitterResponse
All Known Implementing Classes:
RelatedResultsJSONImpl

public interface RelatedResults
extends TwitterResponse, java.io.Serializable

Since:
Twitter4J 2.1.8
Author:
Mocel - mocel at guma.jp

Method Summary
 ResponseList<Status> getTweetsFromUser()
          Return the 3 or less latest statuses from the user who sent the origin tweet.
 ResponseList<Status> getTweetsWithConversation()
          Returns the 8 or less statuses with conversation
 ResponseList<Status> getTweetsWithReply()
          Returns the 8 or less statuses with reply.
 
Methods inherited from interface twitter4j.TwitterResponse
getRateLimitStatus
 

Method Detail

getTweetsWithConversation

ResponseList<Status> getTweetsWithConversation()
Returns the 8 or less statuses with conversation

Returns:
list of statuses with conversation

getTweetsWithReply

ResponseList<Status> getTweetsWithReply()
Returns the 8 or less statuses with reply.

Returns:
list of statuses with reply

getTweetsFromUser

ResponseList<Status> getTweetsFromUser()
Return the 3 or less latest statuses from the user who sent the origin tweet.

Returns:
list of latest statuses