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