|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TBase | |
|---|---|
| com.evernote.edam.error | |
| com.evernote.edam.notestore | |
| com.evernote.edam.type | |
| com.evernote.edam.userstore | |
| com.evernote.thrift | |
| Uses of TBase in com.evernote.edam.error |
|---|
| Classes in com.evernote.edam.error that implement TBase | |
|---|---|
class |
EDAMNotFoundException
This exception is thrown by EDAM procedures when a caller asks to perform an operation on an object that does not exist. |
class |
EDAMSystemException
This exception is thrown by EDAM procedures when a call fails as a result of a problem in the service that could not be changed through caller action. |
class |
EDAMUserException
This exception is thrown by EDAM procedures when a call fails as a result of a problem that a caller may be able to resolve. |
| Uses of TBase in com.evernote.edam.notestore |
|---|
| Classes in com.evernote.edam.notestore that implement TBase | |
|---|---|
class |
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. |
class |
NoteCollectionCounts
A data structure representing the number of notes for each notebook and tag with a non-zero set of applicable notes. |
class |
NoteEmailParameters
Parameters that must be given to the NoteStore emailNote call. |
class |
NoteFilter
A list of criteria that are used to indicate which notes are desired from the account. |
class |
NoteList
A small structure for returning a list of notes out of a larger set. |
class |
NoteMetadata
This structure is used in the set of results returned by the findNotesMetadata function. |
class |
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. |
class |
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. |
class |
NoteVersionId
Identifying information about previous versions of a note that are backed up within Evernote's servers. |
class |
RelatedQuery
A description of the thing for which we are searching for related entities. |
class |
RelatedResult
The result of calling findRelated(). |
class |
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. |
class |
SyncChunk
This structure is given out by the NoteStore when a client asks to receive the current state of an account. |
class |
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. |
class |
SyncState
This structure encapsulates the information about the state of the user's account for the purpose of "state based" synchronization. |
| Uses of TBase in com.evernote.edam.type |
|---|
| Classes in com.evernote.edam.type that implement TBase | |
|---|---|
class |
Accounting
This represents the bookkeeping information for the user's subscription. |
class |
BusinessNotebook
If a Notebook contained in an Evernote Business account has been published the to business library, the Notebook will have a reference to one of these structures, which specifies how the Notebook will be represented in the library. |
class |
BusinessUserInfo
This structure is used to provide information about an Evernote Business membership, for members who are part of a business. |
class |
Data
In several places, EDAM exchanges blocks of bytes of data for a component which may be relatively large. |
class |
LazyMap
A structure that wraps a map of name/value pairs whose values are not always present in the structure in order to reduce space when obtaining batches of entities that contain the map. |
class |
LinkedNotebook
A link in an users account that refers them to a public or individual share in another user's account. |
class |
Note
Represents a single note in the user's account. |
class |
NoteAttributes
The list of optional attributes that can be stored on a note. |
class |
Notebook
A unique container for a set of notes. |
class |
NotebookDescriptor
A structure that describes a notebook or a user's relationship with a notebook. |
class |
NotebookRestrictions
This structure captures information about the types of operations that cannot be performed on a given notebook with a type of authenticated access and credentials. |
class |
PremiumInfo
This structure is used to provide information about a user's Premium account. |
class |
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. |
class |
Resource
Every media file that is embedded or attached to a note is represented through a Resource entry. |
class |
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. |
class |
SavedSearch
A named search associated with the account that can be quickly re-used. |
class |
SavedSearchScope
A structure defining the scope of a SavedSearch. |
class |
SharedNotebook
Shared notebooks represent a relationship between a notebook and a single share invitation recipient. |
class |
SharedNotebookRecipientSettings
Settings meant for the recipient of a shared notebook, such as for indicating which types of notifications the recipient wishes for reminders, etc. |
class |
Tag
A tag within a user's account is a unique name which may be organized a simple hierarchy. |
class |
User
This represents the information about a single user account. |
class |
UserAttributes
A structure holding the optional attributes that can be stored on a User. |
| Uses of TBase in com.evernote.edam.userstore |
|---|
| Classes in com.evernote.edam.userstore that implement TBase | |
|---|---|
class |
AuthenticationResult
When an authentication (or re-authentication) is performed, this structure provides the result to the client. |
class |
BootstrapInfo
This structure describes a collection of bootstrap profiles. |
class |
BootstrapProfile
This structure describes a collection of bootstrap settings. |
class |
BootstrapSettings
This structure describes a collection of bootstrap settings. |
class |
PublicUserInfo
This structure is used to provide publicly-available user information about a particular account. |
| Uses of TBase in com.evernote.thrift |
|---|
| Classes in com.evernote.thrift with type parameters of type TBase | |
|---|---|
interface |
TBase<T extends TBase>
Generic base interface for generated Thrift objects. |
interface |
TReflectionBase<T extends TBase,F extends TFieldIdEnum>
Generic base interface for generated Thrift objects that support field manipulation via reflection. |
| Subinterfaces of TBase in com.evernote.thrift | |
|---|---|
interface |
TReflectionBase<T extends TBase,F extends TFieldIdEnum>
Generic base interface for generated Thrift objects that support field manipulation via reflection. |
| Classes in com.evernote.thrift that implement TBase | |
|---|---|
class |
TUnion<T extends TUnion,F extends TFieldIdEnum>
|
| Methods in com.evernote.thrift that return TBase | |
|---|---|
TBase<T> |
TBase.deepCopy()
Creates a deep copy of the object. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||