public enum BoxFoldersManagerApiMethod extends Enum<BoxFoldersManagerApiMethod> implements org.apache.camel.support.component.ApiMethod
ApiMethod Enumeration for org.apache.camel.component.box.api.BoxFoldersManager| Enum Constant and Description |
|---|
COPY_FOLDER |
CREATE_FOLDER |
CREATE_FOLDER_1 |
CREATE_FOLDER_SHARED_LINK |
DELETE_FOLDER |
GET_FOLDER |
GET_FOLDER_INFO |
GET_FOLDER_ITEMS |
GET_ROOT_FOLDER |
MOVE_FOLDER |
RENAME_FOLDER |
UPDATE_FOLDER_INFO |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgNames() |
List<Class<?>> |
getArgTypes() |
Method |
getMethod() |
String |
getName() |
Class<?> |
getResultType() |
static BoxFoldersManagerApiMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxFoldersManagerApiMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxFoldersManagerApiMethod COPY_FOLDER
public static final BoxFoldersManagerApiMethod CREATE_FOLDER
public static final BoxFoldersManagerApiMethod CREATE_FOLDER_1
public static final BoxFoldersManagerApiMethod CREATE_FOLDER_SHARED_LINK
public static final BoxFoldersManagerApiMethod DELETE_FOLDER
public static final BoxFoldersManagerApiMethod GET_FOLDER
public static final BoxFoldersManagerApiMethod GET_FOLDER_INFO
public static final BoxFoldersManagerApiMethod GET_FOLDER_ITEMS
public static final BoxFoldersManagerApiMethod GET_ROOT_FOLDER
public static final BoxFoldersManagerApiMethod MOVE_FOLDER
public static final BoxFoldersManagerApiMethod RENAME_FOLDER
public static final BoxFoldersManagerApiMethod UPDATE_FOLDER_INFO
public static BoxFoldersManagerApiMethod[] values()
for (BoxFoldersManagerApiMethod c : BoxFoldersManagerApiMethod.values()) System.out.println(c);
public static BoxFoldersManagerApiMethod 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.ApiMethodpublic Class<?> getResultType()
getResultType in interface org.apache.camel.support.component.ApiMethodpublic List<String> getArgNames()
getArgNames in interface org.apache.camel.support.component.ApiMethodpublic List<Class<?>> getArgTypes()
getArgTypes in interface org.apache.camel.support.component.ApiMethodpublic Method getMethod()
getMethod in interface org.apache.camel.support.component.ApiMethodApache Camel