public static enum TwitterSearchEndpointBuilderFactory.EndpointType extends Enum<TwitterSearchEndpointBuilderFactory.EndpointType>
org.apache.camel.component.twitter.data.EndpointType enum.| Modifier and Type | Method and Description |
|---|---|
static TwitterSearchEndpointBuilderFactory.EndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwitterSearchEndpointBuilderFactory.EndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterSearchEndpointBuilderFactory.EndpointType POLLING
public static final TwitterSearchEndpointBuilderFactory.EndpointType DIRECT
public static TwitterSearchEndpointBuilderFactory.EndpointType[] values()
for (TwitterSearchEndpointBuilderFactory.EndpointType c : TwitterSearchEndpointBuilderFactory.EndpointType.values()) System.out.println(c);
public static TwitterSearchEndpointBuilderFactory.EndpointType 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 nullApache Camel