|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.social.evernote.api.impl.EvernoteTemplate
public class EvernoteTemplate
API Binding implementation for Evernote.
| Constructor Summary | |
|---|---|
EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
EvernoteOAuthToken accessToken)
|
|
EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
String accessToken)
|
|
EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
String token,
String noteStoreUrl,
String webApiUrlPrefix,
int userId)
|
|
EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
String token,
String noteStoreUrl,
String webApiUrlPrefix,
String userId)
|
|
| Method Summary | |
|---|---|
com.evernote.clients.BusinessNoteStoreClient |
businessNoteStoreClient()
Retrieve BusinessNoteStoreClient instance from underlying ClientFactory. |
BusinessNoteStoreOperations |
businessNoteStoreOperations()
API for performing operations on BusinessNoteStoreClient. |
com.evernote.clients.ClientFactory |
clientFactory()
Returns underlying ClientFactory instance. |
boolean |
isAuthorized()
|
com.evernote.clients.LinkedNoteStoreClient |
linkedNoteStoreClient(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Retrieve LinkedNoteStoreClient instance from underlying ClientFactory. |
LinkedNoteStoreOperations |
linkedNoteStoreOperations(com.evernote.edam.type.LinkedNotebook linkedNotebook)
API for performing operations on LinkedNoteStoreClient. |
com.evernote.clients.NoteStoreClient |
noteStoreClient()
Retrieve NoteStoreClient instance from underlying ClientFactory. |
NoteStoreOperations |
noteStoreOperations()
API for performing operations on NoteStoreClient. |
void |
setApplyNullSafe(boolean applyNullSafe)
Set to false not to make a proxy for thrift object for null safe collections. |
com.evernote.clients.UserStoreClient |
userStoreClient()
Retrieve UserStoreClient instance from underlying ClientFactory. |
UserStoreOperations |
userStoreOperations()
API for performing operations on UserStoreClient. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
String accessToken)
public EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
String token,
String noteStoreUrl,
String webApiUrlPrefix,
String userId)
public EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
String token,
String noteStoreUrl,
String webApiUrlPrefix,
int userId)
public EvernoteTemplate(com.evernote.auth.EvernoteService evernoteService,
EvernoteOAuthToken accessToken)
| Method Detail |
|---|
public com.evernote.clients.ClientFactory clientFactory()
EvernoteClientFactory instance.
clientFactory in interface EvernoteClientFactory instance.
public com.evernote.clients.BusinessNoteStoreClient businessNoteStoreClient()
throws EvernoteException
EvernoteBusinessNoteStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating BusinessNoteStoreClient, it will be converted
to EvernoteException which is an unchecked exception.
businessNoteStoreClient in interface EvernoteBusinessNoteStoreClient instance.
EvernoteException - encapsulating thrown checked exception.
public com.evernote.clients.LinkedNoteStoreClient linkedNoteStoreClient(com.evernote.edam.type.LinkedNotebook linkedNotebook)
throws EvernoteException
EvernoteLinkedNoteStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating LinkedNoteStoreClient, it will be converted
to EvernoteException which is an unchecked exception.
linkedNoteStoreClient in interface EvernoteLinkedNoteStoreClient instance.
EvernoteException - encapsulating thrown checked exception.
public com.evernote.clients.NoteStoreClient noteStoreClient()
throws EvernoteException
EvernoteNoteStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating NoteStoreClient, it will be converted
to EvernoteException which is an unchecked exception.
noteStoreClient in interface EvernoteNoteStoreClient instance.
EvernoteException - encapsulating thrown checked exception.
public com.evernote.clients.UserStoreClient userStoreClient()
throws EvernoteException
EvernoteUserStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating UserStoreClient, it will be converted
to EvernoteException which is an unchecked exception.
userStoreClient in interface EvernoteUserStoreClient instance.
EvernoteException - encapsulating thrown checked exception.public BusinessNoteStoreOperations businessNoteStoreOperations()
EvernoteBusinessNoteStoreClient.
businessNoteStoreOperations in interface EvernoteBusinessNoteStoreClient.public LinkedNoteStoreOperations linkedNoteStoreOperations(com.evernote.edam.type.LinkedNotebook linkedNotebook)
EvernoteLinkedNoteStoreClient.
linkedNoteStoreOperations in interface EvernoteLinkedNoteStoreClient.public NoteStoreOperations noteStoreOperations()
EvernoteNoteStoreClient.
noteStoreOperations in interface EvernoteNoteStoreClient.
public UserStoreOperations userStoreOperations()
throws EvernoteException
EvernoteUserStoreClient.
userStoreOperations in interface EvernoteUserStoreClient.
EvernoteException - converted unchecked exception.public boolean isAuthorized()
isAuthorized in interface org.springframework.social.ApiBindingpublic void setApplyNullSafe(boolean applyNullSafe)
Evernote
setApplyNullSafe in interface EvernoteapplyNullSafe - set false to disable ThriftWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||