Uses of Class
com.evernote.edam.type.ReminderEmailConfig

Packages that use ReminderEmailConfig
com.evernote.edam.type   
 

Uses of ReminderEmailConfig in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return ReminderEmailConfig
static ReminderEmailConfig ReminderEmailConfig.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 ReminderEmailConfig UserAttributes.getReminderEmailConfig()
           
static ReminderEmailConfig ReminderEmailConfig.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReminderEmailConfig[] ReminderEmailConfig.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evernote.edam.type with parameters of type ReminderEmailConfig
 void UserAttributes.setReminderEmailConfig(ReminderEmailConfig reminderEmailConfig)
           
 



Copyright © 2013. All Rights Reserved.