Spring Social Yammer

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

java.lang.Object
  extended by org.springframework.social.yammer.api.impl.AbstractYammerOperations
      extended by org.springframework.social.yammer.api.impl.TopicTemplate
All Implemented Interfaces:
TopicOperations

public class TopicTemplate
extends AbstractYammerOperations
implements TopicOperations

Author:
Morten Andersen-Gott

Constructor Summary
TopicTemplate(org.springframework.web.client.RestTemplate restTemplate)
           
 
Method Summary
 Topic getTopic(long id)
          Get information about a topic
 
Methods inherited from class org.springframework.social.yammer.api.impl.AbstractYammerOperations
buildUri, buildUri, buildUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicTemplate

public TopicTemplate(org.springframework.web.client.RestTemplate restTemplate)
Method Detail

getTopic

public Topic getTopic(long id)
Description copied from interface: TopicOperations
Get information about a topic

Specified by:
getTopic in interface TopicOperations
Parameters:
id - topic id
Returns:
Topic

Spring Social Yammer