|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SyncChunk | |
|---|---|
| com.evernote.clients | |
| com.evernote.edam.notestore | |
| Uses of SyncChunk in com.evernote.clients |
|---|
| Methods in com.evernote.clients that return SyncChunk | |
|---|---|
SyncChunk |
NoteStoreClient.getFilteredSyncChunk(int afterUSN,
int maxEntries,
SyncChunkFilter filter)
|
SyncChunk |
NoteStoreClient.getLinkedNotebookSyncChunk(LinkedNotebook linkedNotebook,
int afterUSN,
int maxEntries,
boolean fullSyncOnly)
|
SyncChunk |
NoteStoreClient.getSyncChunk(int afterUSN,
int maxEntries,
boolean fullSyncOnly)
|
| Uses of SyncChunk in com.evernote.edam.notestore |
|---|
| Methods in com.evernote.edam.notestore that return SyncChunk | |
|---|---|
SyncChunk |
SyncChunk.deepCopy()
|
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)
|
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)
|
SyncChunk |
NoteStoreIface.getSyncChunk(String authenticationToken,
int afterUSN,
int maxEntries,
boolean fullSyncOnly)
DEPRECATED - use getFilteredSyncChunk. |
SyncChunk |
NoteStore.Client.getSyncChunk(String authenticationToken,
int afterUSN,
int maxEntries,
boolean fullSyncOnly)
|
SyncChunk |
NoteStore.Client.recv_getFilteredSyncChunk()
|
SyncChunk |
NoteStore.Client.recv_getLinkedNotebookSyncChunk()
|
SyncChunk |
NoteStore.Client.recv_getSyncChunk()
|
| Methods in com.evernote.edam.notestore with parameters of type SyncChunk | |
|---|---|
int |
SyncChunk.compareTo(SyncChunk other)
|
boolean |
SyncChunk.equals(SyncChunk that)
|
| Constructors in com.evernote.edam.notestore with parameters of type SyncChunk | |
|---|---|
SyncChunk(SyncChunk other)
Performs a deep copy on other. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||