public static enum CalendarResponse.Recurrence.DayOfWeek.Days extends java.lang.Enum<CalendarResponse.Recurrence.DayOfWeek.Days>
Enum Constant and Description |
---|
Friday |
LastDayOfMonth |
Monday |
Saturday |
Sunday |
Thrusday |
Tuesday |
Wednesday |
Weekdays |
WeekendDays |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static CalendarResponse.Recurrence.DayOfWeek.Days |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarResponse.Recurrence.DayOfWeek.Days[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarResponse.Recurrence.DayOfWeek.Days Sunday
public static final CalendarResponse.Recurrence.DayOfWeek.Days Monday
public static final CalendarResponse.Recurrence.DayOfWeek.Days Tuesday
public static final CalendarResponse.Recurrence.DayOfWeek.Days Wednesday
public static final CalendarResponse.Recurrence.DayOfWeek.Days Thrusday
public static final CalendarResponse.Recurrence.DayOfWeek.Days Friday
public static final CalendarResponse.Recurrence.DayOfWeek.Days Weekdays
public static final CalendarResponse.Recurrence.DayOfWeek.Days Saturday
public static final CalendarResponse.Recurrence.DayOfWeek.Days WeekendDays
public static final CalendarResponse.Recurrence.DayOfWeek.Days LastDayOfMonth
public static CalendarResponse.Recurrence.DayOfWeek.Days[] values()
for (CalendarResponse.Recurrence.DayOfWeek.Days c : CalendarResponse.Recurrence.DayOfWeek.Days.values()) System.out.println(c);
public static CalendarResponse.Recurrence.DayOfWeek.Days valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
Copyright © 2021. All Rights Reserved.