Uses of Class
com.twitterapime.search.Tweet

Packages that use Tweet
com.twitterapime.rest   
com.twitterapime.rest.handler   
com.twitterapime.search   
com.twitterapime.search.handler   
 

Uses of Tweet in com.twitterapime.rest
 

Methods in com.twitterapime.rest that return Tweet
 Tweet TweetER.findByID(java.lang.String id)
           Find the tweet associated to the given ID.
 Tweet UserAccount.getLastTweet()
           Get the last tweet posted by the user.
 Tweet TweetER.post(Tweet tweet)
           Post a given tweet to Twitter.
 Tweet TweetER.repost(Tweet tweet)
           Repost a given tweet to Twitter.
 Tweet TweetER.send(Tweet dm)
           Send a given Direct Message to a given recipient.
 

Methods in com.twitterapime.rest with parameters of type Tweet
 Tweet TweetER.post(Tweet tweet)
           Post a given tweet to Twitter.
 Tweet TweetER.repost(Tweet tweet)
           Repost a given tweet to Twitter.
 Tweet TweetER.send(Tweet dm)
           Send a given Direct Message to a given recipient.
 

Uses of Tweet in com.twitterapime.rest.handler
 

Methods in com.twitterapime.rest.handler that return Tweet
 Tweet StatusHandler.getParsedTweet()
           Return the parsed tweet.
 Tweet[] TimelineHandler.getParsedTweets()
           Return the parsed tweets.
 Tweet[] DirectMessageHandler.getParsedTweets()
           Return the parsed tweets.
 

Methods in com.twitterapime.rest.handler with parameters of type Tweet
 void StatusHandler.loadParsedTweet(Tweet tweet)
           Load the parsed values into the given tweet.
 void DirectMessageHandler.loadParsedTweet(Tweet dm, int index)
           Load the parsed values, from a given index, into the given tweet.
 

Uses of Tweet in com.twitterapime.search
 

Methods in com.twitterapime.search that return Tweet
 Tweet Tweet.getRepostedTweet()
           Get the reposted tweet object.
 Tweet[] SearchDevice.searchTweets(Query query)
           Search for tweets that match the given query.
 Tweet[] SearchDevice.searchTweets(java.lang.String queryString)
           Search for tweets that match the given query string.
 

Methods in com.twitterapime.search with parameters of type Tweet
 void SearchDeviceListener.tweetFound(Tweet tweet)
           This method is called when a tweet is received.
 

Uses of Tweet in com.twitterapime.search.handler
 

Methods in com.twitterapime.search.handler that return Tweet
 Tweet[] SearchResultHandler.getParsedTweets()
           Returns the parsed tweets.
 



Copyright © 2010 Twitter API ME Team. All Rights Reserved.