|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||