Interface TwitterConstants


public interface TwitterConstants
Defines common constants
  • Field Details

    • SCHEME_TIMELINE

      static final String SCHEME_TIMELINE
      See Also:
    • SCHEME_DIRECT_MESSAGE

      static final String SCHEME_DIRECT_MESSAGE
      See Also:
    • TWITTER_KEYWORDS

      @Metadata(description="The keywords to search", javaType="String", applicableFor="twitter-search") static final String TWITTER_KEYWORDS
      See Also:
    • TWITTER_SEARCH_LANGUAGE

      @Metadata(description="The lang string ISO_639-1 which will be used for searching", javaType="String", applicableFor="twitter-search") static final String TWITTER_SEARCH_LANGUAGE
      See Also:
    • TWITTER_COUNT

      @Metadata(description="Limiting number of results per page.", javaType="Integer", applicableFor="twitter-search") static final String TWITTER_COUNT
      See Also:
    • TWITTER_NUMBER_OF_PAGES

      @Metadata(description="The number of pages result which you want camel-twitter to consume.", javaType="Integer", applicableFor="twitter-search") static final String TWITTER_NUMBER_OF_PAGES
      See Also:
    • TWITTER_SINCEID

      @Metadata(javaType="Long", applicableFor="twitter-search") static final String TWITTER_SINCEID
      The last tweet id which will be used for pulling the tweets. It is useful when the camel route is restarted after a long-running.
      See Also:
    • TWITTER_MAXID

      @Metadata(description="If specified, returns tweets with status ids less than the given id.", javaType="Long", applicableFor="twitter-search") static final String TWITTER_MAXID
      See Also:
    • TWITTER_USER

      @Metadata(description="The user", javaType="String", applicableFor="twitter-directmessage") static final String TWITTER_USER
      See Also:
    • TWITTER_USER_ROLE

      static final String TWITTER_USER_ROLE
      See Also:
    • TWITTER_EVENT_TYPE

      @Metadata(description="The type of event. The supported values are the values of the enum org.apache.camel.component.twitter.consumer.TwitterEventType", javaType="String") static final String TWITTER_EVENT_TYPE
      See Also: