Serialized Form


Package com.evernote.edam.error

Class com.evernote.edam.error.EDAMNotFoundException extends java.lang.Exception implements Serializable

Serialized Fields

identifier

java.lang.String identifier

key

java.lang.String key

Class com.evernote.edam.error.EDAMSystemException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

EDAMErrorCode errorCode

message

java.lang.String message

Class com.evernote.edam.error.EDAMUserException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

EDAMErrorCode errorCode

parameter

java.lang.String parameter

Package com.evernote.edam.notestore

Class com.evernote.edam.notestore.AdImpressions extends java.lang.Object implements Serializable

Serialized Fields

adId

int adId

impressionCount

int impressionCount

impressionTime

int impressionTime

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.AdParameters extends java.lang.Object implements Serializable

Serialized Fields

clientLanguage

java.lang.String clientLanguage

impressions

java.util.List<E> impressions

supportHtml

boolean supportHtml

clientProperties

java.util.Map<K,V> clientProperties

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteCollectionCounts extends java.lang.Object implements Serializable

Serialized Fields

notebookCounts

java.util.Map<K,V> notebookCounts

tagCounts

java.util.Map<K,V> tagCounts

trashCount

int trashCount

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteEmailParameters extends java.lang.Object implements Serializable

Serialized Fields

guid

java.lang.String guid

note

Note note

toAddresses

java.util.List<E> toAddresses

ccAddresses

java.util.List<E> ccAddresses

subject

java.lang.String subject

message

java.lang.String message

Class com.evernote.edam.notestore.NoteFilter extends java.lang.Object implements Serializable

Serialized Fields

order

int order

ascending

boolean ascending

words

java.lang.String words

notebookGuid

java.lang.String notebookGuid

tagGuids

java.util.List<E> tagGuids

timeZone

java.lang.String timeZone

inactive

boolean inactive

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteList extends java.lang.Object implements Serializable

Serialized Fields

startIndex

int startIndex

totalNotes

int totalNotes

notes

java.util.List<E> notes

stoppedWords

java.util.List<E> stoppedWords

searchedWords

java.util.List<E> searchedWords

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.authenticateToSharedNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

shareKey

java.lang.String shareKey

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.authenticateToSharedNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

AuthenticationResult success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.copyNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

noteGuid

java.lang.String noteGuid

toNotebookGuid

java.lang.String toNotebookGuid

Class com.evernote.edam.notestore.NoteStore.copyNote_result extends java.lang.Object implements Serializable

Serialized Fields

success

Note success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.createLinkedNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

linkedNotebook

LinkedNotebook linkedNotebook

Class com.evernote.edam.notestore.NoteStore.createLinkedNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

LinkedNotebook success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.createNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

note

Note note

Class com.evernote.edam.notestore.NoteStore.createNote_result extends java.lang.Object implements Serializable

Serialized Fields

success

Note success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.createNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

notebook

Notebook notebook

Class com.evernote.edam.notestore.NoteStore.createNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

Notebook success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.createSearch_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

search

SavedSearch search

Class com.evernote.edam.notestore.NoteStore.createSearch_result extends java.lang.Object implements Serializable

Serialized Fields

success

SavedSearch success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.createSharedNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

sharedNotebook

SharedNotebook sharedNotebook

Class com.evernote.edam.notestore.NoteStore.createSharedNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

SharedNotebook success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.createTag_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

tag

Tag tag

Class com.evernote.edam.notestore.NoteStore.createTag_result extends java.lang.Object implements Serializable

Serialized Fields

success

Tag success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.deleteNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.deleteNote_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.emailNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

parameters

NoteEmailParameters parameters

Class com.evernote.edam.notestore.NoteStore.emailNote_result extends java.lang.Object implements Serializable

Serialized Fields

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.expungeInactiveNotes_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.expungeInactiveNotes_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeLinkedNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

linkedNotebookId

long linkedNotebookId

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeLinkedNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.expungeNote_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.expungeNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeNotes_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

noteGuids

java.util.List<E> noteGuids

