public enum BoxCollaborationsManagerApiMethod extends Enum<BoxCollaborationsManagerApiMethod> implements org.apache.camel.support.component.ApiMethod
ApiMethod Enumeration for org.apache.camel.component.box.api.BoxCollaborationsManager| Enum Constant and Description |
|---|
ADD_FOLDER_COLLABORATION |
ADD_FOLDER_COLLABORATION_BY_EMAIL |
DELETE_COLLABORATION |
GET_COLLABORATION_INFO |
GET_FOLDER_COLLABORATIONS |
GET_PENDING_COLLABORATIONS |
UPDATE_COLLABORATION_INFO |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgNames() |
List<Class<?>> |
getArgTypes() |
Method |
getMethod() |
String |
getName() |
Class<?> |
getResultType() |
static BoxCollaborationsManagerApiMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxCollaborationsManagerApiMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxCollaborationsManagerApiMethod ADD_FOLDER_COLLABORATION
public static final BoxCollaborationsManagerApiMethod ADD_FOLDER_COLLABORATION_BY_EMAIL
public static final BoxCollaborationsManagerApiMethod DELETE_COLLABORATION
public static final BoxCollaborationsManagerApiMethod GET_COLLABORATION_INFO
public static final BoxCollaborationsManagerApiMethod GET_FOLDER_COLLABORATIONS
public static final BoxCollaborationsManagerApiMethod GET_PENDING_COLLABORATIONS
public static final BoxCollaborationsManagerApiMethod UPDATE_COLLABORATION_INFO
public static BoxCollaborationsManagerApiMethod[] values()
for (BoxCollaborationsManagerApiMethod c : BoxCollaborationsManagerApiMethod.values()) System.out.println(c);
public static BoxCollaborationsManagerApiMethod 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