Spring Social Yammer

org.springframework.social.yammer.api.impl
Class YammerTemplate

java.lang.Object
  extended by org.springframework.social.oauth2.AbstractOAuth2ApiBinding
      extended by org.springframework.social.yammer.api.impl.YammerTemplate
All Implemented Interfaces:
org.springframework.social.ApiBinding, Yammer

public class YammerTemplate
extends org.springframework.social.oauth2.AbstractOAuth2ApiBinding
implements Yammer

Author:
Morten Andersen-Gott

Constructor Summary
YammerTemplate(java.lang.String accessToken)
           
 
Method Summary
protected  void configureRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
           
 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
 
Methods inherited from class org.springframework.social.oauth2.AbstractOAuth2ApiBinding
getByteArrayMessageConverter, getFormMessageConverter, getJsonMessageConverter, getMessageConverters, getOAuth2Version, getRestTemplate, isAuthorized, setRequestFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YammerTemplate

public YammerTemplate(java.lang.String accessToken)
Method Detail

userOperations

public UserOperations userOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the User operations

Specified by:
userOperations in interface Yammer

messageOperations

public MessageOperations messageOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the Message operations

Specified by:
messageOperations in interface Yammer

groupOperations

public GroupOperations groupOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the Group operations

Specified by:
groupOperations in interface Yammer

searchOperations

public SearchOperations searchOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the Search operations

Specified by:
searchOperations in interface Yammer

topicOperations

public TopicOperations topicOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the Topic (tags) operations

Specified by:
topicOperations in interface Yammer

subscriptionOperations

public SubscriptionOperations subscriptionOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the Subscription (follow) operations

Specified by:
subscriptionOperations in interface Yammer

threadOperations

public ThreadOperations threadOperations()
Description copied from interface: Yammer
Returns the portion of the API containing the Thread operations

Specified by:
threadOperations in interface Yammer

configureRestTemplate

protected void configureRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
Overrides:
configureRestTemplate in class org.springframework.social.oauth2.AbstractOAuth2ApiBinding

Spring Social Yammer