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

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

Uses of LinkedNotebook in com.evernote.clients
 

Methods in com.evernote.clients that return LinkedNotebook
 LinkedNotebook NoteStoreClient.createLinkedNotebook(LinkedNotebook linkedNotebook)
           
 LinkedNotebook BusinessNoteStoreClient.createNotebook(Notebook notebook)
          Create Linked Notebook from a Notebook
 

Methods in com.evernote.clients that return types with arguments of type LinkedNotebook
 List<LinkedNotebook> NoteStoreClient.listLinkedNotebooks()
           
 List<LinkedNotebook> LinkedNoteStoreClient.listNotebooks()
          Helper method to list linked notebooks
 List<LinkedNotebook> BusinessNoteStoreClient.listNotebooks()
          Helper method to list business notebooks synchronously
 

Methods in com.evernote.clients with parameters of type LinkedNotebook
 LinkedNotebook NoteStoreClient.createLinkedNotebook(LinkedNotebook linkedNotebook)
           
 LinkedNoteStoreClient ClientFactory.createLinkedNoteStoreClient(LinkedNotebook linkedNotebook)
          Creates a LinkedNoteStoreClient from a LinkedNotebook synchronously
 Note LinkedNoteStoreClient.createNote(Note note, LinkedNotebook linkedNotebook)
          Helper method to create a note in a linked notebook
 Notebook LinkedNoteStoreClient.getCorrespondingNotebook(LinkedNotebook linkedNotebook)
          Will return the Notebook associated with the LinkedNotebook from the linked account
 SyncChunk NoteStoreClient.getLinkedNotebookSyncChunk(LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 SyncState NoteStoreClient.getLinkedNotebookSyncState(LinkedNotebook linkedNotebook)
           
 boolean LinkedNoteStoreClient.isNotebookWritable(LinkedNotebook linkedNotebook)
          Checks writable permissions of LinkedNotebook on Linked account
 int NoteStoreClient.updateLinkedNotebook(LinkedNotebook linkedNotebook)
           
 

Uses of LinkedNotebook in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return LinkedNotebook
 LinkedNotebook NoteStoreIface.createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
          Asks the service to make a linked notebook with the provided name, username of the owner and identifiers provided.
 LinkedNotebook NoteStore.Client.createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 LinkedNotebook NoteStore.Client.recv_createLinkedNotebook()
           
 

Methods in com.evernote.edam.notestore that return types with arguments of type LinkedNotebook
 List<LinkedNotebook> SyncChunk.getLinkedNotebooks()
           
 Iterator<LinkedNotebook> SyncChunk.getLinkedNotebooksIterator()
           
 List<LinkedNotebook> NoteStoreIface.listLinkedNotebooks(String authenticationToken)
          Returns a list of linked notebooks
 List<LinkedNotebook> NoteStore.Client.listLinkedNotebooks(String authenticationToken)
           
 List<LinkedNotebook> NoteStore.Client.recv_listLinkedNotebooks()
           
 

Methods in com.evernote.edam.notestore with parameters of type LinkedNotebook
 void SyncChunk.addToLinkedNotebooks(LinkedNotebook elem)
           
 LinkedNotebook NoteStoreIface.createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
          Asks the service to make a linked notebook with the provided name, username of the owner and identifiers provided.
 LinkedNotebook NoteStore.Client.createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 SyncChunk NoteStoreIface.getLinkedNotebookSyncChunk(String authenticationToken, LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
          Asks the NoteStore to provide information about the contents of a linked notebook that has been shared with the caller, or that is public to the world.
 SyncChunk NoteStore.Client.getLinkedNotebookSyncChunk(String authenticationToken, LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 SyncState NoteStoreIface.getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
          Asks the NoteStore to provide information about the status of a linked notebook that has been shared with the caller, or that is public to the world.
 SyncState NoteStore.Client.getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
           
 void NoteStore.Client.send_createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 void NoteStore.Client.send_getLinkedNotebookSyncChunk(String authenticationToken, LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 void NoteStore.Client.send_getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
           
 void NoteStore.Client.send_updateLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 int NoteStoreIface.updateLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 int NoteStore.Client.updateLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 

Method parameters in com.evernote.edam.notestore with type arguments of type LinkedNotebook
 void SyncChunk.setLinkedNotebooks(List<LinkedNotebook> linkedNotebooks)
           
 

Uses of LinkedNotebook in com.evernote.edam.type
 

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

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

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



Copyright © 2013. All Rights Reserved.