All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.internal.models4j.RelatedResults Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 *  Mocel - mocel at guma.jp
 * @since Twitter4J 2.1.8
 */
public interface RelatedResults extends TwitterResponse, java.io.Serializable {

    /**
     * Returns the 8 or less statuses with conversation
     *
     * @return list of statuses with conversation
     */
    ResponseList getTweetsWithConversation();

    /**
     * Returns the 8 or less statuses with reply.
     *
     * @return list of statuses with reply
     */
    ResponseList getTweetsWithReply();

    /**
     * Return the 3 or less latest statuses from the user who sent the origin tweet.
     *
     * @return list of latest statuses
     */
    ResponseList getTweetsFromUser();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy