org.springframework.social.evernote.connect
Class EvernoteAdapter
java.lang.Object
org.springframework.social.evernote.connect.EvernoteAdapter
- All Implemented Interfaces:
- org.springframework.social.connect.ApiAdapter<Evernote>
public class EvernoteAdapter
- extends Object
- implements org.springframework.social.connect.ApiAdapter<Evernote>
- Author:
- Tadaya Tsuyukubo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvernoteAdapter
public EvernoteAdapter()
test
public boolean test(Evernote evernote)
- Specified by:
test in interface org.springframework.social.connect.ApiAdapter<Evernote>
setConnectionValues
public void setConnectionValues(Evernote evernote,
org.springframework.social.connect.ConnectionValues values)
- Specified by:
setConnectionValues in interface org.springframework.social.connect.ApiAdapter<Evernote>
fetchUserProfile
public org.springframework.social.connect.UserProfile fetchUserProfile(Evernote evernote)
- Specified by:
fetchUserProfile in interface org.springframework.social.connect.ApiAdapter<Evernote>
updateStatus
public void updateStatus(Evernote evernote,
String message)
- Specified by:
updateStatus in interface org.springframework.social.connect.ApiAdapter<Evernote>
Copyright © 2014. All Rights Reserved.