|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evernote
Interface specifying basic set of operations to evernote.
This interface provides spring-social-evernote's core API for features, such as:EvernoteTemplate.
| 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. |
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 interface org.springframework.social.ApiBinding |
|---|
isAuthorized |
| Method Detail |
|---|
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 ThriftWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||