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

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

Uses of SyncChunkFilter in com.evernote.clients
 

Methods in com.evernote.clients with parameters of type SyncChunkFilter
 SyncChunk NoteStoreClient.getFilteredSyncChunk(int afterUSN, int maxEntries, SyncChunkFilter filter)
           
 

Uses of SyncChunkFilter in com.evernote.edam.notestore
 

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

Methods in com.evernote.edam.notestore with parameters of type SyncChunkFilter
 int SyncChunkFilter.compareTo(SyncChunkFilter other)
           
 boolean SyncChunkFilter.equals(SyncChunkFilter that)
           
 SyncChunk NoteStoreIface.getFilteredSyncChunk(String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
          Asks the NoteStore to provide the state of the account in order of last modification.
 SyncChunk NoteStore.Client.getFilteredSyncChunk(String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
           
 void NoteStore.Client.send_getFilteredSyncChunk(String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
           
 

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



Copyright © 2013. All Rights Reserved.