public static enum Twitter.KRequestType extends java.lang.Enum<Twitter.KRequestType>
| Enum Constant and Description |
|---|
NORMAL
Deprecated.
|
SEARCH
Deprecated.
|
SEARCH_USERS
Deprecated.
this is X-Feature Class "namesearch" in the response headers
|
SHOW_USER
Deprecated.
|
STREAM_KEYWORD
Deprecated.
|
STREAM_USER
Deprecated.
|
UPLOAD_MEDIA
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Twitter.KRequestType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Twitter.KRequestType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Twitter.KRequestType NORMAL
public static final Twitter.KRequestType SEARCH
public static final Twitter.KRequestType SEARCH_USERS
public static final Twitter.KRequestType SHOW_USER
public static final Twitter.KRequestType UPLOAD_MEDIA
public static final Twitter.KRequestType STREAM_KEYWORD
public static final Twitter.KRequestType STREAM_USER
public static Twitter.KRequestType[] values()
for (Twitter.KRequestType c : Twitter.KRequestType.values()) System.out.println(c);
public static Twitter.KRequestType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null