Spring Social Yammer

org.springframework.social.yammer.api
Interface ThreadOperations

All Known Implementing Classes:
ThreadTemplate

public interface ThreadOperations

Sub-API for Thread operations

Author:
Morten Andersen-Gott

Method Summary
 YammerThread getThread(long id)
          Get information about a thread
 

Method Detail

getThread

YammerThread getThread(long id)
Get information about a thread

Parameters:
id - the thread id
Returns:
YammerThread

Spring Social Yammer