| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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. |
com.evernote.auth.EvernoteAuth |
getEvernoteAuth() |
com.evernote.auth.EvernoteService |
getEvernoteService() |
boolean |
isApplyNullSafe() |
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. |
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)
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)
EvernotesetApplyNullSafe in interface EvernoteapplyNullSafe - set false to disable ThriftWrapperpublic com.evernote.auth.EvernoteService getEvernoteService()
public com.evernote.auth.EvernoteAuth getEvernoteAuth()
public boolean isApplyNullSafe()
Copyright © 2014. All Rights Reserved.