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

A

AccountSettings - Class in org.springframework.social.twitter.api
Model class representing Twitter account settings.
AccountSettings() - Constructor for class org.springframework.social.twitter.api.AccountSettings
 
AccountSettings.SleepTime - Class in org.springframework.social.twitter.api
The account's mobile update sleep time settings.
AccountSettings.SleepTime() - Constructor for class org.springframework.social.twitter.api.AccountSettings.SleepTime
 
AccountSettings.TimeZone - Class in org.springframework.social.twitter.api
The account's timezone settings.
AccountSettings.TimeZone() - Constructor for class org.springframework.social.twitter.api.AccountSettings.TimeZone
 
AccountSettings.TrendLocation - Class in org.springframework.social.twitter.api
The account's trend location settings.
AccountSettings.TrendLocation() - Constructor for class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
AccountSettingsData - Class in org.springframework.social.twitter.api.impl
Builder for account settings data used to update a user's account settings.
AccountSettingsData() - Constructor for class org.springframework.social.twitter.api.impl.AccountSettingsData
 
add(String, Object) - Method in class org.springframework.social.twitter.api.SimilarPlaces
JsonAnySetter hook.
add(String, Object) - Method in class org.springframework.social.twitter.api.TwitterObject
JsonAnySetter hook.
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.
align(String) - Method in class org.springframework.social.twitter.api.OEmbedOptions
Specifies how the embedded tweet should be aligned.
atLocation(float, float) - Method in class org.springframework.social.twitter.api.TweetData
 
atPlace(String) - Method in class org.springframework.social.twitter.api.TweetData
 

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
 

C

chunkList(List<Long>, int) - Static method in class org.springframework.social.twitter.api.impl.CursorUtils
 
close() - Method in interface org.springframework.social.twitter.api.Stream
 
configureRestTemplate(RestTemplate) - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
count(int) - Method in class org.springframework.social.twitter.api.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
 
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.
displayCoordinates(boolean) - Method in class org.springframework.social.twitter.api.TweetData
 

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.MediaEntity
 
equals(Object) - Method in class org.springframework.social.twitter.api.MentionEntity
 
equals(Object) - Method in class org.springframework.social.twitter.api.SearchParameters
 
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
 
