Class Summary
|
ClientUsageMetrics
|
This structure is passed from clients to the Evernote service when
they wish to relay coarse-grained usage metrics to the service to help
improve products.
|
NoteCollectionCounts
|
A data structure representing the number of notes for each notebook
and tag with a non-zero set of applicable notes.
|
NoteEmailParameters
|
Parameters that must be given to the NoteStore emailNote call. |
NoteFilter
|
A list of criteria that are used to indicate which notes are desired
from the account.
|
NoteList
|
A small structure for returning a list of notes out of a larger set.
|
NoteMetadata
|
This structure is used in the set of results returned by the
findNotesMetadata function.
|
NotesMetadataList
|
This structure is returned from calls to the findNotesMetadata
function to give the high-level metadata about a subset of Notes that
are found to match a specified NoteFilter in a search.
|
NotesMetadataResultSpec
|
This structure is provided to the findNotesMetadata function to
specify the subset of fields that should be included in each
NoteMetadata element that is returned in the NotesMetadataList.
|
NoteStore
|
|
NoteStore.Client
|
|
NoteVersionId
|
Identifying information about previous versions of a note that are
backed up within Evernote's servers.
|
RelatedQuery
|
A description of the thing for which we are searching for related
entities.
|
RelatedResult
|
The result of calling findRelated(). |
RelatedResultSpec
|
A description of the thing for which the service will find related
entities, via findRelated(), together with a description of what type
of entities and how many you are seeking in the RelatedResult.
|
SyncChunk
|
This structure is given out by the NoteStore when a client asks to
receive the current state of an account.
|
SyncChunkFilter
|
This structure is used with the 'getFilteredSyncChunk' call to provide
fine-grained control over the data that's returned when a client needs
to synchronize with the service.
|
SyncState
|
This structure encapsulates the information about the state of the
user's account for the purpose of "state based" synchronization.
|