twitter4j
Interface RelatedResults
- All Superinterfaces:
- Serializable, TwitterResponse
public interface RelatedResults
- extends TwitterResponse, Serializable
- Since:
- Twitter4J 2.1.8
- Author:
- Mocel - mocel at guma.jp
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
Copyright © 2012. All Rights Reserved.