Class com.evernote.edam.notestore.NoteStore.expungeNotes_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeSearch_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.expungeSearch_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeSharedNotebooks_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

sharedNotebookIds

java.util.List<E> sharedNotebookIds

Class com.evernote.edam.notestore.NoteStore.expungeSharedNotebooks_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.expungeTag_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.expungeTag_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.findNoteCounts_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

filter

NoteFilter filter

withTrash

boolean withTrash

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.findNoteCounts_result extends java.lang.Object implements Serializable

Serialized Fields

success

NoteCollectionCounts success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.findNotes_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

filter

NoteFilter filter

offset

int offset

maxNotes

int maxNotes

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.findNotes_result extends java.lang.Object implements Serializable

Serialized Fields

success

NoteList success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getAccountSize_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.getAccountSize_result extends java.lang.Object implements Serializable

Serialized Fields

success

long success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getAds_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

adParameters

AdParameters adParameters

Class com.evernote.edam.notestore.NoteStore.getAds_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.getDefaultNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.getDefaultNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

Notebook success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.getNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

withContent

boolean withContent

withResourcesData

boolean withResourcesData

withResourcesRecognition

boolean withResourcesRecognition

withResourcesAlternateData

boolean withResourcesAlternateData

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getNote_result extends java.lang.Object implements Serializable

Serialized Fields

success

Note success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

Notebook success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getNoteContent_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getNoteContent_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.lang.String success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getNoteSearchText_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getNoteSearchText_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.lang.String success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getNoteTagNames_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getNoteTagNames_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getNoteVersion_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

noteGuid

java.lang.String noteGuid

updateSequenceNum

int updateSequenceNum

withResourcesData

boolean withResourcesData

withResourcesRecognition

boolean withResourcesRecognition

withResourcesAlternateData

boolean withResourcesAlternateData

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getNoteVersion_result extends java.lang.Object implements Serializable

Serialized Fields

success

Note success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getPublicNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

userId

int userId

publicUri

java.lang.String publicUri

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getPublicNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

Notebook success

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getRandomAd_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

adParameters

AdParameters adParameters

Class com.evernote.edam.notestore.NoteStore.getRandomAd_result extends java.lang.Object implements Serializable

Serialized Fields

success

Ad success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.getResource_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

withData

boolean withData

withRecognition

boolean withRecognition

withAttributes

boolean withAttributes

withAlternateData

boolean withAlternateData

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getResource_result extends java.lang.Object implements Serializable

Serialized Fields

success

Resource success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getResourceAlternateData_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getResourceAlternateData_result extends java.lang.Object implements Serializable

Serialized Fields

success

byte[] success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getResourceAttributes_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getResourceAttributes_result extends java.lang.Object implements Serializable

Serialized Fields

success

ResourceAttributes success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getResourceByHash_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

noteGuid

java.lang.String noteGuid

contentHash

byte[] contentHash

withData

boolean withData

withRecognition

boolean withRecognition

withAlternateData

boolean withAlternateData

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getResourceByHash_result extends java.lang.Object implements Serializable

Serialized Fields

success

Resource success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getResourceData_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getResourceData_result extends java.lang.Object implements Serializable

Serialized Fields

success

byte[] success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getResourceRecognition_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getResourceRecognition_result extends java.lang.Object implements Serializable

Serialized Fields

success

byte[] success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getSearch_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getSearch_result extends java.lang.Object implements Serializable

Serialized Fields

success

SavedSearch success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.getSharedNotebookByAuth_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.getSharedNotebookByAuth_result extends java.lang.Object implements Serializable

Serialized Fields

success

SharedNotebook success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.getSyncChunk_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

afterUSN

int afterUSN

maxEntries

int maxEntries

fullSyncOnly

boolean fullSyncOnly

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.getSyncChunk_result extends java.lang.Object implements Serializable

Serialized Fields

success

SyncChunk success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.getSyncState_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.getSyncState_result extends java.lang.Object implements Serializable

Serialized Fields

success

SyncState success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.getTag_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.getTag_result extends java.lang.Object implements Serializable

Serialized Fields

success

