org.springframework.integration.twitter
Class TwitterHeaders
java.lang.Object
org.springframework.integration.twitter.TwitterHeaders
public class TwitterHeaders
- extends Object
An enum to allow users to express interest in particular kinds of tweets.
Contains header keys used by the various adapters.
- Since:
- 2.0
- Author:
- Josh Long
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TWITTER_IN_REPLY_TO_STATUS_ID
public static final String TWITTER_IN_REPLY_TO_STATUS_ID
- See Also:
- Constant Field Values
TWITTER_PLACE_ID
public static final String TWITTER_PLACE_ID
- See Also:
- Constant Field Values
TWITTER_GEOLOCATION
public static final String TWITTER_GEOLOCATION
- See Also:
- Constant Field Values
TWITTER_DISPLAY_COORDINATES
public static final String TWITTER_DISPLAY_COORDINATES
- See Also:
- Constant Field Values
TWITTER_DM_TARGET_USER_ID
public static final String TWITTER_DM_TARGET_USER_ID
- See Also:
- Constant Field Values
TwitterHeaders
public TwitterHeaders()
Copyright © 2010. All Rights Reserved.