public enum ZendeskApiName extends Enum<ZendeskApiName> implements org.apache.camel.util.component.ApiName
ApiName
Enumeration for Component ZendeskEnum Constant and Description |
---|
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static ZendeskApiName |
fromValue(String value) |
String |
getName() |
static ZendeskApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZendeskApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZendeskApiName DEFAULT
public static ZendeskApiName[] values()
for (ZendeskApiName c : ZendeskApiName.values()) System.out.println(c);
public static ZendeskApiName 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.ApiName
public static ZendeskApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
Apache Camel