Tag success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.listLinkedNotebooks_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.listLinkedNotebooks_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.listNotebooks_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.listNotebooks_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.listNoteVersions_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

noteGuid

java.lang.String noteGuid

Class com.evernote.edam.notestore.NoteStore.listNoteVersions_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.listSearches_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.listSearches_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.listSharedNotebooks_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.listSharedNotebooks_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.listTags_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.notestore.NoteStore.listTags_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.listTagsByNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

notebookGuid

java.lang.String notebookGuid

Class com.evernote.edam.notestore.NoteStore.listTagsByNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

java.util.List<E> success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.untagAll_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

guid

java.lang.String guid

Class com.evernote.edam.notestore.NoteStore.untagAll_result extends java.lang.Object implements Serializable

Serialized Fields

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.updateLinkedNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

linkedNotebook

LinkedNotebook linkedNotebook

Class com.evernote.edam.notestore.NoteStore.updateLinkedNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

LinkedNotebook success

userException

EDAMUserException userException

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

Class com.evernote.edam.notestore.NoteStore.updateNote_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

note

Note note

Class com.evernote.edam.notestore.NoteStore.updateNote_result extends java.lang.Object implements Serializable

Serialized Fields

success

Note success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

Class com.evernote.edam.notestore.NoteStore.updateNotebook_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

notebook

Notebook notebook

Class com.evernote.edam.notestore.NoteStore.updateNotebook_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.updateResource_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

resource

Resource resource

Class com.evernote.edam.notestore.NoteStore.updateResource_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.updateSearch_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

search

SavedSearch search

Class com.evernote.edam.notestore.NoteStore.updateSearch_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteStore.updateTag_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

tag

Tag tag

Class com.evernote.edam.notestore.NoteStore.updateTag_result extends java.lang.Object implements Serializable

Serialized Fields

success

int success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

notFoundException

EDAMNotFoundException notFoundException

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.NoteVersionId extends java.lang.Object implements Serializable

Serialized Fields

updateSequenceNum

int updateSequenceNum

updated

long updated

serviceUpdated

long serviceUpdated

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.SyncChunk extends java.lang.Object implements Serializable

Serialized Fields

currentTime

long currentTime

chunkHighUSN

int chunkHighUSN

updateCount

int updateCount

notes

java.util.List<E> notes

notebooks

java.util.List<E> notebooks

tags

java.util.List<E> tags

searches

java.util.List<E> searches

resources

java.util.List<E> resources

expungedNotes

java.util.List<E> expungedNotes

expungedNotebooks

java.util.List<E> expungedNotebooks

expungedTags

java.util.List<E> expungedTags

expungedSearches

java.util.List<E> expungedSearches

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.notestore.SyncState extends java.lang.Object implements Serializable

Serialized Fields

currentTime

long currentTime

fullSyncBefore

long fullSyncBefore

updateCount

int updateCount

uploaded

long uploaded

__isset_bit_vector

BitSet __isset_bit_vector

Package com.evernote.edam.type

Class com.evernote.edam.type.Accounting extends java.lang.Object implements Serializable

Serialized Fields

uploadLimit

long uploadLimit

uploadLimitEnd

long uploadLimitEnd

uploadLimitNextMonth

long uploadLimitNextMonth

premiumServiceStatus

PremiumOrderStatus premiumServiceStatus

premiumOrderNumber

java.lang.String premiumOrderNumber

premiumCommerceService

java.lang.String premiumCommerceService

premiumServiceStart

long premiumServiceStart

premiumServiceSKU

java.lang.String premiumServiceSKU

lastSuccessfulCharge

long lastSuccessfulCharge

lastFailedCharge

long lastFailedCharge

lastFailedChargeReason

java.lang.String lastFailedChargeReason

nextPaymentDue

long nextPaymentDue

premiumLockUntil

long premiumLockUntil

updated

long updated

premiumSubscriptionNumber

java.lang.String premiumSubscriptionNumber

lastRequestedCharge

long lastRequestedCharge

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Ad extends java.lang.Object implements Serializable

Serialized Fields

id

int id

width

short width

height

short height

advertiserName

java.lang.String advertiserName

imageUrl

