Enum Class TwitterEventType

java.lang.Object
java.lang.Enum<TwitterEventType>
org.apache.camel.component.twitter.consumer.TwitterEventType
All Implemented Interfaces:
Serializable, Comparable<TwitterEventType>, Constable

public enum TwitterEventType extends Enum<TwitterEventType>
  • Enum Constant Details

  • Method Details

    • values

      public static TwitterEventType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TwitterEventType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • createExchange

      public org.apache.camel.Exchange createExchange(TwitterEndpoint endpoint)
    • createExchange

      public <T> org.apache.camel.Exchange createExchange(TwitterEndpoint endpoint, T body)
    • createExchangeList

      public <T> List<org.apache.camel.Exchange> createExchangeList(TwitterEndpoint endpoint, List<T> bodyList)