public static enum RecurrenceFieldUpdate.RecurrencePattern extends Enum<RecurrenceFieldUpdate.RecurrencePattern>
| Enum Constant and Description |
|---|
AbsoluteMonthlyRecurrence |
AbsoluteYearlyRecurrence |
DailyRecurrence |
RelativeMonthlyRecurrence |
RelativeYearlyRecurrence |
WeeklyRecurrence |
| Modifier and Type | Method and Description |
|---|---|
static RecurrenceFieldUpdate.RecurrencePattern |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurrenceFieldUpdate.RecurrencePattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecurrenceFieldUpdate.RecurrencePattern DailyRecurrence
public static final RecurrenceFieldUpdate.RecurrencePattern WeeklyRecurrence
public static final RecurrenceFieldUpdate.RecurrencePattern AbsoluteMonthlyRecurrence
public static final RecurrenceFieldUpdate.RecurrencePattern AbsoluteYearlyRecurrence
public static final RecurrenceFieldUpdate.RecurrencePattern RelativeMonthlyRecurrence
public static final RecurrenceFieldUpdate.RecurrencePattern RelativeYearlyRecurrence
public static RecurrenceFieldUpdate.RecurrencePattern[] values()
for (RecurrenceFieldUpdate.RecurrencePattern c : RecurrenceFieldUpdate.RecurrencePattern.values()) System.out.println(c);
public static RecurrenceFieldUpdate.RecurrencePattern valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.