Package | Description |
---|---|
org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
Modifier and Type | Method and Description |
---|---|
SavedSearch |
SearchOperations.createSavedSearch(String query)
Creates a new saved search for the authenticating user.
|
SavedSearch |
SearchOperations.getSavedSearch(long searchId)
Retrieves a single saved search by the saved search's ID.
|
Modifier and Type | Method and Description |
---|---|
List<SavedSearch> |
SearchOperations.getSavedSearches()
Retrieves the authenticating user's saved searches.
|
Copyright © 2015. All rights reserved.