public static enum Service.GDataRequest.RequestType extends java.lang.Enum<Service.GDataRequest.RequestType>
Enum Constant and Description |
---|
BATCH |
DELETE |
INSERT |
PATCH |
QUERY |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static Service.GDataRequest.RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Service.GDataRequest.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service.GDataRequest.RequestType QUERY
public static final Service.GDataRequest.RequestType INSERT
public static final Service.GDataRequest.RequestType UPDATE
public static final Service.GDataRequest.RequestType PATCH
public static final Service.GDataRequest.RequestType DELETE
public static final Service.GDataRequest.RequestType BATCH
public static Service.GDataRequest.RequestType[] values()
for (Service.GDataRequest.RequestType c : Service.GDataRequest.RequestType.values()) System.out.println(c);
public static Service.GDataRequest.RequestType 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