Uses of Class
com.evernote.edam.notestore.NoteVersionId

Packages that use NoteVersionId
com.evernote.clients   
com.evernote.edam.notestore   
 

Uses of NoteVersionId in com.evernote.clients
 

Methods in com.evernote.clients that return types with arguments of type NoteVersionId
 List<NoteVersionId> NoteStoreClient.listNoteVersions(String noteGuid)
           
 

Uses of NoteVersionId in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return NoteVersionId
 NoteVersionId NoteVersionId.deepCopy()
           
 

Methods in com.evernote.edam.notestore that return types with arguments of type NoteVersionId
 List<NoteVersionId> NoteStoreIface.listNoteVersions(String authenticationToken, String noteGuid)
          Returns a list of the prior versions of a particular note that are saved within the service.
 List<NoteVersionId> NoteStore.Client.listNoteVersions(String authenticationToken, String noteGuid)
           
 List<NoteVersionId> NoteStore.Client.recv_listNoteVersions()
           
 

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

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



Copyright © 2013. All Rights Reserved.