com.evernote.edam.type
Class Constants

java.lang.Object
  extended by com.evernote.edam.type.Constants

public class Constants
extends java.lang.Object

Contains constant values specified by this package.


Field Summary
static java.lang.String CLASSIFICATION_RECIPE_SERVICE_RECIPE
          A value for the "recipe" key in the "classifications" map in NoteAttributes that indicates the Evernote service has classified a note as being a recipe.
static java.lang.String CLASSIFICATION_RECIPE_USER_NON_RECIPE
          A value for the "recipe" key in the "classifications" map in NoteAttributes that indicates the user has classified a note as being a non-recipe.
static java.lang.String CLASSIFICATION_RECIPE_USER_RECIPE
          A value for the "recipe" key in the "classifications" map in NoteAttributes that indicates the user has classified a note as being a recipe.
static java.lang.String EDAM_NOTE_SOURCE_MAIL_CLIP
          Standardized value for the 'source' NoteAttribute for notes that were clipped from an email message.
static java.lang.String EDAM_NOTE_SOURCE_MAIL_SMTP_GATEWAY
          Standardized value for the 'source' NoteAttribute for notes that were created via email sent to Evernote's email interface.
static java.lang.String EDAM_NOTE_SOURCE_WEB_CLIP
          Standardized value for the 'source' NoteAttribute for notes that were clipped from the web in some manner.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSIFICATION_RECIPE_USER_NON_RECIPE

public static final java.lang.String CLASSIFICATION_RECIPE_USER_NON_RECIPE
A value for the "recipe" key in the "classifications" map in NoteAttributes that indicates the user has classified a note as being a non-recipe.

See Also:
Constant Field Values

CLASSIFICATION_RECIPE_USER_RECIPE

public static final java.lang.String CLASSIFICATION_RECIPE_USER_RECIPE
A value for the "recipe" key in the "classifications" map in NoteAttributes that indicates the user has classified a note as being a recipe.

See Also:
Constant Field Values

CLASSIFICATION_RECIPE_SERVICE_RECIPE

public static final java.lang.String CLASSIFICATION_RECIPE_SERVICE_RECIPE
A value for the "recipe" key in the "classifications" map in NoteAttributes that indicates the Evernote service has classified a note as being a recipe.

See Also:
Constant Field Values

EDAM_NOTE_SOURCE_WEB_CLIP

public static final java.lang.String EDAM_NOTE_SOURCE_WEB_CLIP
Standardized value for the 'source' NoteAttribute for notes that were clipped from the web in some manner.

See Also:
Constant Field Values

EDAM_NOTE_SOURCE_MAIL_CLIP

public static final java.lang.String EDAM_NOTE_SOURCE_MAIL_CLIP
Standardized value for the 'source' NoteAttribute for notes that were clipped from an email message.

See Also:
Constant Field Values

EDAM_NOTE_SOURCE_MAIL_SMTP_GATEWAY

public static final java.lang.String EDAM_NOTE_SOURCE_MAIL_SMTP_GATEWAY
Standardized value for the 'source' NoteAttribute for notes that were created via email sent to Evernote's email interface.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()