public enum GoogleDriveApiName extends Enum<GoogleDriveApiName> implements org.apache.camel.util.component.ApiName
ApiName
Enumeration for Component GoogleDriveEnum Constant and Description |
---|
DRIVE_ABOUT |
DRIVE_APPS |
DRIVE_CHANGES |
DRIVE_CHANNELS |
DRIVE_CHILDREN |
DRIVE_COMMENTS |
DRIVE_FILES |
DRIVE_PARENTS |
DRIVE_PERMISSIONS |
DRIVE_PROPERTIES |
DRIVE_REALTIME |
DRIVE_REPLIES |
DRIVE_REVISIONS |
Modifier and Type | Method and Description |
---|---|
static GoogleDriveApiName |
fromValue(String value) |
String |
getName() |
static GoogleDriveApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleDriveApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleDriveApiName DRIVE_ABOUT
public static final GoogleDriveApiName DRIVE_APPS
public static final GoogleDriveApiName DRIVE_CHANGES
public static final GoogleDriveApiName DRIVE_CHANNELS
public static final GoogleDriveApiName DRIVE_CHILDREN
public static final GoogleDriveApiName DRIVE_COMMENTS
public static final GoogleDriveApiName DRIVE_FILES
public static final GoogleDriveApiName DRIVE_PARENTS
public static final GoogleDriveApiName DRIVE_PERMISSIONS
public static final GoogleDriveApiName DRIVE_PROPERTIES
public static final GoogleDriveApiName DRIVE_REALTIME
public static final GoogleDriveApiName DRIVE_REPLIES
public static final GoogleDriveApiName DRIVE_REVISIONS
public static GoogleDriveApiName[] values()
for (GoogleDriveApiName c : GoogleDriveApiName.values()) System.out.println(c);
public static GoogleDriveApiName 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 GoogleDriveApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
Apache Camel