| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gdata.data.batch.BatchOperationType | |
Defines a batch operation (query, update, insert, delete). This enum is the java equivalent of <batch: operation type="..."/>.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BatchOperationType | DELETE | Delete the current entry identified by its id. | |||||||||
| BatchOperationType | INSERT | Insert the current entry. | |||||||||
| BatchOperationType | QUERY | Query for the entry by id. | |||||||||
| BatchOperationType | UPDATE | Update the current entry identified by its id. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BY_NAME | |||||||||||
| method | |||||||||||
| name | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets a BatchOperation by name (lowercase), as it appears in XML.
| |||||||||||
Generates a batch:operation element.
| |||||||||||
Gets the operation name as an HTTP method name.
| |||||||||||
Gets the operation name as it appears in XML.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Gets a BatchOperation by name (lowercase), as it appears in XML.
| name |
|---|
Generates a batch:operation element.
| w |
|---|
| IOException |
|---|
Gets the operation name as an HTTP method name.
Gets the operation name as it appears in XML.