Spring Social Twitter
A B C D E F G H I L M O P R S T U V

A

addToFavorites(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Adds a tweet to the user's collection of favorite tweets.
addToList(long, long...) - Method in interface org.springframework.social.twitter.api.ListOperations
Adds one or more new members to a user list.
addToList(long, String...) - Method in interface org.springframework.social.twitter.api.ListOperations
Adds one or more new members to a user list.

B

block(long) - Method in interface org.springframework.social.twitter.api.BlockOperations
Blocks a user.
block(String) - Method in interface org.springframework.social.twitter.api.BlockOperations
Blocks a user.
BlockOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for blocking and unblocking users
blockOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
blockOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the block operations.

C

chunkList(List<Long>, int) - Static method in class org.springframework.social.twitter.api.impl.CursorUtils
 
configureRestTemplate(RestTemplate) - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
count(int) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional count parameter.
createList(String, String, boolean) - Method in interface org.springframework.social.twitter.api.ListOperations
Create a new user list
createPlace(PlacePrototype) - Method in interface org.springframework.social.twitter.api.GeoOperations
Creates a new place.
createPlace(PlacePrototype) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 
createSavedSearch(String) - Method in interface org.springframework.social.twitter.api.SearchOperations
Creates a new saved search for the authenticating user.
CursoredList<T> - Class in org.springframework.social.twitter.api
List that includes previous and next cursors for paging through items returned from Twitter in cursored pages.
CursoredList(Collection<? extends T>, long, long) - Constructor for class org.springframework.social.twitter.api.CursoredList
 
CursoredList(int, long, long) - Constructor for class org.springframework.social.twitter.api.CursoredList
 
CursorUtils - Class in org.springframework.social.twitter.api.impl
Convenience utility class for cursor related functionality

D

deleteDirectMessage(long) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Deletes a direct message for the authenticated user.
deleteList(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Removes a user list.
deleteSavedSearch(long) - Method in interface org.springframework.social.twitter.api.SearchOperations
Deletes a saved search
deleteStatus(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Removes a status entry.
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.social.twitter.api.impl.RateLimitStatusDeserializer
 
DirectMessage - Class in org.springframework.social.twitter.api
Represents a direct message.
DirectMessage(long, String, TwitterProfile, TwitterProfile, Date) - Constructor for class org.springframework.social.twitter.api.DirectMessage
 
DirectMessageOperations - Interface in org.springframework.social.twitter.api
Interface defining the Twitter operations for working with direct messages.
directMessageOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
directMessageOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the direct message operations.
disableNotifications(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Disable mobile device notifications from Twitter for the specified user.
disableNotifications(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Disable mobile device notifications from Twitter for the specified user.

E

enableNotifications(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Enable mobile device notifications from Twitter for the specified user.
enableNotifications(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Enable mobile device notifications from Twitter for the specified user.
Entities - Class in org.springframework.social.twitter.api
A json representation of entities found within twitter status objects.
Entities(List<UrlEntity>, List<HashTagEntity>, List<MentionEntity>, List<MediaEntity>) - Constructor for class org.springframework.social.twitter.api.Entities
 
Entities(List<UrlEntity>, List<HashTagEntity>, List<MentionEntity>, List<MediaEntity>, List<TickerSymbolEntity>) - Constructor for class org.springframework.social.twitter.api.Entities
 
equals(Object) - Method in class org.springframework.social.twitter.api.Entities
 
equals(Object) - Method in class org.springframework.social.twitter.api.HashTagEntity
 
equals(Object) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
 
equals(Object) - Method in class org.springframework.social.twitter.api.MediaEntity
 
equals(Object) - Method in class org.springframework.social.twitter.api.MentionEntity
 
equals(Object) - Method in class org.springframework.social.twitter.api.TickerSymbolEntity
 
equals(Object) - Method in class org.springframework.social.twitter.api.Tweet
 
equals(Object) - Method in class org.springframework.social.twitter.api.TwitterProfile
 
equals(Object) - Method in class org.springframework.social.twitter.api.UrlEntity
 

F

fetchUserProfile(Twitter) - Method in class org.springframework.social.twitter.connect.TwitterAdapter
 
findSimilarPlaces(double, double, String) - Method in interface org.springframework.social.twitter.api.GeoOperations
Finds places similar to a place described in the parameters.
findSimilarPlaces(double, double, String, String, String) - Method in interface org.springframework.social.twitter.api.GeoOperations
Finds places similar to a place described in the parameters.
findSimilarPlaces(double, double, String) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 
findSimilarPlaces(double, double, String, String, String) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 
follow(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated user to follow (create a friendship) with another user.
follow(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated user to follow (create a friendship) with another user.
FriendOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for working with a user's friends and followers.
friendOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
friendOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the friends and followers operations.

G

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
A prototype place that matches the criteria for the call to GeoOperations.findSimilarPlaces(double, double, String), including a create token that can be used to create the place.
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
Returns the SearchMetadata associated with a particular search
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 Tweets
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.

H

hashCode() - Method in class org.springframework.social.twitter.api.Entities
 
hashCode() - Method in class org.springframework.social.twitter.api.HashTagEntity
 
hashCode() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
 
hashCode() - Method in class org.springframework.social.twitter.api.MediaEntity
 
hashCode() - Method in class org.springframework.social.twitter.api.MentionEntity
 
hashCode() - Method in class org.springframework.social.twitter.api.TickerSymbolEntity
 
hashCode() - Method in class org.springframework.social.twitter.api.Tweet
 
hashCode() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
hashCode() - Method in class org.springframework.social.twitter.api.UrlEntity
 
HashTagEntity - Class in org.springframework.social.twitter.api
A representation of tweet hashtags.
HashTagEntity(String, int[]) - Constructor for class org.springframework.social.twitter.api.HashTagEntity
 
hasMedia() - Method in class org.springframework.social.twitter.api.Entities
 
hasMedia() - Method in class org.springframework.social.twitter.api.Tweet
 
hasMentions() - Method in class org.springframework.social.twitter.api.Entities
 
hasMentions() - Method in class org.springframework.social.twitter.api.Tweet
 
hasNext() - Method in class org.springframework.social.twitter.api.CursoredList
Returns true if there is a next page of results.
hasPrevious() - Method in class org.springframework.social.twitter.api.CursoredList
Returns true if there is a previous page of results.
hasTags() - Method in class org.springframework.social.twitter.api.Entities
 
hasTags() - Method in class org.springframework.social.twitter.api.Tweet
 
hasTickerSymbols() - Method in class org.springframework.social.twitter.api.Entities
 
hasUrls() - Method in class org.springframework.social.twitter.api.Entities
 
hasUrls() - Method in class org.springframework.social.twitter.api.Tweet
 

I

ImageSize - Enum in org.springframework.social.twitter.api
Enumeration of image sizes supported by Twitter
includeEntities(boolean) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional include_entities parameter.
InvalidMessageRecipientException - Exception in org.springframework.social.twitter.api
Exception thrown when an attempt is made to send a direct message to an invalid recipient; that is, a recipient who is not following the authenticated user.
InvalidMessageRecipientException(String) - Constructor for exception org.springframework.social.twitter.api.InvalidMessageRecipientException
 
isBackgroundImageTiled() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the background image is tiled.
isContributorsEnabled() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not this profile is enabled for contributors.
isFavorited() - Method in class org.springframework.social.twitter.api.Tweet
 
isFollowing() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the authenticated user is following this user.
isFollowing() - Method in class org.springframework.social.twitter.api.UserList
 
isFollowRequestSent() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not a request has been sent by the authenticating user to follow this user.
isGeoEnabled() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the user has enabled their account with geo location.
isIncludeEntities() - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Returns include_entities search parameter
isLastPage() - Method in class org.springframework.social.twitter.api.SearchResults
Returns true if this is the last page of matching Tweets; false if there are more pages that follow this one.
isMember(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user is a member of a given list.
isMember(String, String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user is a member of a given list.
isNotificationsEnabled() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the user has mobile notifications enabled.
isProtected() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the user's tweets are protected.
isPublic() - Method in class org.springframework.social.twitter.api.UserList
 
isRetweet() - Method in class org.springframework.social.twitter.api.Tweet
 
isRetweeted() - Method in class org.springframework.social.twitter.api.Tweet
 
isSubscriber(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user subscribes to a given list.
isSubscriber(String, String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Checks to see if a given user subscribes to a given list.
isTranslator() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not this user is a translator.
isVerified() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the user is verified with Twitter.

L

lang(String) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional lang parameter.
listOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
ListOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for working with a user's lists.
listOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the user list operations.
locale(String) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional locale parameter.

M

maxId(long) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional max_id parameter.
MediaEntity - Class in org.springframework.social.twitter.api
A representation of embedded media entity.
MediaEntity(long, String, String, String, String, String, String, int[]) - Constructor for class org.springframework.social.twitter.api.MediaEntity
 
MentionEntity - Class in org.springframework.social.twitter.api
A user mention entity.
MentionEntity(long, String, String, int[]) - Constructor for class org.springframework.social.twitter.api.MentionEntity
 
MessageTooLongException - Exception in org.springframework.social.twitter.api
Exception indicating that an attempt was made to post a status or send a direct message where the length exceeds Twitter's 140 character limit.
MessageTooLongException(String) - Constructor for exception org.springframework.social.twitter.api.MessageTooLongException
 

O

org.springframework.social.twitter.api - package org.springframework.social.twitter.api
Spring Social's Service API for Twitter
org.springframework.social.twitter.api.impl - package org.springframework.social.twitter.api.impl
Implementation of Spring Social's Service API for Facebook
org.springframework.social.twitter.connect - package org.springframework.social.twitter.connect
Twitter service provider connection repository and API adapter implementations.

P

Place - Class in org.springframework.social.twitter.api
Represents a place that a Twitter user may send a tweet from.
Place(String, String, String, String, String, String, PlaceType) - Constructor for class org.springframework.social.twitter.api.Place
 
PlacePrototype - Class in org.springframework.social.twitter.api
Represents a new place that could be created.
PlacePrototype(String, double, double, String, String, String) - Constructor for class org.springframework.social.twitter.api.PlacePrototype
 
PlaceType - Enum in org.springframework.social.twitter.api
 

R

RateLimitStatus - Class in org.springframework.social.twitter.api
Carries data concerning the rate limit status.
RateLimitStatus(String, int, int, long) - Constructor for class org.springframework.social.twitter.api.RateLimitStatus
 
RateLimitStatusDeserializer - Class in org.springframework.social.twitter.api.impl
Deserializer to read rate limit status information into MultiValueMap
RateLimitStatusDeserializer() - Constructor for class org.springframework.social.twitter.api.impl.RateLimitStatusDeserializer
 
RateLimitStatusHolder - Class in org.springframework.social.twitter.api.impl
Holds a Map> object deserialized from Twitter's rate limit status JSON structure.
RateLimitStatusHolder(Map<ResourceFamily, List<RateLimitStatus>>) - Constructor for class org.springframework.social.twitter.api.impl.RateLimitStatusHolder
 
removeFromFavorites(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Removes a tweet from the user's collection of favorite tweets.
removeFromList(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Removes a member from a user list.
removeFromList(long, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Removes a member from a user list.
ResourceFamily - Enum in org.springframework.social.twitter.api
An enum to facilitate the use of the rate_limit_status endpoint by enumerating all of the resource families that can be searched via the API
restOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
restOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the underlying RestOperations object allowing for consumption of Twitter endpoints that may not be otherwise covered by the API binding.
resultType(SearchParameters.ResultType) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional result_type parameter.
retweet(long) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Posts a retweet of an existing tweet.
reverseGeoCode(double, double) - Method in interface org.springframework.social.twitter.api.GeoOperations
Retrieves up to 20 places matching the given location.
reverseGeoCode(double, double, PlaceType, String) - Method in interface org.springframework.social.twitter.api.GeoOperations
Retrieves up to 20 places matching the given location and criteria
reverseGeoCode(double, double) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 
reverseGeoCode(double, double, PlaceType, String) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 

S

SavedSearch - Class in org.springframework.social.twitter.api
Represents a saved search.
SavedSearch(long, String, String, int, Date) - Constructor for class org.springframework.social.twitter.api.SavedSearch
 
search(double, double) - Method in interface org.springframework.social.twitter.api.GeoOperations
Searches for up to 20 places matching the given location.
search(double, double, PlaceType, String, String) - Method in interface org.springframework.social.twitter.api.GeoOperations
Searches for up to 20 places matching the given location and criteria
search(double, double) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 
search(double, double, PlaceType, String, String) - Method in class org.springframework.social.twitter.api.impl.GeoTemplate
 
search(String) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning the first 50 matching Tweets Supports either user or application authorization.
search(String, int) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning a specific page out of the complete set of results.
search(String, int, long, long) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning a specific page out of the complete set of results.
search(SearchParameters) - Method in interface org.springframework.social.twitter.api.SearchOperations
Searches Twitter, returning a set of results Supports either user or application authorization.
searchForUsers(String) - Method in interface org.springframework.social.twitter.api.UserOperations
Searches for up to 20 users that match a given query.
searchForUsers(String, int, int) - Method in interface org.springframework.social.twitter.api.UserOperations
Searches for users that match a given query.
SearchMetadata - Class in org.springframework.social.twitter.api
Represents the metadata associated with a search query for the use of retrieving further results via Twitter's search API
SearchMetadata(long, long) - Constructor for class org.springframework.social.twitter.api.SearchMetadata
 
searchOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
SearchOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for searching Twitter and retrieving trending data.
searchOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the search operations.
SearchParameters - Class in org.springframework.social.twitter.api.impl
Twitter search parameters.
SearchParameters(String) - Constructor for class org.springframework.social.twitter.api.impl.SearchParameters
Constructs SearchParameter object
SearchParameters.ResultType - Enum in org.springframework.social.twitter.api.impl
ResultType enumeration.
SearchResults - Class in org.springframework.social.twitter.api
Represents the results of a Twitter search, including matching Tweets and any metadata associated with that search.
SearchResults(List<Tweet>, SearchMetadata) - Constructor for class org.springframework.social.twitter.api.SearchResults
 
SearchResults(List<Tweet>, SearchMetadata, boolean) - Constructor for class org.springframework.social.twitter.api.SearchResults
 
sendDirectMessage(String, String) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Sends a direct message to another Twitter user.
sendDirectMessage(long, String) - Method in interface org.springframework.social.twitter.api.DirectMessageOperations
Sends a direct message to another Twitter user.
setConnectionValues(Twitter, ConnectionValues) - Method in class org.springframework.social.twitter.connect.TwitterAdapter
 
setDisplayCoordinates(boolean) - Method in class org.springframework.social.twitter.api.StatusDetails
Indicates that Twitter should pinpoint the location precisely when displaying it on a map.
setEntities(Entities) - Method in class org.springframework.social.twitter.api.Tweet
 
setFavorited(boolean) - Method in class org.springframework.social.twitter.api.Tweet
 
setFromUser(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setFromUserId(long) - Method in class org.springframework.social.twitter.api.Tweet
 
setInReplyToScreenName(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setInReplyToStatusId(long) - Method in class org.springframework.social.twitter.api.StatusDetails
Sets the ID of an existing status that this status is in reply to.
setInReplyToStatusId(Long) - Method in class org.springframework.social.twitter.api.Tweet
 
setInReplyToUserId(Long) - Method in class org.springframework.social.twitter.api.Tweet
 
setLanguageCode(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setLocation(float, float) - Method in class org.springframework.social.twitter.api.StatusDetails
Sets the location of the status update in latitude and longitude.
setProfileImageUrl(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setRetweetCount(Integer) - Method in class org.springframework.social.twitter.api.Tweet
 
setRetweeted(boolean) - Method in class org.springframework.social.twitter.api.Tweet
 
setRetweetedStatus(Tweet) - Method in class org.springframework.social.twitter.api.Tweet
 
setSource(String) - Method in class org.springframework.social.twitter.api.Tweet
 
setToUserId(Long) - Method in class org.springframework.social.twitter.api.Tweet
 
setUser(TwitterProfile) - Method in class org.springframework.social.twitter.api.Tweet
 
setWrapLinks(boolean) - Method in class org.springframework.social.twitter.api.StatusDetails
 
showAllInlineMedia() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the user has selected to see all inline media from everyone.
SimilarPlaces - Class in org.springframework.social.twitter.api
Represents the results of a similar places search.
SimilarPlaces(List<Place>, PlacePrototype) - Constructor for class org.springframework.social.twitter.api.SimilarPlaces
 
sinceId(long) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional since_id parameter.
StatusDetails - Class in org.springframework.social.twitter.api
Carries optional metadata pertaining to a Twitter status update.
StatusDetails() - Constructor for class org.springframework.social.twitter.api.StatusDetails
 
subscribe(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Subscribes the authenticating user to a list.
subscribe(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Subscribes the authenticating user to a list.
SuggestionCategory - Class in org.springframework.social.twitter.api
Represents a suggestion category; a category of users that Twitter may suggest that a user follow.
SuggestionCategory(String, String, int) - Constructor for class org.springframework.social.twitter.api.SuggestionCategory
 

T

test(Twitter) - Method in class org.springframework.social.twitter.connect.TwitterAdapter
 
TickerSymbolEntity - Class in org.springframework.social.twitter.api
A representation of embedded ticker symbol entity.
TickerSymbolEntity(String, String, int[]) - Constructor for class org.springframework.social.twitter.api.TickerSymbolEntity
 
timelineOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
TimelineOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for sending and retrieving tweets.
timelineOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the tweet and timeline operations.
toParameterMap() - Method in class org.springframework.social.twitter.api.StatusDetails
Maps the StatusDetails values to a Map of Twitter parameters.
toString() - Method in class org.springframework.social.twitter.api.GeoCode
 
toString() - Method in enum org.springframework.social.twitter.api.GeoCode.Unit
 
toString() - Method in enum org.springframework.social.twitter.api.impl.SearchParameters.ResultType
 
toString() - Method in enum org.springframework.social.twitter.api.ResourceFamily
 
Trend - Class in org.springframework.social.twitter.api
Represents a single trending topic.
Trend(String, String) - Constructor for class org.springframework.social.twitter.api.Trend
 
Trends - Class in org.springframework.social.twitter.api
Represents a list of trending topics at a specific point in time.
Trends(Date, List<Trend>) - Constructor for class org.springframework.social.twitter.api.Trends
 
Tweet - Class in org.springframework.social.twitter.api
Represents a Twitter status update (e.g., a "tweet").
Tweet(long, String, Date, String, String, Long, long, String, String) - Constructor for class org.springframework.social.twitter.api.Tweet
 
Twitter - Interface in org.springframework.social.twitter.api
Interface specifying a basic set of operations for interacting with Twitter.
TwitterAdapter - Class in org.springframework.social.twitter.connect
Twitter ApiAdapter implementation.
TwitterAdapter() - Constructor for class org.springframework.social.twitter.connect.TwitterAdapter
 
TwitterConnectionFactory - Class in org.springframework.social.twitter.connect
Twitter ConnectionFactory implementation.
TwitterConnectionFactory(String, String) - Constructor for class org.springframework.social.twitter.connect.TwitterConnectionFactory
 
TwitterProfile - Class in org.springframework.social.twitter.api
Model class representing a Twitter user's profile information.
TwitterProfile(long, String, String, String, String, String, String, Date) - Constructor for class org.springframework.social.twitter.api.TwitterProfile
 
TwitterServiceProvider - Class in org.springframework.social.twitter.connect
Twitter ServiceProvider implementation.
TwitterServiceProvider(String, String) - Constructor for class org.springframework.social.twitter.connect.TwitterServiceProvider
 
TwitterTemplate - Class in org.springframework.social.twitter.api.impl
This is the central class for interacting with Twitter.
TwitterTemplate() - Constructor for class org.springframework.social.twitter.api.impl.TwitterTemplate
Deprecated. Because all resources now require authorization, this constructor isn't very useful. It will be removed in Spring Social Twitter 1.1.0.
TwitterTemplate(String, String, String, String) - Constructor for class org.springframework.social.twitter.api.impl.TwitterTemplate
Create a new instance of TwitterTemplate.
TwitterTemplate(String) - Constructor for class org.springframework.social.twitter.api.impl.TwitterTemplate
Create a new instance of TwitterTemplate.

U

unblock(long) - Method in interface org.springframework.social.twitter.api.BlockOperations
Unblocks a user.
unblock(String) - Method in interface org.springframework.social.twitter.api.BlockOperations
Unblocks a user.
unfollow(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated use to unfollow (destroy a friendship) with another user
unfollow(String) - Method in interface org.springframework.social.twitter.api.FriendOperations
Allows the authenticated use to unfollow (destroy a friendship) with another user
unsubscribe(long) - Method in interface org.springframework.social.twitter.api.ListOperations
Unsubscribes the authenticating user from a list.
unsubscribe(String, String) - Method in interface org.springframework.social.twitter.api.ListOperations
Unsubscribes the authenticating user from a list.
until(Date) - Method in class org.springframework.social.twitter.api.impl.SearchParameters
Sets optional until parameter.
updateList(long, String, String, boolean) - Method in interface org.springframework.social.twitter.api.ListOperations
Updates an existing user list
updateStatus(String) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status.
updateStatus(String, Resource) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status along with a picture.
updateStatus(String, StatusDetails) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status, including additional metadata concerning the status.
updateStatus(String, Resource, StatusDetails) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status, including a picture and additional metadata concerning the status.
updateStatus(Twitter, String) - Method in class org.springframework.social.twitter.connect.TwitterAdapter
 
UrlEntity - Class in org.springframework.social.twitter.api
A representation of a URL found within a tweet entity.
UrlEntity(String, String, String, int[]) - Constructor for class org.springframework.social.twitter.api.UrlEntity
 
useBackgroundImage() - Method in class org.springframework.social.twitter.api.TwitterProfile
Whether or not the user's Twitter profile page uses a background image.
UserList - Class in org.springframework.social.twitter.api
Represents a user-defined list.
UserList(long, String, String, String, String, String, boolean, boolean, int, int) - Constructor for class org.springframework.social.twitter.api.UserList
 
userOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
userOperations() - Method in interface org.springframework.social.twitter.api.Twitter
Returns the portion of the Twitter API containing the user operations.
UserOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for retrieving information about Twitter users.

V

valueOf(String) - Static method in enum org.springframework.social.twitter.api.GeoCode.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.ImageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.impl.SearchParameters.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.PlaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.ResourceFamily
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.social.twitter.api.GeoCode.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.twitter.api.ImageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.twitter.api.impl.SearchParameters.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.twitter.api.PlaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.twitter.api.ResourceFamily
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I L M O P R S T U V
Spring Social Twitter