public enum BoxApiName extends Enum<BoxApiName> implements org.apache.camel.support.component.ApiName
ApiName Enumeration for Component Box| Enum Constant and Description |
|---|
COLLABORATIONS |
COMMENTS |
EVENT_LOGS |
EVENTS |
FILES |
FOLDERS |
GROUPS |
SEARCH |
TASKS |
USERS |
| Modifier and Type | Method and Description |
|---|---|
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 EVENT_LOGS
public static final BoxApiName FILES
public static final BoxApiName FOLDERS
public static final BoxApiName GROUPS
public static final BoxApiName EVENTS
public static final BoxApiName SEARCH
public static final BoxApiName TASKS
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.support.component.ApiNameApache Camel