Uses of Class
org.apache.camel.component.twitter.data.EndpointType
-
Packages that use EndpointType Package Description org.apache.camel.component.twitter org.apache.camel.component.twitter.data -
-
Uses of EndpointType in org.apache.camel.component.twitter
Methods in org.apache.camel.component.twitter that return EndpointType Modifier and Type Method Description EndpointTypeAbstractTwitterEndpoint. getEndpointType()EndpointTypeTwitterEndpoint. getEndpointType()EndpointTypeTwitterConfiguration. getType()Methods in org.apache.camel.component.twitter with parameters of type EndpointType Modifier and Type Method Description voidTwitterConfiguration. setType(EndpointType type)Endpoint type to use. -
Uses of EndpointType in org.apache.camel.component.twitter.data
Methods in org.apache.camel.component.twitter.data that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. fromString(String uri)static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-