public enum TwitterMethod extends Enum<TwitterMethod>
Modifier and Type | Method and Description |
---|---|
static TwitterMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwitterMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterMethod MENTIONS_TIMELINE
public static final TwitterMethod USER_TIMELINE
public static final TwitterMethod HOME_TIMELINE
public static final TwitterMethod RETWEETS_OF_ME
public static final TwitterMethod RETWEETS
public static final TwitterMethod SHOW_STATUS
public static final TwitterMethod DESTROY_STATUS
public static final TwitterMethod UPDATE_STATUS
public static final TwitterMethod RETWEET_STATUS
public static final TwitterMethod OEMBED
public static final TwitterMethod SEARCH
public static final TwitterMethod DIRECT_MESSAGES
public static final TwitterMethod SENT_DIRECT_MESSAGES
public static final TwitterMethod DIRECT_MESSAGE
public static final TwitterMethod DESTROY_DIRECT_MESSAGE
public static final TwitterMethod SEND_DIRECT_MESSAGE
public static final TwitterMethod FRIENDS_IDS
public static final TwitterMethod FOLLOWERS_IDS
public static final TwitterMethod LOOKUP_FRIENDSHIPS
public static final TwitterMethod INCOMING_FRIENDSHIPS
public static final TwitterMethod OUTGOING_FRIENDSHIPS
public static final TwitterMethod CREATE_FRIENDSHIP
public static final TwitterMethod DESTROY_FRIENDSHIP
public static final TwitterMethod UPDATE_FRIENDSHIP
public static final TwitterMethod SHOW_FRIENDSHIP
public static final TwitterMethod FRIENDS_LIST
public static final TwitterMethod FOLLOWERS_LIST
public static final TwitterMethod ACCOUNT_SETTINGS
public static final TwitterMethod VERIFY_CREDENTIALS
public static final TwitterMethod UPDATE_ACCOUNT_SETTINGS
public static final TwitterMethod UPDATE_PROFILE
public static final TwitterMethod UPDATE_PROFILE_BACKGROUND_IMAGE
public static final TwitterMethod UPDATE_PROFILE_COLORS
public static final TwitterMethod UPDATE_PROFILE_IMAGE
public static final TwitterMethod BLOCK_LIST
public static final TwitterMethod BLOCK_LIST_IDS
public static final TwitterMethod CREATE_BLOCK
public static final TwitterMethod DESTROY_BLOCK
public static final TwitterMethod SHOW_USER
public static final TwitterMethod LOOKUP_USERS
public static final TwitterMethod SEARCH_USERS
public static final TwitterMethod CONTRIBUTORS
public static final TwitterMethod CONTRIBUTEEES
public static final TwitterMethod REMOVE_PROFILE_BANNER
public static final TwitterMethod UPDATE_PROFILE_BANNER
public static final TwitterMethod RATE_LIMIT_STATUS
public static final TwitterMethod USER_SUGGESTIONS
public static final TwitterMethod SUGGESTED_USER_CATEGORIES
public static final TwitterMethod MEMBER_SUGGESTIONS
public static final TwitterMethod FAVORITES
public static final TwitterMethod DESTROY_FAVORITE
public static final TwitterMethod CREATE_FAVORITE
public static final TwitterMethod USER_LISTS
public static final TwitterMethod USER_LIST_STATUSES
public static final TwitterMethod DESTROY_LIST_MEMBER
public static final TwitterMethod USER_LIST_MEMBERSHIPS
public static final TwitterMethod LIST_SUBSCRIBERS
public static final TwitterMethod SUBSCRIBE_LIST
public static final TwitterMethod CHECK_LIST_SUBSCRIPTION
public static final TwitterMethod UNSUBSCRIBE_LIST
public static final TwitterMethod CREATE_LIST_MEMBERS
public static final TwitterMethod CHECK_LIST_MEMBERSHIP
public static final TwitterMethod LIST_MEMBERS
public static final TwitterMethod CREATE_LIST_MEMBER
public static final TwitterMethod DESTROY_USER_LIST
public static final TwitterMethod UPDATE_USER_LIST
public static final TwitterMethod CREATE_USER_LIST
public static final TwitterMethod SHOW_USER_LIST
public static final TwitterMethod USER_LIST_SUBSCRIPTIONS
public static final TwitterMethod SAVED_SEARCHES
public static final TwitterMethod SAVED_SEARCH
public static final TwitterMethod CREATE_SAVED_SEARCH
public static final TwitterMethod DESTROY_SAVED_SEARCH
public static final TwitterMethod SEARCH_PLACES
public static final TwitterMethod SIMILAR_PLACES
public static final TwitterMethod REVERSE_GEO_CODE
public static final TwitterMethod GEO_DETAILS
public static final TwitterMethod CREATE_PLACE
public static final TwitterMethod PLACE_TRENDS
public static final TwitterMethod AVAILABLE_TRENDS
public static final TwitterMethod CLOSEST_TRENDS
public static final TwitterMethod REPORT_SPAM
public static final TwitterMethod OAUTH_REQUEST_TOKEN
public static final TwitterMethod OAUTH_ACCESS_TOKEN
public static final TwitterMethod TERMS_OF_SERVICE
public static final TwitterMethod CONFIGURATION
public static final TwitterMethod LANGUAGES
public static final TwitterMethod PRIVACY_POLICY
public static final TwitterMethod RELATED_RESULTS
public static TwitterMethod[] values()
for (TwitterMethod c : TwitterMethod.values()) System.out.println(c);
public static TwitterMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013. All Rights Reserved.