Uses of Enum Class
org.apache.camel.component.twitter.data.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in org.apache.camel.component.twitter
Methods in org.apache.camel.component.twitter that return EndpointTypeModifier and TypeMethodDescriptionAbstractTwitterEndpoint.getEndpointType()TwitterEndpoint.getEndpointType()TwitterConfiguration.getType()Methods in org.apache.camel.component.twitter with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidTwitterConfiguration.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 EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeEndpointType.fromString(String uri) static EndpointTypeReturns the enum constant of this class with the specified name.static EndpointType[]EndpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.