java.lang.String imageUrl

destinationUrl

java.lang.String destinationUrl

displaySeconds

short displaySeconds

score

double score

image

byte[] image

imageMime

java.lang.String imageMime

html

java.lang.String html

displayFrequency

double displayFrequency

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Data extends java.lang.Object implements Serializable

Serialized Fields

bodyHash

byte[] bodyHash

size

int size

body

byte[] body

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.LinkedNotebook extends java.lang.Object implements Serializable

Serialized Fields

id

long id

shareName

java.lang.String shareName

username

java.lang.String username

shardId

java.lang.String shardId

shareKey

java.lang.String shareKey

uri

java.lang.String uri

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Note extends java.lang.Object implements Serializable

Serialized Fields

guid

java.lang.String guid

title

java.lang.String title

content

java.lang.String content

contentHash

byte[] contentHash

contentLength

int contentLength

created

long created

updated

long updated

deleted

long deleted

active

boolean active

updateSequenceNum

int updateSequenceNum

notebookGuid

java.lang.String notebookGuid

tagGuids

java.util.List<E> tagGuids

resources

java.util.List<E> resources

attributes

NoteAttributes attributes

tagNames

java.util.List<E> tagNames

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.NoteAttributes extends java.lang.Object implements Serializable

Serialized Fields

subjectDate

long subjectDate

latitude

double latitude

longitude

double longitude

altitude

double altitude

author

java.lang.String author

source

java.lang.String source

sourceURL

java.lang.String sourceURL

sourceApplication

java.lang.String sourceApplication

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Notebook extends java.lang.Object implements Serializable

Serialized Fields

guid

java.lang.String guid

name

java.lang.String name

updateSequenceNum

int updateSequenceNum

defaultNotebook

boolean defaultNotebook

serviceCreated

long serviceCreated

serviceUpdated

long serviceUpdated

publishing

Publishing publishing

published

boolean published

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Publishing extends java.lang.Object implements Serializable

Serialized Fields

uri

java.lang.String uri

order

NoteSortOrder order

ascending

boolean ascending

publicDescription

java.lang.String publicDescription

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Resource extends java.lang.Object implements Serializable

Serialized Fields

guid

java.lang.String guid

noteGuid

java.lang.String noteGuid

data

Data data

mime

java.lang.String mime

width

short width

height

short height

duration

short duration

active

boolean active

recognition

Data recognition

attributes

ResourceAttributes attributes

updateSequenceNum

int updateSequenceNum

alternateData

Data alternateData

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.ResourceAttributes extends java.lang.Object implements Serializable

Serialized Fields

sourceURL

java.lang.String sourceURL

timestamp

long timestamp

latitude

double latitude

longitude

double longitude

altitude

double altitude

cameraMake

java.lang.String cameraMake

cameraModel

java.lang.String cameraModel

clientWillIndex

boolean clientWillIndex

recoType

java.lang.String recoType

fileName

java.lang.String fileName

attachment

boolean attachment

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.SavedSearch extends java.lang.Object implements Serializable

Serialized Fields

guid

java.lang.String guid

name

java.lang.String name

query

java.lang.String query

format

QueryFormat format

updateSequenceNum

int updateSequenceNum

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.SharedNotebook extends java.lang.Object implements Serializable

Serialized Fields

id

long id

userId

int userId

notebookGuid

java.lang.String notebookGuid

email

java.lang.String email

notebookModifiable

boolean notebookModifiable

requireLogin

boolean requireLogin

serviceCreated

long serviceCreated

shareKey

java.lang.String shareKey

username

java.lang.String username

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.Tag extends java.lang.Object implements Serializable

Serialized Fields

guid

java.lang.String guid

name

java.lang.String name

parentGuid

java.lang.String parentGuid

updateSequenceNum

int updateSequenceNum

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.User extends java.lang.Object implements Serializable

Serialized Fields

id

int id

username

java.lang.String username

email

java.lang.String email

name

java.lang.String name

timezone

java.lang.String timezone

privilege

PrivilegeLevel privilege

created

long created

updated

long updated

deleted

long deleted

