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

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

Uses of Notebook in com.evernote.clients
 

Methods in com.evernote.clients that return Notebook
 Notebook NoteStoreClient.createNotebook(Notebook notebook)
           
 Notebook LinkedNoteStoreClient.getCorrespondingNotebook(LinkedNotebook linkedNotebook)
          Will return the Notebook associated with the LinkedNotebook from the linked account
 Notebook NoteStoreClient.getDefaultNotebook()
           
 Notebook NoteStoreClient.getNotebook(String guid)
           
 Notebook NoteStoreClient.getPublicNotebook(int userId, String publicUri)
           
 

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

Methods in com.evernote.clients with parameters of type Notebook
 Notebook NoteStoreClient.createNotebook(Notebook notebook)
           
 LinkedNotebook BusinessNoteStoreClient.createNotebook(Notebook notebook)
          Create Linked Notebook from a Notebook
 int NoteStoreClient.updateNotebook(Notebook notebook)
           
 

Uses of Notebook in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return Notebook
 Notebook NoteStoreIface.createNotebook(String authenticationToken, Notebook notebook)
          Asks the service to make a notebook with the provided name.
 Notebook NoteStore.Client.createNotebook(String authenticationToken, Notebook notebook)
           
 Notebook NoteStoreIface.getDefaultNotebook(String authenticationToken)
          Returns the notebook that should be used to store new notes in the user's account when no other notebooks are specified.
 Notebook NoteStore.Client.getDefaultNotebook(String authenticationToken)
           
 Notebook NoteStoreIface.getNotebook(String authenticationToken, String guid)
          Returns the current state of the notebook with the provided GUID.
 Notebook NoteStore.Client.getNotebook(String authenticationToken, String guid)
           
 Notebook NoteStoreIface.getPublicNotebook(int userId, String publicUri)
           Looks for a user account with the provided userId on this NoteStore shard and determines whether that account contains a public notebook with the given URI.
 Notebook NoteStore.Client.getPublicNotebook(int userId, String publicUri)
           
 Notebook NoteStore.Client.recv_createNotebook()
           
 Notebook NoteStore.Client.recv_getDefaultNotebook()
           
 Notebook NoteStore.Client.recv_getNotebook()
           
 Notebook NoteStore.Client.recv_getPublicNotebook()
           
 

Methods in com.evernote.edam.notestore that return types with arguments of type Notebook
 List<Notebook> SyncChunk.getNotebooks()
           
 List<Notebook> RelatedResult.getNotebooks()
           
 Iterator<Notebook> SyncChunk.getNotebooksIterator()
           
 Iterator<Notebook> RelatedResult.getNotebooksIterator()
           
 List<Notebook> NoteStoreIface.listNotebooks(String authenticationToken)
          Returns a list of all of the notebooks in the account.
 List<Notebook> NoteStore.Client.listNotebooks(String authenticationToken)
           
 List<Notebook> NoteStore.Client.recv_listNotebooks()
           
 

Methods in com.evernote.edam.notestore with parameters of type Notebook
 void SyncChunk.addToNotebooks(Notebook elem)
           
 void RelatedResult.addToNotebooks(Notebook elem)
           
 Notebook NoteStoreIface.createNotebook(String authenticationToken, Notebook notebook)
          Asks the service to make a notebook with the provided name.
 Notebook NoteStore.Client.createNotebook(String authenticationToken, Notebook notebook)
           
 void NoteStore.Client.send_createNotebook(String authenticationToken, Notebook notebook)
           
 void NoteStore.Client.send_updateNotebook(String authenticationToken, Notebook notebook)
           
 int NoteStoreIface.updateNotebook(String authenticationToken, Notebook notebook)
          Submits notebook changes to the service.
 int NoteStore.Client.updateNotebook(String authenticationToken, Notebook notebook)
           
 

Method parameters in com.evernote.edam.notestore with type arguments of type Notebook
 void SyncChunk.setNotebooks(List<Notebook> notebooks)
           
 void RelatedResult.setNotebooks(List<Notebook> notebooks)
           
 

Uses of Notebook in com.evernote.edam.type
 

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

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

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



Copyright © 2013. All Rights Reserved.