Spring Social Yammer

org.springframework.social.yammer.api.connect
Class YammerAdapter

java.lang.Object
  extended by org.springframework.social.yammer.api.connect.YammerAdapter
All Implemented Interfaces:
org.springframework.social.connect.ApiAdapter<Yammer>

public class YammerAdapter
extends java.lang.Object
implements org.springframework.social.connect.ApiAdapter<Yammer>


Field Summary
static java.lang.String EMAIL_PRIMARY_TYPE
           
 
Constructor Summary
YammerAdapter()
           
 
Method Summary
 org.springframework.social.connect.UserProfile fetchUserProfile(Yammer yammer)
           
 void setConnectionValues(Yammer yammer, org.springframework.social.connect.ConnectionValues values)
           
 boolean test(Yammer yammer)
           
 void updateStatus(Yammer yammer, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMAIL_PRIMARY_TYPE

public static final java.lang.String EMAIL_PRIMARY_TYPE
See Also:
Constant Field Values
Constructor Detail

YammerAdapter

public YammerAdapter()
Method Detail

test

public boolean test(Yammer yammer)
Specified by:
test in interface org.springframework.social.connect.ApiAdapter<Yammer>

setConnectionValues

public void setConnectionValues(Yammer yammer,
                                org.springframework.social.connect.ConnectionValues values)
Specified by:
setConnectionValues in interface org.springframework.social.connect.ApiAdapter<Yammer>

fetchUserProfile

public org.springframework.social.connect.UserProfile fetchUserProfile(Yammer yammer)
Specified by:
fetchUserProfile in interface org.springframework.social.connect.ApiAdapter<Yammer>

updateStatus

public void updateStatus(Yammer yammer,
                         java.lang.String message)
Specified by:
updateStatus in interface org.springframework.social.connect.ApiAdapter<Yammer>

Spring Social Yammer