Package com.evernote.edam.type

Class Summary
Accounting This represents the bookkeeping information for the user's subscription.
Ad An advertisement that may be displayed within an Evernote client.
Constants  
Data In several places, EDAM exchanges blocks of bytes of data for a component which may be relatively large.
LinkedNotebook A link in an users account that refers them to a public or individual share in another user's account.
Note Represents a single note in the user's account.
NoteAttributes The list of optional attributes that can be stored on a note.
Notebook A unique container for a set of notes.
Publishing If a Notebook has been opened to the public, the Notebook will have a reference to one of these structures, which gives the location and optional description of the externally-visible public Notebook.
Resource Every media file that is embedded or attached to a note is represented through a Resource entry.
ResourceAttributes Structure holding the optional attributes of a Resource sourceURL the original location where the resource was hosted
Length: EDAM_ATTRIBUTE_LEN_MIN - EDAM_ATTRIBUTE_LEN_MAX timestamp the date and time that is associated with this resource (e.g.
SavedSearch A named search associated with the account that can be quickly re-used.
SharedNotebook Shared notebooks represent a relationship between a notebook and a single share invitation recipient.
Tag A tag within a user's account is a unique name which may be organized a simple hierarchy.
User This represents the information about a single user account.
UserAttributes A structure holding the optional attributes that can be stored on a User.
 

Enum Summary
Accounting._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Ad._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Data._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LinkedNotebook._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Note._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
NoteAttributes._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Notebook._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
NoteSortOrder This enumeration defines the possible sort ordering for notes when they are returned from a search result.
PremiumOrderStatus This enumeration defines the possible states of a premium account NONE: the user has never attempted to become a premium subscriber PENDING: the user has requested a premium account but their charge has not been confirmed ACTIVE: the user has been charged and their premium account is in good standing FAILED: the system attempted to charge the was denied.
PrivilegeLevel This enumeration defines the possible permission levels for a user.
Publishing._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
QueryFormat Every search query is specified as a sequence of characters.
Resource._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ResourceAttributes._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
SavedSearch._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
SharedNotebook._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Tag._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
User._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
UserAttributes._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.