- getAccessTokenEndpoint() - Method in class org.agorava.twitter.TwitterApi
-
- getAuthorizationUrl(Token) - Method in class org.agorava.twitter.TwitterApi
-
- getBackgroundColor() - Method in class org.agorava.twitter.model.TwitterProfile
-
The color of the background of the user's Twitter profile page.
- getBackgroundImageUrl() - Method in class org.agorava.twitter.model.TwitterProfile
-
The URL to a background image shown on the user's Twitter profile page.
- getBlockedUserIds() - Method in interface org.agorava.twitter.TwitterBlockService
-
Retrieves a list of user IDs for the users that the authenticating user has blocked.
- getBlockedUsers() - Method in interface org.agorava.twitter.TwitterBlockService
-
Retrieves a list of users that the authenticating user has blocked.
- getBlockedUsers(int, int) - Method in interface org.agorava.twitter.TwitterBlockService
-
Retrieves a list of users that the authenticating user has blocked.
- getContainedWithin() - Method in class org.agorava.twitter.model.PlacePrototype
-
- getCountry() - Method in class org.agorava.twitter.model.Place
-
- getCountryCode() - Method in class org.agorava.twitter.model.Place
-
- getCreatedAt() - Method in class org.agorava.twitter.model.DirectMessage
-
- getCreatedAt() - Method in class org.agorava.twitter.model.SavedSearch
-
- getCreatedAt() - Method in class org.agorava.twitter.model.Tweet
-
- getCreatedDate() - Method in class org.agorava.twitter.model.TwitterProfile
-
The date that the Twitter profile was created.
- getCreateToken() - Method in class org.agorava.twitter.model.PlacePrototype
-
- getDailyTrends() - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 20 trending topics, hourly for the past 24 hours.
- getDailyTrends(boolean) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 20 trending topics, hourly for the past 24 hours.
- getDailyTrends(boolean, String) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 20 trending topics, hourly for a 24-hour period starting at the specified date.
- getDescription() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's description
- getDescription() - Method in class org.agorava.twitter.model.UserList
-
- getDirectMessage(long) - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Gets a direct message by its ID.
- getDirectMessagesReceived() - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Retrieve the 20 most recently received direct messages for the authenticating user.
- getDirectMessagesReceived(int, int) - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Retrieve received direct messages for the authenticating user.
- getDirectMessagesReceived(int, int, long, long) - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Retrieve received direct messages for the authenticating user.
- getDirectMessagesSent() - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Retrieve the 20 most recent direct messages sent by the authenticating user.
- getDirectMessagesSent(int, int) - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Retrieve direct messages sent by the authenticating user.
- getDirectMessagesSent(int, int, long, long) - Method in interface org.agorava.twitter.TwitterDirectMessageService
-
Retrieve direct messages sent by the authenticating user.
- getFavorites() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the 20 most recent tweets favorited by the authenticated user.
- getFavorites(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets favorited by the authenticated user.
- getFavoritesCount() - Method in class org.agorava.twitter.model.TwitterProfile
-
The number of tweets that the user has marked as favorites.
- getFollowerIds() - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
- getFollowerIds(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
- getFollowerIds(String) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
- getFollowerIdsInCursor(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
- getFollowerIdsInCursor(long, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
- getFollowerIdsInCursor(String, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
- getFollowers() - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the authenticated user is being followed by Note that this method make multiple
calls to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
- getFollowers(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
- getFollowers(String) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
- getFollowersCount() - Method in class org.agorava.twitter.model.TwitterProfile
-
The number of followers the user has.
- getFollowersInCursor(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the authenticated user is being followed by Note that this method make multiple
calls to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
- getFollowersInCursor(long, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
- getFollowersInCursor(String, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
- getFriendIds() - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
- getFriendIds(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriendIds(String) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriendIdsInCursor(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
- getFriendIdsInCursor(long, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriendIdsInCursor(String, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriends() - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the authenticated user follows.
- getFriends(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user follows.
- getFriends(String) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user follows.
- getFriendsCount() - Method in class org.agorava.twitter.model.TwitterProfile
-
The number of friends the user has (the number of users this user follows).
- getFriendsInCursor(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the authenticated user follows.
- getFriendsInCursor(long, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user follows.
- getFriendsInCursor(String, long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Retrieves a list of up to 5000 users that the given user follows.
- getFromUser() - Method in class org.agorava.twitter.model.Tweet
-
- getFromUserId() - Method in class org.agorava.twitter.model.Tweet
-
- getFullName() - Method in class org.agorava.twitter.model.Place
-
- getFullName() - Method in class org.agorava.twitter.model.TwitterProfile
-
- getFullName() - Method in class org.agorava.twitter.model.UserList
-
- getHomeTimeline() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the 20 most recently posted tweets, including retweets, from the authenticating user's home timeline.
- getHomeTimeline(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets, including retweets, from the authenticating user's home timeline.
- getHomeTimeline(int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets, including retweets, from the authenticating user's home timeline.
- getHourlyLimit() - Method in class org.agorava.twitter.model.RateLimitStatus
-
- getId() - Method in class org.agorava.twitter.model.DirectMessage
-
- getId() - Method in class org.agorava.twitter.model.Place
-
- getId() - Method in class org.agorava.twitter.model.SavedSearch
-
- getId() - Method in class org.agorava.twitter.model.Tweet
-
- getId() - Method in class org.agorava.twitter.model.UserList
-
- getIncomingFriendships() - Method in interface org.agorava.twitter.TwitterFriendService
-
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
- getIncomingFriendships(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
- getInReplyToStatusId() - Method in class org.agorava.twitter.model.Tweet
-
- getLanguage() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's preferred language.
- getLanguageCode() - Method in class org.agorava.twitter.model.Tweet
-
- getLatitude() - Method in class org.agorava.twitter.model.PlacePrototype
-
- getLinkColor() - Method in class org.agorava.twitter.model.TwitterProfile
-
The link color on the user's Twitter profile page.
- getListedCount() - Method in class org.agorava.twitter.model.TwitterProfile
-
The number of lists the user is listed on.
- getLocalTrends(long) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
- getLocalTrends(long, boolean) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
- getLocation() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's location
- getLongitude() - Method in class org.agorava.twitter.model.PlacePrototype
-
- getMaxId() - Method in class org.agorava.twitter.model.SearchResults
-
Returns the maximum
Tweet ID in the search results
- getMemberCount() - Method in class org.agorava.twitter.model.UserList
-
- getMentions() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent tweets that mention the authenticated user.
- getMentions(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve tweets that mention the authenticated user.
- getMentions(int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve tweets that mention the authenticated user.
- getName() - Method in class org.agorava.twitter.model.Place
-
- getName() - Method in class org.agorava.twitter.model.PlacePrototype
-
- getName() - Method in class org.agorava.twitter.model.SavedSearch
-
- getName() - Method in class org.agorava.twitter.model.SuggestionCategory
-
- getName() - Method in class org.agorava.twitter.model.Trend
-
- getName() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's full name
- getName() - Method in class org.agorava.twitter.model.UserList
-
- getNextCursor() - Method in class org.agorava.twitter.model.CursoredList
-
The cursor to retrieve the next page of results.
- getOutgoingFriendships() - Method in interface org.agorava.twitter.TwitterFriendService
-
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
- getOutgoingFriendships(long) - Method in interface org.agorava.twitter.TwitterFriendService
-
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
- getPlace(String) - Method in interface org.agorava.twitter.TwitterGeoService
-
Retrieves information about a place
- getPlacePrototype() - Method in class org.agorava.twitter.model.SimilarPlaces
-
- getPlaces() - Method in class org.agorava.twitter.model.SimilarPlacesResponse
-
The list of places found in a similar places search.
- getPlaceType() - Method in class org.agorava.twitter.model.Place
-
- getPosition() - Method in class org.agorava.twitter.model.SavedSearch
-
- getPreviousCursor() - Method in class org.agorava.twitter.model.CursoredList
-
The cursor to retrieve the previous page of results.
- getProfileId() - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves the authenticated user's Twitter ID.
- getProfileImageUrl() - Method in class org.agorava.twitter.model.Tweet
-
- getProfileImageUrl() - Method in class org.agorava.twitter.model.TwitterProfile
-
The URL of the user's profile image in "normal" size (48x48).
- getProfileUrl() - Method in class org.agorava.twitter.model.TwitterProfile
-
The URL of the user's profile.
- getProviderName() - Method in class org.agorava.twitter.TwitterApi
-
- getPublicTimeline() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the 20 most recently posted tweets from the public timeline.
- getQuery() - Method in class org.agorava.twitter.model.SavedSearch
-
- getQuery() - Method in class org.agorava.twitter.model.Trend
-
- getRateLimitStatus() - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves the rate limit status.
- getRecipient() - Method in class org.agorava.twitter.model.DirectMessage
-
- getRemainingHits() - Method in class org.agorava.twitter.model.RateLimitStatus
-
- getRequestTokenEndpoint() - Method in class org.agorava.twitter.TwitterApi
-
- getResetTime() - Method in class org.agorava.twitter.model.RateLimitStatus
-
- getResetTimeInSeconds() - Method in class org.agorava.twitter.model.RateLimitStatus
-
- getRetweetCount() - Method in class org.agorava.twitter.model.Tweet
-
The number of times this tweet has been retweeted.
- getRetweetedBy(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the profiles of up to 100 users how have retweeted a specific tweet.
- getRetweetedBy(long, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the profiles of users how have retweeted a specific tweet.
- getRetweetedByIds(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the IDs of up to 100 users who have retweeted a specific tweet.
- getRetweetedByIds(long, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the IDs of users who have retweeted a specific tweet.
- getRetweetedByMe() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent retweets posted by the authenticated user.
- getRetweetedByMe(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by the authenticated user.
- getRetweetedByMe(int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by the authenticated user.
- getRetweetedByUser(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent retweets posted by the specified user.
- getRetweetedByUser(long, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by the specified user.
- getRetweetedByUser(long, int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by the specified user.
- getRetweetedByUser(String) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent retweets posted by the specified user.
- getRetweetedByUser(String, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by the specified user.
- getRetweetedByUser(String, int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by the specified user.
- getRetweetedToMe() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent retweets posted by users the authenticating user follow.
- getRetweetedToMe(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by users the authenticating user follow.
- getRetweetedToMe(int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by users the authenticating user follow.
- getRetweetedToUser(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent retweets posted by users that the specified user follows.
- getRetweetedToUser(long, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by users that the specified user follows.
- getRetweetedToUser(long, int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets posted by users that the specified user follows.
- getRetweetedToUser(String) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent retweets by users that the specified user follows.
- getRetweetedToUser(String, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets by users that the specified user follows.
- getRetweetedToUser(String, int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve retweets by users that the specified user follows.
- getRetweets(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves up to 100 retweets of a specific tweet.
- getRetweets(long, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves retweets of a specific tweet.
- getRetweetsOfMe() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve the 20 most recent tweets of the authenticated user that have been retweeted by others.
- getRetweetsOfMe(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve tweets of the authenticated user that have been retweeted by others.
- getRetweetsOfMe(int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieve tweets of the authenticated user that have been retweeted by others.
- getSavedSearch(long) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves a single saved search by the saved search's ID.
- getSavedSearches() - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the authenticating user's saved searches.
- getScreenName() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's Twitter screen name
- getScreenName() - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves the authenticated user's Twitter screen name
- getSecondsUntilReset() - Method in class org.agorava.twitter.model.RateLimitStatus
-
The approximate number of seconds until the rate limits are reset.
- getSender() - Method in class org.agorava.twitter.model.DirectMessage
-
- getSidebarBorderColor() - Method in class org.agorava.twitter.model.TwitterProfile
-
The color of the sidebar border on the user's Twitter profile page.
- getSidebarFillColor() - Method in class org.agorava.twitter.model.TwitterProfile
-
The color of the sidebar fill on the user's Twitter profile page.
- getSinceId() - Method in class org.agorava.twitter.model.SearchResults
-
Returns the
Tweet ID after which all of the matching
Tweets were created
- getSize() - Method in class org.agorava.twitter.model.SuggestionCategory
-
- getSlug() - Method in class org.agorava.twitter.model.SuggestionCategory
-
- getSlug() - Method in class org.agorava.twitter.model.UserList
-
- getSource() - Method in class org.agorava.twitter.model.Tweet
-
- getStatus(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Returns a single tweet.
- getStatusesCount() - Method in class org.agorava.twitter.model.TwitterProfile
-
The number of tweets this user has posted.
- getStreetAddress() - Method in class org.agorava.twitter.model.Place
-
- getStreetAddress() - Method in class org.agorava.twitter.model.PlacePrototype
-
- getSubscriberCount() - Method in class org.agorava.twitter.model.UserList
-
- getSuggestionCategories() - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves a list of categories from which suggested users to follow may be found.
- getSuggestions(String) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves a list of suggestions of users to follow for a given category.
- getText() - Method in class org.agorava.twitter.model.DirectMessage
-
- getText() - Method in class org.agorava.twitter.model.Tweet
-
- getTextColor() - Method in class org.agorava.twitter.model.TwitterProfile
-
The text color on the user's Twitter profile page.
- getTime() - Method in class org.agorava.twitter.model.Trends
-
- getTimeZone() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's time zone.
- getToken() - Method in class org.agorava.twitter.model.SimilarPlacesResponse
-
A token that may be used to create a new place.
- getToUserId() - Method in class org.agorava.twitter.model.Tweet
-
- getTrends() - Method in class org.agorava.twitter.model.Trends
-
- getTweets() - Method in class org.agorava.twitter.model.SearchResults
-
Returns the list of matching
Tweets
- getUriPath() - Method in class org.agorava.twitter.model.UserList
-
- getUrl() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's URL
- getUserProfile() - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves the authenticated user's Twitter profile details.
- getUserProfile(String) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves a specific user's Twitter profile details.
- getUserProfile(long) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves a specific user's Twitter profile details.
- getUserProfileImage(String) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves the user's profile image.
- getUserProfileImage(String, ImageSize) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves the user's profile image.
- getUsers(String...) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves a list of Twitter profiles for the given list of user IDs.
- getUsersByName(String...) - Method in interface org.agorava.twitter.TwitterUserService
-
Retrieves a list of Twitter profiles for the given list of screen names.
- getUserTimeline() - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the 20 most recent tweets posted by the authenticating user.
- getUserTimeline(int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets posted by the authenticating user.
- getUserTimeline(int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets posted by the authenticating user.
- getUserTimeline(String) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the 20 most recent tweets posted by the given user.
- getUserTimeline(String, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets posted by the given user.
- getUserTimeline(String, int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets posted by the given user.
- getUserTimeline(long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves the 20 most recent tweets posted by the given user.
- getUserTimeline(long, int, int) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets posted by the given user.
- getUserTimeline(long, int, int, long, long) - Method in interface org.agorava.twitter.TwitterTimelineService
-
Retrieves tweets posted by the given user.
- getUtcOffset() - Method in class org.agorava.twitter.model.TwitterProfile
-
The user's UTC offset in seconds.
- getWeeklyTrends() - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 30 trending topics for each day in the past week.
- getWeeklyTrends(boolean) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 30 trending topics for each day in the past week.
- getWeeklyTrends(boolean, String) - Method in interface org.agorava.twitter.model.SearchService
-
Retrieves the top 30 trending topics for each day in a given week.