public interface Evernote
extends org.springframework.social.ApiBinding
EvernoteTemplate.| 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.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. |
BusinessNoteStoreOperations businessNoteStoreOperations() throws EvernoteException
BusinessNoteStoreClient.BusinessNoteStoreClient.EvernoteException - converted unchecked exception.LinkedNoteStoreOperations linkedNoteStoreOperations(com.evernote.edam.type.LinkedNotebook linkedNotebook) throws EvernoteException
LinkedNoteStoreClient.linkedNotebook - LinkedNoteStoreClient.EvernoteException - converted unchecked exception.NoteStoreOperations noteStoreOperations() throws EvernoteException
NoteStoreClient.NoteStoreClient.EvernoteException - converted unchecked exception.UserStoreOperations userStoreOperations() throws EvernoteException
UserStoreClient.UserStoreClient.EvernoteException - converted unchecked exception.com.evernote.clients.ClientFactory clientFactory()
ClientFactory instance.ClientFactory instance.com.evernote.clients.BusinessNoteStoreClient businessNoteStoreClient()
throws EvernoteException
BusinessNoteStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating BusinessNoteStoreClient, it will be converted
to EvernoteException which is an unchecked exception.BusinessNoteStoreClient instance.EvernoteException - encapsulating thrown checked exception.com.evernote.clients.LinkedNoteStoreClient linkedNoteStoreClient(com.evernote.edam.type.LinkedNotebook linkedNotebook)
throws EvernoteException
LinkedNoteStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating LinkedNoteStoreClient, it will be converted
to EvernoteException which is an unchecked exception.LinkedNoteStoreClient instance.EvernoteException - encapsulating thrown checked exception.com.evernote.clients.NoteStoreClient noteStoreClient()
throws EvernoteException
NoteStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating NoteStoreClient, it will be converted
to EvernoteException which is an unchecked exception.NoteStoreClient instance.EvernoteException - encapsulating thrown checked exception.com.evernote.clients.UserStoreClient userStoreClient()
throws EvernoteException
UserStoreClient instance from underlying ClientFactory.
When checked exception has thrown while creating UserStoreClient, it will be converted
to EvernoteException which is an unchecked exception.UserStoreClient instance.EvernoteException - encapsulating thrown checked exception.void setApplyNullSafe(boolean applyNullSafe)
applyNullSafe - set false to disable ThriftWrapperCopyright © 2014. All Rights Reserved.