active

boolean active

shardId

java.lang.String shardId

attributes

UserAttributes attributes

accounting

Accounting accounting

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.type.UserAttributes extends java.lang.Object implements Serializable

Serialized Fields

defaultLocationName

java.lang.String defaultLocationName

defaultLatitude

double defaultLatitude

defaultLongitude

double defaultLongitude

preactivation

boolean preactivation

viewedPromotions

java.util.List<E> viewedPromotions

incomingEmailAddress

java.lang.String incomingEmailAddress

recentMailedAddresses

java.util.List<E> recentMailedAddresses

comments

java.lang.String comments

dateAgreedToTermsOfService

long dateAgreedToTermsOfService

maxReferrals

int maxReferrals

referralCount

int referralCount

refererCode

java.lang.String refererCode

sentEmailDate

long sentEmailDate

sentEmailCount

int sentEmailCount

dailyEmailLimit

int dailyEmailLimit

emailOptOutDate

long emailOptOutDate

partnerEmailOptInDate

long partnerEmailOptInDate

preferredLanguage

java.lang.String preferredLanguage

preferredCountry

java.lang.String preferredCountry

clipFullPage

boolean clipFullPage

twitterUserName

java.lang.String twitterUserName

twitterId

java.lang.String twitterId

groupName

java.lang.String groupName

recognitionLanguage

java.lang.String recognitionLanguage

customerProfileId

long customerProfileId

referralProof

java.lang.String referralProof

__isset_bit_vector

BitSet __isset_bit_vector

Package com.evernote.edam.userstore

Class com.evernote.edam.userstore.AuthenticationResult extends java.lang.Object implements Serializable

Serialized Fields

currentTime

long currentTime

authenticationToken

java.lang.String authenticationToken

expiration

long expiration

user

User user

publicUserInfo

PublicUserInfo publicUserInfo

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.userstore.PublicUserInfo extends java.lang.Object implements Serializable

Serialized Fields

userId

int userId

shardId

java.lang.String shardId

privilege

PrivilegeLevel privilege

username

java.lang.String username

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.userstore.UserStore.authenticate_args extends java.lang.Object implements Serializable

Serialized Fields

username

java.lang.String username

password

java.lang.String password

consumerKey

java.lang.String consumerKey

consumerSecret

java.lang.String consumerSecret

Class com.evernote.edam.userstore.UserStore.authenticate_result extends java.lang.Object implements Serializable

Serialized Fields

success

AuthenticationResult success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.userstore.UserStore.checkVersion_args extends java.lang.Object implements Serializable

Serialized Fields

clientName

java.lang.String clientName

edamVersionMajor

short edamVersionMajor

edamVersionMinor

short edamVersionMinor

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.userstore.UserStore.checkVersion_result extends java.lang.Object implements Serializable

Serialized Fields

success

boolean success

__isset_bit_vector

BitSet __isset_bit_vector

Class com.evernote.edam.userstore.UserStore.getPublicUserInfo_args extends java.lang.Object implements Serializable

Serialized Fields

username

java.lang.String username

Class com.evernote.edam.userstore.UserStore.getPublicUserInfo_result extends java.lang.Object implements Serializable

Serialized Fields

success

PublicUserInfo success

notFoundException

EDAMNotFoundException notFoundException

systemException

EDAMSystemException systemException

userException

EDAMUserException userException

Class com.evernote.edam.userstore.UserStore.getUser_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.userstore.UserStore.getUser_result extends java.lang.Object implements Serializable

Serialized Fields

success

User success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Class com.evernote.edam.userstore.UserStore.refreshAuthentication_args extends java.lang.Object implements Serializable

Serialized Fields

authenticationToken

java.lang.String authenticationToken

Class com.evernote.edam.userstore.UserStore.refreshAuthentication_result extends java.lang.Object implements Serializable

Serialized Fields

success

AuthenticationResult success

userException

EDAMUserException userException

systemException

EDAMSystemException systemException

Package com.evernote.edam.util

Class com.evernote.edam.util.BitSet extends java.lang.Object implements Serializable

Serialized Fields

word

long word