Uses of Class
com.evernote.edam.type.SharedNotebook

Packages that use SharedNotebook
com.evernote.clients   
com.evernote.edam.notestore   
com.evernote.edam.type   
 

Uses of SharedNotebook in com.evernote.clients
 

Methods in com.evernote.clients that return SharedNotebook
 SharedNotebook NoteStoreClient.createSharedNotebook(SharedNotebook sharedNotebook)
           
 SharedNotebook NoteStoreClient.getSharedNotebookByAuth()
           
 

Methods in com.evernote.clients that return types with arguments of type SharedNotebook
 List<SharedNotebook> NoteStoreClient.listSharedNotebooks()
           
 

Methods in com.evernote.clients with parameters of type SharedNotebook
 SharedNotebook NoteStoreClient.createSharedNotebook(SharedNotebook sharedNotebook)
           
 int NoteStoreClient.updateSharedNotebook(SharedNotebook sharedNotebook)
           
 

Uses of SharedNotebook in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return SharedNotebook
 SharedNotebook NoteStoreIface.createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
          Used to construct a shared notebook object.
 SharedNotebook NoteStore.Client.createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 SharedNotebook NoteStoreIface.getSharedNotebookByAuth(String authenticationToken)
          This function is used to retrieve extended information about a shared notebook by a guest who has already authenticated to access that notebook.
 SharedNotebook NoteStore.Client.getSharedNotebookByAuth(String authenticationToken)
           
 SharedNotebook NoteStore.Client.recv_createSharedNotebook()
           
 SharedNotebook NoteStore.Client.recv_getSharedNotebookByAuth()
           
 

Methods in com.evernote.edam.notestore that return types with arguments of type SharedNotebook
 List<SharedNotebook> NoteStoreIface.listSharedNotebooks(String authenticationToken)
          Lists the collection of shared notebooks for all notebooks in the users account.
 List<SharedNotebook> NoteStore.Client.listSharedNotebooks(String authenticationToken)
           
 List<SharedNotebook> NoteStore.Client.recv_listSharedNotebooks()
           
 

Methods in com.evernote.edam.notestore with parameters of type SharedNotebook
 SharedNotebook NoteStoreIface.createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
          Used to construct a shared notebook object.
 SharedNotebook NoteStore.Client.createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 void NoteStore.Client.send_createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 void NoteStore.Client.send_updateSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 int NoteStoreIface.updateSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
          Update a SharedNotebook object.
 int NoteStore.Client.updateSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 

Uses of SharedNotebook in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return SharedNotebook
 SharedNotebook SharedNotebook.deepCopy()
           
 

Methods in com.evernote.edam.type that return types with arguments of type SharedNotebook
 List<SharedNotebook> Notebook.getSharedNotebooks()
           
 Iterator<SharedNotebook> Notebook.getSharedNotebooksIterator()
           
 

Methods in com.evernote.edam.type with parameters of type SharedNotebook
 void Notebook.addToSharedNotebooks(SharedNotebook elem)
           
 int SharedNotebook.compareTo(SharedNotebook other)
           
 boolean SharedNotebook.equals(SharedNotebook that)
           
 

Method parameters in com.evernote.edam.type with type arguments of type SharedNotebook
 void Notebook.setSharedNotebooks(List<SharedNotebook> sharedNotebooks)
           
 

Constructors in com.evernote.edam.type with parameters of type SharedNotebook
SharedNotebook(SharedNotebook other)
          Performs a deep copy on other.
 



Copyright © 2013. All Rights Reserved.