| Package | Description |
|---|---|
| com.google.gdata.data.batch | |
| com.google.gdata.model.batch |
| Modifier and Type | Method and Description |
|---|---|
static BatchOperationType |
BatchOperationType.forName(String name)
Gets a BatchOperation by name (lowercase), as it appears in XML.
|
static BatchOperationType |
BatchUtils.getBatchOperationType(ExtensionPoint extPoint)
Gets the batch operation type from the tag
<batch:operation>
in a ExtensionPoint. |
BatchOperationType |
BatchOperation.getType()
|
static BatchOperationType |
BatchOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchOperationType[] |
BatchOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchUtils.setBatchOperationType(ExtensionPoint extPoint,
BatchOperationType op)
Sets the batch operation to execute in a
BaseEntry. |
void |
BatchOperation.setType(BatchOperationType type)
Sets the operation type.
|
| Constructor and Description |
|---|
BatchOperation(BatchOperationType type)
Creates a new BatchOperation object.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<BatchOperationType> |
BatchOperation.TYPE
The operation type.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchOperationType |
BatchUtils.getBatchOperationType(IEntry entry)
Gets the batch operation type from the tag
<batch:operation>
in a IEntry. |
static BatchOperationType |
BatchUtils.getBatchOperationType(IFeed feed)
Gets the batch operation type from the tag
<batch:operation>
in a BaseFeed. |
BatchOperationType |
BatchOperation.getType()
Returns the operation type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchUtils.setBatchOperationType(IEntry entry,
BatchOperationType op)
Sets the batch operation to execute in a
IEntry. |
static void |
BatchUtils.setBatchOperationType(IFeed feed,
BatchOperationType op)
Sets the batch operation to execute in a
BaseFeed. |
BatchOperation |
BatchOperation.setType(BatchOperationType type)
Sets the operation type.
|
| Constructor and Description |
|---|
BatchOperation(BatchOperationType type)
Constructs a new instance with the given operation type.
|
Copyright © 2012. All Rights Reserved.