public enum BoxApiName extends Enum<BoxApiName> implements org.apache.camel.util.component.ApiName
ApiName Enumeration for Component Box| Enum Constant and Description |
|---|
COLLABORATIONS |
COMMENTS |
EVENTS |
FILES |
FOLDERS |
GROUPS |
POLL_EVENTS |
SEARCH |
SHARED_COMMENTS |
SHARED_FILES |
SHARED_FOLDERS |
SHARED_ITEMS |
USERS |
| Modifier and Type | Method and Description |
|---|---|
static BoxApiName |
fromValue(String value) |
String |
getName() |
static BoxApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxApiName COLLABORATIONS
public static final BoxApiName COMMENTS
public static final BoxApiName EVENTS
public static final BoxApiName FILES
public static final BoxApiName FOLDERS
public static final BoxApiName GROUPS
public static final BoxApiName POLL_EVENTS
public static final BoxApiName SEARCH
public static final BoxApiName SHARED_COMMENTS
public static final BoxApiName SHARED_FILES
public static final BoxApiName SHARED_FOLDERS
public static final BoxApiName SHARED_ITEMS
public static final BoxApiName USERS
public static BoxApiName[] values()
for (BoxApiName c : BoxApiName.values()) System.out.println(c);
public static BoxApiName 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.ApiNamepublic static BoxApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionApache Camel