|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GDataRequest.GDataRequestType>
org.apache.lucene.gdata.server.GDataRequest.GDataRequestType
public static enum GDataRequest.GDataRequestType
Indicates the request type
Enum Constant Summary | |
---|---|
DELETE
Type DeleteRequest |
|
GET
Type FeedRequest |
|
INSERT
Type InsertRequest |
|
UPDATE
Type UpdateRequest |
Method Summary | |
---|---|
static GDataRequest.GDataRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GDataRequest.GDataRequestType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GDataRequest.GDataRequestType GET
public static final GDataRequest.GDataRequestType UPDATE
public static final GDataRequest.GDataRequestType DELETE
public static final GDataRequest.GDataRequestType INSERT
Method Detail |
---|
public static final GDataRequest.GDataRequestType[] values()
for(GDataRequest.GDataRequestType c : GDataRequest.GDataRequestType.values()) System.out.println(c);
public static GDataRequest.GDataRequestType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |