|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BusinessNoteStoreOperations
Interface specifying a set of BusinessNoteStoreClient operations.
| Method Summary | |
|---|---|
com.evernote.edam.type.LinkedNotebook |
createNotebook(com.evernote.edam.type.Notebook notebook)
Equivalent to BusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook). |
List<com.evernote.edam.type.LinkedNotebook> |
listNotebooks()
Equivalent to BusinessNoteStoreClient.listNotebooks(). |
| Methods inherited from interface org.springframework.social.evernote.api.LinkedNoteStoreOperations |
|---|
createNote, getClient, getCorrespondingNotebook, isNotebookWritable |
| Method Detail |
|---|
com.evernote.edam.type.LinkedNotebook createNotebook(com.evernote.edam.type.Notebook notebook)
throws EvernoteException
BusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook).
EvernoteException - converted unchecked exceptionBusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook)
List<com.evernote.edam.type.LinkedNotebook> listNotebooks()
throws EvernoteException
BusinessNoteStoreClient.listNotebooks().
listNotebooks in interface LinkedNoteStoreOperationsEvernoteException - converted unchecked exceptionBusinessNoteStoreClient.listNotebooks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||