org.apache.camel.component.twitter
Class TwitterConstants

java.lang.Object
  extended by org.apache.camel.component.twitter.TwitterConstants

public final class TwitterConstants
extends Object

Defines common constants


Field Summary
static String TWITTER_COUNT
           
static String TWITTER_KEYWORDS
           
static String TWITTER_NUMBER_OF_PAGES
           
static String TWITTER_SEARCH_LANGUAGE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TWITTER_KEYWORDS

public static final String TWITTER_KEYWORDS
See Also:
Constant Field Values

TWITTER_SEARCH_LANGUAGE

public static final String TWITTER_SEARCH_LANGUAGE
See Also:
Constant Field Values

TWITTER_COUNT

public static final String TWITTER_COUNT
See Also:
Constant Field Values

TWITTER_NUMBER_OF_PAGES

public static final String TWITTER_NUMBER_OF_PAGES
See Also:
Constant Field Values


Apache Camel