Spring Social Yammer

org.springframework.social.yammer.api
Interface Yammer

All Known Implementing Classes:
YammerTemplate

public interface Yammer


Method Summary
 GroupOperations groupOperations()
          Returns the portion of the API containing the Group operations
 MessageOperations messageOperations()
          Returns the portion of the API containing the Message operations
 SearchOperations searchOperations()
          Returns the portion of the API containing the Search operations
 SubscriptionOperations subscriptionOperations()
          Returns the portion of the API containing the Subscription (follow) operations
 ThreadOperations threadOperations()
          Returns the portion of the API containing the Thread operations
 TopicOperations topicOperations()
          Returns the portion of the API containing the Topic (tags) operations
 UserOperations userOperations()
          Returns the portion of the API containing the User operations
 

Method Detail

threadOperations

ThreadOperations threadOperations()
Returns the portion of the API containing the Thread operations


subscriptionOperations

SubscriptionOperations subscriptionOperations()
Returns the portion of the API containing the Subscription (follow) operations


topicOperations

TopicOperations topicOperations()
Returns the portion of the API containing the Topic (tags) operations


searchOperations

SearchOperations searchOperations()
Returns the portion of the API containing the Search operations


groupOperations

GroupOperations groupOperations()
Returns the portion of the API containing the Group operations


messageOperations

MessageOperations messageOperations()
Returns the portion of the API containing the Message operations


userOperations

UserOperations userOperations()
Returns the portion of the API containing the User operations


Spring Social Yammer