public enum BoxCollaborationsManagerApiMethod extends Enum<BoxCollaborationsManagerApiMethod> implements org.apache.camel.util.component.ApiMethod
ApiMethod
Enumeration for org.apache.camel.component.box.api.BoxCollaborationsManagerEnum Constant and Description |
---|
ADDFOLDERCOLLABORATION |
ADDFOLDERCOLLABORATIONBYEMAIL |
DELETECOLLABORATION |
GETCOLLABORATIONINFO |
GETFOLDERCOLLABORATIONS |
GETPENDINGCOLLABORATIONS |
UPDATECOLLABORATIONINFO |
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 ADDFOLDERCOLLABORATION
public static final BoxCollaborationsManagerApiMethod ADDFOLDERCOLLABORATIONBYEMAIL
public static final BoxCollaborationsManagerApiMethod DELETECOLLABORATION
public static final BoxCollaborationsManagerApiMethod GETCOLLABORATIONINFO
public static final BoxCollaborationsManagerApiMethod GETFOLDERCOLLABORATIONS
public static final BoxCollaborationsManagerApiMethod GETPENDINGCOLLABORATIONS
public static final BoxCollaborationsManagerApiMethod UPDATECOLLABORATIONINFO
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.util.component.ApiMethod
public Class<?> getResultType()
getResultType
in interface org.apache.camel.util.component.ApiMethod
public List<String> getArgNames()
getArgNames
in interface org.apache.camel.util.component.ApiMethod
public List<Class<?>> getArgTypes()
getArgTypes
in interface org.apache.camel.util.component.ApiMethod
public Method getMethod()
getMethod
in interface org.apache.camel.util.component.ApiMethod
Apache Camel