public enum GoogleCalendarApiName extends Enum<GoogleCalendarApiName> implements org.apache.camel.util.component.ApiName
ApiName
Enumeration for Component GoogleCalendarEnum Constant and Description |
---|
ACL |
CALENDARS |
CHANNELS |
COLORS |
EVENTS |
FREEBUSY |
LIST |
SETTINGS |
Modifier and Type | Method and Description |
---|---|
static GoogleCalendarApiName |
fromValue(String value) |
String |
getName() |
static GoogleCalendarApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCalendarApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCalendarApiName ACL
public static final GoogleCalendarApiName LIST
public static final GoogleCalendarApiName CALENDARS
public static final GoogleCalendarApiName CHANNELS
public static final GoogleCalendarApiName COLORS
public static final GoogleCalendarApiName FREEBUSY
public static final GoogleCalendarApiName EVENTS
public static final GoogleCalendarApiName SETTINGS
public static GoogleCalendarApiName[] values()
for (GoogleCalendarApiName c : GoogleCalendarApiName.values()) System.out.println(c);
public static GoogleCalendarApiName 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 nullpublic String getName()
getName
in interface org.apache.camel.util.component.ApiName
public static GoogleCalendarApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
Apache Camel