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
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