API Reference
| Classic JavaDoc |
Class RecurrenceType
java.lang.Object └ com.moyosoft.util.AbstractType └ com.moyosoft.connector.ms.outlook.recurrence.RecurrenceType
public class RecurrenceType extends com.moyosoft.util.AbstractType
Fields
static RecurrenceType | RECURS_DAILY | |
static RecurrenceType | RECURS_MONTHLY | |
static RecurrenceType | RECURS_MONTH_NTH | |
static RecurrenceType | RECURS_WEEKLY | |
static RecurrenceType | RECURS_YEARLY | |
static RecurrenceType | RECURS_YEAR_NTH | |
Methods
static RecurrenceType | getById (int pId) | |
boolean | isRecursDaily () | |
boolean | isRecursMonthly () | |
boolean | isRecursMonthNth () | |
boolean | isRecursWeekly () | |
boolean | isRecursYearly () | |
boolean | isRecursYearNth () | |
Inherited methods
com.moyosoft.util.AbstractType
equals, getTypeValue, toString
Community comments
Powered by JavaDocPlus