- GeoCode - Class in org.springframework.social.twitter.api
-
Represents geo_code
parameter used for advanced search
- GeoCode(double, double, int) - Constructor for class org.springframework.social.twitter.api.GeoCode
-
Creates GeoCode object with the default unit of measure is Unit.KILOMETER
- GeoCode(double, double, int, GeoCode.Unit) - Constructor for class org.springframework.social.twitter.api.GeoCode
-
- geoCode(GeoCode) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Sets optional geocode
parameter.
- GeoCode.Unit - Enum in org.springframework.social.twitter.api
-
- GeoOperations - Interface in org.springframework.social.twitter.api
-
Interface defining the Twitter operations for working with locations.
- geoOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
-
- geoOperations() - Method in interface org.springframework.social.twitter.api.Twitter
-
Returns the portion of the Twitter API containing the geo location operations.
- GeoTemplate - Class in org.springframework.social.twitter.api.impl
-
- GeoTemplate(RestTemplate, boolean, boolean) - Constructor for class org.springframework.social.twitter.api.impl.GeoTemplate
-
- getApi(String, String) - Method in class org.springframework.social.twitter.connect.TwitterServiceProvider
-
- getBackgroundColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The color of the background of the user's Twitter profile page.
- getBackgroundImageUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The URL to a background image shown on the user's Twitter profile page.
- getBlockedUserIds() - Method in interface org.springframework.social.twitter.api.BlockOperations
-
Retrieves a list of user IDs for the users that the authenticating user has blocked.
- getBlockedUserIdsInCursor(long) - Method in interface org.springframework.social.twitter.api.BlockOperations
-
Retrieves a list of user IDs for the users that the authenticating user has blocked.
- getBlockedUsers() - Method in interface org.springframework.social.twitter.api.BlockOperations
-
Retrieves a list of users that the authenticating user has blocked.
- getBlockedUsersInCursor(long) - Method in interface org.springframework.social.twitter.api.BlockOperations
-
Retrieves a list of users that the authenticating user has blocked.
- getContainedWithin() - Method in class org.springframework.social.twitter.api.PlacePrototype
-
- getCount() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns count
search parameter
- getCountry() - Method in class org.springframework.social.twitter.api.Place
-
- getCountryCode() - Method in class org.springframework.social.twitter.api.Place
-
- getCreatedAt() - Method in class org.springframework.social.twitter.api.DirectMessage
-
- getCreatedAt() - Method in class org.springframework.social.twitter.api.SavedSearch
-
- getCreatedAt() - Method in class org.springframework.social.twitter.api.Tweet
-
- getCreatedDate() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The date that the Twitter profile was created.
- getCreateToken() - Method in class org.springframework.social.twitter.api.PlacePrototype
-
- getDescription() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's description
- getDescription() - Method in class org.springframework.social.twitter.api.UserList
-
- getDirectMessage(long) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Gets a direct message by its ID.
- getDirectMessagesReceived() - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Retrieve the 20 most recently received direct messages for the authenticating user.
- getDirectMessagesReceived(int, int) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Retrieve received direct messages for the authenticating user.
- getDirectMessagesReceived(int, int, long, long) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Retrieve received direct messages for the authenticating user.
- getDirectMessagesSent() - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Retrieve the 20 most recent direct messages sent by the authenticating user.
- getDirectMessagesSent(int, int) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Retrieve direct messages sent by the authenticating user.
- getDirectMessagesSent(int, int, long, long) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
-
Retrieve direct messages sent by the authenticating user.
- getDisplayUrl() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getDisplayUrl() - Method in class org.springframework.social.twitter.api.UrlEntity
-
- getEndpoint() - Method in class org.springframework.social.twitter.api.RateLimitStatus
-
- getEntities() - Method in class org.springframework.social.twitter.api.Tweet
-
- getExpandedUrl() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getExpandedUrl() - Method in class org.springframework.social.twitter.api.UrlEntity
-
- getFavorites() - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recent tweets favorited by the authenticated user.
- getFavorites(int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets favorited by the authenticated user.
- getFavorites(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recent tweets favorited by the specified user.
- getFavorites(long, int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets favorited by the specified user.
- getFavorites(String) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recent tweets favorited by the specified user.
- getFavorites(String, int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets favorited by the specified user.
- getFavoritesCount() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The number of tweets that the user has marked as favorites.
- getFollowerIds() - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
- getFollowerIds(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
- getFollowerIds(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
- getFollowerIdsInCursor(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
- getFollowerIdsInCursor(long, long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
- getFollowerIdsInCursor(String, long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
- getFollowers() - Method in interface org.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.TwitterProfile
-
The number of followers the user has.
- getFollowersInCursor(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
- getFriendIds(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriendIds(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriendIdsInCursor(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
- getFriendIdsInCursor(long, long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriendIdsInCursor(String, long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
- getFriends() - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 users that the authenticated user follows.
- getFriends(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 users that the given user follows.
- getFriends(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 users that the given user follows.
- getFriendsCount() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The number of friends the user has (the number of users this user follows).
- getFriendsInCursor(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 users that the authenticated user follows.
- getFriendsInCursor(long, long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 users that the given user follows.
- getFriendsInCursor(String, long) - Method in interface org.springframework.social.twitter.api.FriendOperations
-
Retrieves a list of up to 5000 users that the given user follows.
- getFromUser() - Method in class org.springframework.social.twitter.api.Tweet
-
- getFromUserId() - Method in class org.springframework.social.twitter.api.Tweet
-
- getFullName() - Method in class org.springframework.social.twitter.api.Place
-
- getFullName() - Method in class org.springframework.social.twitter.api.UserList
-
- getGeoCode() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns geo_code
search parameter
- getHashTags() - Method in class org.springframework.social.twitter.api.Entities
-
- getHomeTimeline() - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recently posted tweets, including retweets, from
the authenticating user's home timeline.
- getHomeTimeline(int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets, including retweets, from the authenticating user's home timeline.
- getHomeTimeline(int, long, long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets, including retweets, from the authenticating user's home timeline.
- getId() - Method in class org.springframework.social.twitter.api.DirectMessage
-
- getId() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getId() - Method in class org.springframework.social.twitter.api.MentionEntity
-
- getId() - Method in class org.springframework.social.twitter.api.Place
-
- getId() - Method in class org.springframework.social.twitter.api.SavedSearch
-
- getId() - Method in class org.springframework.social.twitter.api.Tweet
-
- getId() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's Twitter ID
- getId() - Method in class org.springframework.social.twitter.api.UserList
-
- getIncomingFriendships() - Method in interface org.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
- getIndices() - Method in class org.springframework.social.twitter.api.HashTagEntity
-
- getIndices() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getIndices() - Method in class org.springframework.social.twitter.api.MentionEntity
-
- getIndices() - Method in class org.springframework.social.twitter.api.TickerSymbolEntity
-
- getIndices() - Method in class org.springframework.social.twitter.api.UrlEntity
-
- getInReplyToScreenName() - Method in class org.springframework.social.twitter.api.Tweet
-
- getInReplyToStatusId() - Method in class org.springframework.social.twitter.api.Tweet
-
- getInReplyToUserId() - Method in class org.springframework.social.twitter.api.Tweet
-
- getJsonMessageConverter() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
-
- getLang() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns lang
search parameter
- getLanguage() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's preferred language.
- getLanguageCode() - Method in class org.springframework.social.twitter.api.Tweet
-
- getLatitude() - Method in class org.springframework.social.twitter.api.PlacePrototype
-
- getLinkColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The link color on the user's Twitter profile page.
- getList(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves a specific user list.
- getList(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves a specific user list.
- getListedCount() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The number of lists the user is listed on.
- getListMembers(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves a list of Twitter profiles whose users are members of the list.
- getListMembers(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves a list of Twitter profiles whose users are members of the list.
- getLists() - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves user lists for the authenticated user.
- getLists(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves user lists for a given user.
- getLists(String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves user lists for a given user.
- getListStatuses(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the timeline tweets for the given user list.
- getListStatuses(long, int) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the timeline tweets for the given user list.
- getListStatuses(long, int, long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the timeline tweets for the given user list.
- getListStatuses(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the timeline tweets for the given user list.
- getListStatuses(String, String, int) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the timeline tweets for the given user list.
- getListStatuses(String, String, int, long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the timeline tweets for the given user list.
- getListSubscribers(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the subscribers to a list.
- getListSubscribers(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the subscribers to a list.
- getLocale() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns locale
search parameter
- getLocalTrends(long) - Method in interface org.springframework.social.twitter.api.SearchOperations
-
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.springframework.social.twitter.api.SearchOperations
-
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
- getLocation() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's location
- getLongitude() - Method in class org.springframework.social.twitter.api.PlacePrototype
-
- getMax_id() - Method in class org.springframework.social.twitter.api.SearchMetadata
-
The maximum ID of any tweet in the search results.
- getMaxId() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns max_id
search parameter
- getMedia() - Method in class org.springframework.social.twitter.api.Entities
-
- getMediaSecureUrl() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getMediaUrl() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getMemberCount() - Method in class org.springframework.social.twitter.api.UserList
-
- getMemberships(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the lists that a given user is a member of.
- getMemberships(String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the lists that a given user is a member of.
- getMentions() - Method in class org.springframework.social.twitter.api.Entities
-
- getMentions() - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieve the 20 most recent tweets that mention the authenticated user.
- getMentions(int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieve tweets that mention the authenticated user.
- getMentions(int, long, long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieve tweets that mention the authenticated user.
- getName() - Method in class org.springframework.social.twitter.api.MentionEntity
-
- getName() - Method in class org.springframework.social.twitter.api.Place
-
- getName() - Method in class org.springframework.social.twitter.api.PlacePrototype
-
- getName() - Method in class org.springframework.social.twitter.api.SavedSearch
-
- getName() - Method in class org.springframework.social.twitter.api.SuggestionCategory
-
- getName() - Method in class org.springframework.social.twitter.api.Trend
-
- getName() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's full name
- getName() - Method in class org.springframework.social.twitter.api.UserList
-
- getNextCursor() - Method in class org.springframework.social.twitter.api.CursoredList
-
The cursor to retrieve the next page of results.
- getOutgoingFriendships() - Method in interface org.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.FriendOperations
-
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.springframework.social.twitter.api.GeoOperations
-
Retrieves information about a plce
- getPlace(String) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
-
- getPlacePrototype() - Method in class org.springframework.social.twitter.api.SimilarPlaces
-
- getPlaceType() - Method in class org.springframework.social.twitter.api.Place
-
- getPosition() - Method in class org.springframework.social.twitter.api.SavedSearch
-
- getPreviousCursor() - Method in class org.springframework.social.twitter.api.CursoredList
-
The cursor to retrieve the previous page of results.
- getProfileId() - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves the authenticated user's Twitter ID.
- getProfileImageUrl() - Method in class org.springframework.social.twitter.api.Tweet
-
- getProfileImageUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The URL of the user's profile image in "normal" size (48x48).
- getProfileUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The URL of the user's profile.
- getQuarterOfHourLimit() - Method in class org.springframework.social.twitter.api.RateLimitStatus
-
- getQuery() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns query, q
parameter
- getQuery() - Method in class org.springframework.social.twitter.api.SavedSearch
-
- getQuery() - Method in class org.springframework.social.twitter.api.Trend
-
- getRateLimits() - Method in class org.springframework.social.twitter.api.impl.RateLimitStatusHolder
-
The map of rate limit statuses per resource family
- getRateLimitStatus(ResourceFamily...) - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves the rate limit statuses for each of the resource families passed as arguments
Supports either user or application authorization.
- getRecipient() - Method in class org.springframework.social.twitter.api.DirectMessage
-
- getRemainingHits() - Method in class org.springframework.social.twitter.api.RateLimitStatus
-
- getResetTime() - Method in class org.springframework.social.twitter.api.RateLimitStatus
-
- getResetTimeInSeconds() - Method in class org.springframework.social.twitter.api.RateLimitStatus
-
- getResourceFamily(String) - Static method in enum org.springframework.social.twitter.api.ResourceFamily
-
- getRestTemplate() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
-
- getResultType() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns result_type
search parameter
- getRetweetCount() - Method in class org.springframework.social.twitter.api.Tweet
-
The number of times this tweet has been retweeted.
- getRetweetedStatus() - Method in class org.springframework.social.twitter.api.Tweet
-
- getRetweets(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves up to 100 retweets of a specific tweet.
- getRetweets(long, int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves retweets of a specific tweet.
- getRetweetsOfMe() - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieve the 20 most recent tweets of the authenticated user that have been retweeted by others.
- getRetweetsOfMe(int, int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieve tweets of the authenticated user that have been retweeted by others.
- getRetweetsOfMe(int, int, long, long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieve tweets of the authenticated user that have been retweeted by others.
- getSavedSearch(long) - Method in interface org.springframework.social.twitter.api.SearchOperations
-
Retrieves a single saved search by the saved search's ID.
- getSavedSearches() - Method in interface org.springframework.social.twitter.api.SearchOperations
-
Retrieves the authenticating user's saved searches.
- getScreenName() - Method in class org.springframework.social.twitter.api.MentionEntity
-
- getScreenName() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's Twitter screen name
- getScreenName() - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves the authenticated user's Twitter screen name
- getSearchMetadata() - Method in class org.springframework.social.twitter.api.SearchResults
-
- getSecondsUntilReset() - Method in class org.springframework.social.twitter.api.RateLimitStatus
-
The approximate number of seconds until the rate limits are reset.
- getSender() - Method in class org.springframework.social.twitter.api.DirectMessage
-
- getSerialversionuid() - Static method in class org.springframework.social.twitter.api.TwitterProfile
-
- getSidebarBorderColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The color of the sidebar border on the user's Twitter profile page.
- getSidebarFillColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The color of the sidebar fill on the user's Twitter profile page.
- getSince_id() - Method in class org.springframework.social.twitter.api.SearchMetadata
-
The value of the sinceId parameter specified in the search.
- getSinceId() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns since_id
search parameter
- getSize() - Method in class org.springframework.social.twitter.api.SuggestionCategory
-
- getSlug() - Method in class org.springframework.social.twitter.api.SuggestionCategory
-
- getSlug() - Method in class org.springframework.social.twitter.api.UserList
-
- getSource() - Method in class org.springframework.social.twitter.api.Tweet
-
- getStatus(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Returns a single tweet.
- getStatusesCount() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The number of tweets this user has posted.
- getStreetAddress() - Method in class org.springframework.social.twitter.api.Place
-
- getStreetAddress() - Method in class org.springframework.social.twitter.api.PlacePrototype
-
- getSubscriberCount() - Method in class org.springframework.social.twitter.api.UserList
-
- getSubscriptions(long) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the lists that a given user is subscribed to.
- getSubscriptions(String) - Method in interface org.springframework.social.twitter.api.ListOperations
-
Retrieves the lists that a given user is subscribed to.
- getSuggestionCategories() - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves a list of categories from which suggested users to follow may be found.
- getSuggestions(String) - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves a list of suggestions of users to follow for a given category.
- getText() - Method in class org.springframework.social.twitter.api.DirectMessage
-
- getText() - Method in class org.springframework.social.twitter.api.HashTagEntity
-
- getText() - Method in class org.springframework.social.twitter.api.Tweet
-
- getTextColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The text color on the user's Twitter profile page.
- getTickerSymbol() - Method in class org.springframework.social.twitter.api.TickerSymbolEntity
-
- getTickerSymbols() - Method in class org.springframework.social.twitter.api.Entities
-
- getTime() - Method in class org.springframework.social.twitter.api.Trends
-
- getTimeZone() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's time zone.
- getToUserId() - Method in class org.springframework.social.twitter.api.Tweet
-
- getTrends() - Method in class org.springframework.social.twitter.api.Trends
-
- getTweets() - Method in class org.springframework.social.twitter.api.SearchResults
-
Returns the list of matching
Tweet
s
- getType() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getUntil() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
-
Returns until
search parameter
- getUriPath() - Method in class org.springframework.social.twitter.api.UserList
-
- getUrl() - Method in class org.springframework.social.twitter.api.MediaEntity
-
- getUrl() - Method in class org.springframework.social.twitter.api.TickerSymbolEntity
-
- getUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's URL
- getUrl() - Method in class org.springframework.social.twitter.api.UrlEntity
-
- getUrls() - Method in class org.springframework.social.twitter.api.Entities
-
- getUser() - Method in class org.springframework.social.twitter.api.Tweet
-
- getUserProfile() - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves the authenticated user's Twitter profile details.
- getUserProfile(String) - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves a specific user's Twitter profile details.
- getUserProfile(long) - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves a specific user's Twitter profile details.
- getUsers(long...) - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves a list of Twitter profiles for the given list of user IDs.
- getUsers(String...) - Method in interface org.springframework.social.twitter.api.UserOperations
-
Retrieves a list of Twitter profiles for the given list of screen names.
- getUserTimeline() - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recent tweets posted by the authenticating user.
- getUserTimeline(int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets posted by the authenticating user.
- getUserTimeline(int, long, long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets posted by the authenticating user.
- getUserTimeline(String) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recent tweets posted by the given user.
- getUserTimeline(String, int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets posted by the given user.
- getUserTimeline(String, int, long, long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets posted by the given user.
- getUserTimeline(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves the 20 most recent tweets posted by the given user.
- getUserTimeline(long, int) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets posted by the given user.
- getUserTimeline(long, int, long, long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
-
Retrieves tweets posted by the given user.
- getUtcOffset() - Method in class org.springframework.social.twitter.api.TwitterProfile
-
The user's UTC offset in seconds.