filter(String, List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
Monitor a filtered stream, given a set of listeners.
filter(FilterStreamParameters, List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
Monitor a filtered stream, given a set of listeners.
FilterStreamParameters - Class in org.springframework.social.twitter.api
Defines the parameters of a filtered stream.
FilterStreamParameters() - Constructor for class org.springframework.social.twitter.api.FilterStreamParameters
 
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
 
firehose(List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
Monitor the firehose stream, given a set of listeners.
firehose(int, List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
Monitor the firehose stream, given a set of listeners and a backfill value.
follow - Variable in class org.springframework.social.twitter.api.FilterStreamParameters
 
follow(long) - Method in class org.springframework.social.twitter.api.FilterStreamParameters
Add a user to follow in the stream.
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
 

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.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
 
GeoTemplate - Class in org.springframework.social.twitter.api.impl
 
GeoTemplate(RestTemplate, boolean, boolean) - Constructor for class org.springframework.social.twitter.api.impl.GeoTemplate
 
getAccountSettings() - Method in interface org.springframework.social.twitter.api.UserOperations
Retrives the authenticating user's account settings.
getApi() - Method in class org.springframework.social.twitter.config.support.TwitterApiHelper
 
getApi(String, String) - Method in class org.springframework.social.twitter.connect.TwitterServiceProvider
 
getAuthorName() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getAuthorUrl() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getBackgroundColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
getBackgroundImageUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
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.
getBoundingBox() - Method in class org.springframework.social.twitter.api.Place
 
getCacheAge() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getCode() - Method in class org.springframework.social.twitter.api.StreamWarningEvent
 
getContainedWithin() - Method in class org.springframework.social.twitter.api.Place
 
getContainedWithin() - Method in class org.springframework.social.twitter.api.PlacePrototype
 
getCoordinates() - Method in class org.springframework.social.twitter.api.Place.Geometry
The coordinates defining a place's geometry.
getCount() - Method in class org.springframework.social.twitter.api.SearchParameters
Returns count search parameter
getCountry() - Method in class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
getCountry() - Method in class org.springframework.social.twitter.api.Place
 
getCountryCode() - Method in class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
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
 
getEndTime() - Method in class org.springframework.social.twitter.api.AccountSettings.SleepTime
 
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
 
getExtraData() - Method in class org.springframework.social.twitter.api.SimilarPlaces
 
getExtraData() - Method in class org.springframework.social.twitter.api.TwitterObject
 
getFavoriteCount() - Method in class org.springframework.social.twitter.api.Tweet
 
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
 
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
 
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).
getFollowParameterValue() - Method in class org.springframework.social.twitter.api.FilterStreamParameters
 
getFormMessageConverter() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
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
 
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.SearchParameters
Returns geo_code search parameter
getGeometry() - Method in class org.springframework.social.twitter.api.Place
 
getHashTags() - Method in class org.springframework.social.twitter.api.Entities
 
getHeight() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
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.
getHtml() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
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
 
getIdStr() - Method in class org.springframework.social.twitter.api.Tweet
 
getIncomingFriendships() - Method in interface org.springframework.social.twitter.api.FriendOperations
 
getIncomingFriendships(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
 
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.SearchParameters
Returns lang search parameter
getLanguage() - Method in class org.springframework.social.twitter.api.AccountSettings
 
getLanguage() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
getLanguageCode() - Method in class org.springframework.social.twitter.api.Tweet
 
getLatitude() - Method in class org.springframework.social.twitter.api.Place.GeoPoint
 
getLatitude() - Method in class org.springframework.social.twitter.api.PlacePrototype
 
getLinkColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
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
 
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.
getListMembersInCursor(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves a list of Twitter profiles whose users are members of the list.
getListMembersInCursor(String, String, long) - 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.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.Place.GeoPoint
 
getLongitude() - Method in class org.springframework.social.twitter.api.PlacePrototype
 
getMaxId() - Method in class org.springframework.social.twitter.api.SearchMetadata
 
getMaxId() - Method in class org.springframework.social.twitter.api.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.
getMembershipsInCursor(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the lists that a given user is a member of.
getMembershipsInCursor(String, long) - 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.
getMessage() - Method in class org.springframework.social.twitter.api.StreamWarningEvent
 
getName() - Method in class org.springframework.social.twitter.api.AccountSettings.TimeZone
 
getName() - Method in class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
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
 
getOutgoingFriendships() - Method in interface org.springframework.social.twitter.api.FriendOperations
 
getOutgoingFriendships(long) - Method in interface org.springframework.social.twitter.api.FriendOperations
 
getParentId() - Method in class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
getPercentFull() - Method in class org.springframework.social.twitter.api.StreamWarningEvent
 
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
 
getProfileBannerUrl() - Method in class org.springframework.social.twitter.api.TwitterProfile
The URL to the banner image shown on the user's Twitter profile page
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.
getProviderConfigBeanDefinitionParser() - Method in class org.springframework.social.twitter.config.xml.TwitterNamespaceHandler
 
getProviderName() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getProviderUrl() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getQuarterOfHourLimit() - Method in class org.springframework.social.twitter.api.RateLimitStatus
 
getQuery() - Method in class org.springframework.social.twitter.api.SavedSearch
 
getQuery() - Method in class org.springframework.social.twitter.api.SearchParameters
Returns query, q parameter
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.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.AccountSettings
 
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
 
getSidebarFillColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
getSinceId() - Method in class org.springframework.social.twitter.api.SearchMetadata
 
getSinceId() - Method in class org.springframework.social.twitter.api.SearchParameters
Returns since_id search parameter
getSize() - Method in class org.springframework.social.twitter.api.SuggestionCategory
 
getSleepTime() - Method in class org.springframework.social.twitter.api.AccountSettings
 
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
 
getStartTime() - Method in class org.springframework.social.twitter.api.AccountSettings.SleepTime
 
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
 
getStatusOEmbed(String) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Returns a single tweet as an oEmbed representation.
getStatusOEmbed(String, OEmbedOptions) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Returns a single tweet as an oEmbed representation.
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.
getSubscriptionsInCursor(long, long) - Method in interface org.springframework.social.twitter.api.ListOperations
Retrieves the lists that a given user is subscribed to.
getSubscriptionsInCursor(String, long) - 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
The text of the tweet.
getTextColor() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
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.AccountSettings
 
getTimeZone() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
getToUserId() - Method in class org.springframework.social.twitter.api.Tweet
 
getTrendLocation() - Method in class org.springframework.social.twitter.api.AccountSettings
 
getTrends() - Method in class org.springframework.social.twitter.api.Trends
 
getTweetId() - Method in class org.springframework.social.twitter.api.StreamDeleteEvent
 
getTweets() - Method in class org.springframework.social.twitter.api.SearchResults
 
getType() - Method in class org.springframework.social.twitter.api.MediaEntity
 
getType() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getType() - Method in class org.springframework.social.twitter.api.Place.Geometry
 
getTZInfoName() - Method in class org.springframework.social.twitter.api.AccountSettings.TimeZone
 
getUnmodifiedText() - Method in class org.springframework.social.twitter.api.Tweet
Returns the unmodified text of the tweet.
getUntil() - Method in class org.springframework.social.twitter.api.SearchParameters
Returns until search parameter
getUriPath() - Method in class org.springframework.social.twitter.api.UserList
 
getUrl() - Method in class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
getUrl() - Method in class org.springframework.social.twitter.api.MediaEntity
 
getUrl() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
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
 
getUserId() - Method in class org.springframework.social.twitter.api.StreamDeleteEvent
 
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.AccountSettings.TimeZone
 
getUtcOffset() - Method in class org.springframework.social.twitter.api.TwitterProfile
 
getVersion() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 
getWhereOnEarthID() - Method in class org.springframework.social.twitter.api.AccountSettings.TrendLocation
 
getWidth() - Method in class org.springframework.social.twitter.api.OEmbedTweet
 

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.MediaEntity
 
hashCode() - Method in class org.springframework.social.twitter.api.MentionEntity
 
hashCode() - Method in class org.springframework.social.twitter.api.SearchParameters
 
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
 
hasMedia() - Method in class org.springframework.social.twitter.api.TweetData
 
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
 
hasPrevious() - Method in class org.springframework.social.twitter.api.CursoredList
 
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
 
hideMedia() - Method in class org.springframework.social.twitter.api.OEmbedOptions
Specify that the embedded Tweet should not show images that were posted with the tweet.
hideThread() - Method in class org.springframework.social.twitter.api.OEmbedOptions
Specify that the embedded Tweet should not show the original message if the tweet is a reply.

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.SearchParameters
Sets optional include_entities parameter.
includeReplies(boolean) - Method in class org.springframework.social.twitter.api.UserStreamParameters
Specify whether or not replies should be included in stream.
inReplyToStatus(long) - Method in class org.springframework.social.twitter.api.TweetData
 
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
 
isAlwaysUseHttps() - Method in class org.springframework.social.twitter.api.AccountSettings
 
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.
isDiscoverableByEmail() - Method in class org.springframework.social.twitter.api.AccountSettings
 
isDiscoverableByMobilePhone() - Method in class org.springframework.social.twitter.api.AccountSettings
 
isDisplaySensitiveMedia() - Method in class org.springframework.social.twitter.api.AccountSettings
 
isEnabled() - Method in class org.springframework.social.twitter.api.AccountSettings.SleepTime
 
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.AccountSettings
 
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.SearchParameters
Returns include_entities search parameter
isLastPage() - Method in class org.springframework.social.twitter.api.SearchResults
 
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.AccountSettings
 
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.
isUseCookiePersonalization() - Method in class org.springframework.social.twitter.api.AccountSettings
 
isValid() - Method in class org.springframework.social.twitter.api.FilterStreamParameters
Whether or not at least one of track, follow, or locations has values.
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.SearchParameters
Sets optional lang parameter.
language(String) - Method in class org.springframework.social.twitter.api.impl.AccountSettingsData
 
language(String) - Method in class org.springframework.social.twitter.api.OEmbedOptions
Specifies the language code for the embedded tweet.
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
 
locale(String) - Method in class org.springframework.social.twitter.api.SearchParameters
Sets optional locale parameter.

M

maxId(long) - Method in class org.springframework.social.twitter.api.SearchParameters
Sets optional max_id parameter.
maxWidth(int) - Method in class org.springframework.social.twitter.api.OEmbedOptions
Specify the maximum width in pixels that the embedded tweet should be rendered at.
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

OEmbedOptions - Class in org.springframework.social.twitter.api
 
OEmbedOptions() - Constructor for class org.springframework.social.twitter.api.OEmbedOptions
 
OEmbedTweet - Class in org.springframework.social.twitter.api
Represents an oEmbed Tweet object.
OEmbedTweet() - Constructor for class org.springframework.social.twitter.api.OEmbedTweet
 
omitScript() - Method in class org.springframework.social.twitter.api.OEmbedOptions
Specify that the embedded Tweet should not include a <script> element pointing to widgets.js.
onDelete(StreamDeleteEvent) - Method in interface org.springframework.social.twitter.api.StreamListener
Called when a delete message is available on the stream
onLimit(int) - Method in interface org.springframework.social.twitter.api.StreamListener
Called when the stream is being track limited.
onTweet(Tweet) - Method in interface org.springframework.social.twitter.api.StreamListener
Called when a new Tweet is available on the stream
onWarning(StreamWarningEvent) - Method in interface org.springframework.social.twitter.api.StreamListener
Called when a client is stalling and the stream is in danger of being disconnected.
open() - Method in interface org.springframework.social.twitter.api.Stream
 
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 Twitter
org.springframework.social.twitter.config.support - package org.springframework.social.twitter.config.support
Configuration support classes.
org.springframework.social.twitter.config.xml - package org.springframework.social.twitter.config.xml
Spring Social Twitter's XML configuration namespace.
org.springframework.social.twitter.connect - package org.springframework.social.twitter.connect
Twitter service provider connection repository and API adapter implementations.
org.springframework.social.twitter.security - package org.springframework.social.twitter.security
Support classes for integration with Spring Security.

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
 
Place.Geometry - Class in org.springframework.social.twitter.api
Represents a place's geometry.
Place.Geometry(Place.GeometryType, List<List<Place.GeoPoint>>) - Constructor for class org.springframework.social.twitter.api.Place.Geometry
 
Place.GeometryType - Enum in org.springframework.social.twitter.api
 
Place.GeoPoint - Class in org.springframework.social.twitter.api
Represents a point in geospace (e.g., latitude/longitude)
Place.GeoPoint(double, double) - Constructor for class org.springframework.social.twitter.api.Place.GeoPoint
 
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<ResourceFamily, List<RateLimitStatus>> 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
 
related(String) - Method in class org.springframework.social.twitter.api.OEmbedOptions
Suggested Twitter accounts that might be related to the embedded tweet.
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.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

sample(List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
Monitor the sample stream, given a set of listeners.
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 cursor metadata associated with a search query via the Twitter 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
 
SearchParameters - Class in org.springframework.social.twitter.api
Twitter search parameters.
SearchParameters(String) - Constructor for class org.springframework.social.twitter.api.SearchParameters
Constructs SearchParameter object
SearchParameters.ResultType - Enum in org.springframework.social.twitter.api
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
Deprecated.
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
 
setFavoriteCount(Integer) - 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
Deprecated.
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
Deprecated.
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
Deprecated.
 
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.SearchParameters
Sets optional since_id parameter.
StatusDetails - Class in org.springframework.social.twitter.api
StatusDetails() - Constructor for class org.springframework.social.twitter.api.StatusDetails
Deprecated.
 
Stream - Interface in org.springframework.social.twitter.api
Represents a Twitter stream.
StreamDeleteEvent - Class in org.springframework.social.twitter.api
A stream event indicating that a tweet should be removed from the client.
StreamDeleteEvent(long, long) - Constructor for class org.springframework.social.twitter.api.StreamDeleteEvent
 
StreamingException - Exception in org.springframework.social.twitter.api
Indicates an error while setting up a stream with the Twitter streaming API.
StreamingException(String, Throwable) - Constructor for exception org.springframework.social.twitter.api.StreamingException
 
streamingOperations() - Method in class org.springframework.social.twitter.api.impl.TwitterTemplate
 
StreamingOperations - Interface in org.springframework.social.twitter.api
Defines operations for working with Twitter's streaming API
streamingOperations() - Method in interface org.springframework.social.twitter.api.Twitter
 
StreamListener - Interface in org.springframework.social.twitter.api
Listener interface for clients consuming data from a Twitter stream.
StreamWarningEvent - Class in org.springframework.social.twitter.api
A stream event warning that the client is stalling and is in danger of being disconnected.
StreamWarningEvent(String, String, double) - Constructor for class org.springframework.social.twitter.api.StreamWarningEvent
 
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
 
timeZone(String) - Method in class org.springframework.social.twitter.api.impl.AccountSettingsData
 
toParameterMap() - Method in class org.springframework.social.twitter.api.FilterStreamParameters
 
toParameterMap() - Method in class org.springframework.social.twitter.api.StatusDetails
Deprecated.
Maps the StatusDetails values to a Map of Twitter parameters.
toParameterMap() - Method in class org.springframework.social.twitter.api.UserStreamParameters
 
toRequestParameters() - Method in class org.springframework.social.twitter.api.impl.AccountSettingsData
 
toRequestParameters() - Method in class org.springframework.social.twitter.api.OEmbedOptions
 
toRequestParameters() - Method in class org.springframework.social.twitter.api.TweetData
 
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.ResourceFamily
 
toString() - Method in enum org.springframework.social.twitter.api.SearchParameters.ResultType
 
toUploadMediaParameters() - Method in class org.springframework.social.twitter.api.TweetData
 
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
 
trendLocationWOEID(long) - Method in class org.springframework.social.twitter.api.impl.AccountSettingsData
 
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
Deprecated.
Use other constructor with String ID instead.
Tweet(long, String, String, Date, String, String, Long, long, String, String) - Constructor for class org.springframework.social.twitter.api.Tweet
Deprecated.
Use other constructor with String ID instead.
TweetData - Class in org.springframework.social.twitter.api
 
TweetData(String) - Constructor for class org.springframework.social.twitter.api.TweetData
 
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
 
TwitterApiHelper - Class in org.springframework.social.twitter.config.support
 
TwitterAuthenticationService - Class in org.springframework.social.twitter.security
 
TwitterAuthenticationService(String, String) - Constructor for class org.springframework.social.twitter.security.TwitterAuthenticationService
 
TwitterConnectionFactory - Class in org.springframework.social.twitter.connect
Twitter ConnectionFactory implementation.
TwitterConnectionFactory(String, String) - Constructor for class org.springframework.social.twitter.connect.TwitterConnectionFactory
 
TwitterNamespaceHandler - Class in org.springframework.social.twitter.config.xml
NamespaceHandler for Spring Social
TwitterNamespaceHandler() - Constructor for class org.springframework.social.twitter.config.xml.TwitterNamespaceHandler
 
TwitterObject - Class in org.springframework.social.twitter.api
Base class for all Twitter types.
TwitterObject() - Constructor for class org.springframework.social.twitter.api.TwitterObject
 
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(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.
TwitterTemplate(String, 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.SearchParameters
Sets optional until parameter.
updateAccountSettings(AccountSettingsData) - Method in interface org.springframework.social.twitter.api.UserOperations
Updates the authenticating user's account settings.
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
updateStatus(String, StatusDetails) - Method in interface org.springframework.social.twitter.api.TimelineOperations
updateStatus(String, Resource, StatusDetails) - Method in interface org.springframework.social.twitter.api.TimelineOperations
updateStatus(TweetData) - Method in interface org.springframework.social.twitter.api.TimelineOperations
Updates the user's status, including any additional metadata about the status carried in TweetData
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.
user(List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
 
user(UserStreamParameters, List<StreamListener>) - Method in interface org.springframework.social.twitter.api.StreamingOperations
 
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
 
UserOperations - Interface in org.springframework.social.twitter.api
Interface defining the operations for retrieving information about Twitter users.
UserStreamParameters - Class in org.springframework.social.twitter.api
Defines the parameters of a user stream.
UserStreamParameters() - Constructor for class org.springframework.social.twitter.api.UserStreamParameters
 
UserStreamParameters.WithOptions - Enum in org.springframework.social.twitter.api
 

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.Place.GeometryType
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.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.SearchParameters.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.twitter.api.UserStreamParameters.WithOptions
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.Place.GeometryType
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.
values() - Static method in enum org.springframework.social.twitter.api.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.UserStreamParameters.WithOptions
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(UserStreamParameters.WithOptions) - Method in class org.springframework.social.twitter.api.UserStreamParameters
 
withMedia(Resource) - Method in class org.springframework.social.twitter.api.TweetData
 
withSleepTimeDisabled() - Method in class org.springframework.social.twitter.api.impl.AccountSettingsData
 
withSleepTimeEnabled(int, int) - Method in class org.springframework.social.twitter.api.impl.AccountSettingsData
 
A B C D E F G H I L M O P R S T U V W