| Modifier and Type | Method and Description |
|---|---|
<F extends IFeed> |
GoogleBaseService.batch(URL url,
F f) |
| Modifier and Type | Method and Description |
|---|---|
<F extends IFeed> |
Service.batch(URL feedUrl,
F inputFeed)
Executes several operations (insert, update or delete) on the entries that
are part of the input
IFeed. |
<F extends IFeed> |
GoogleService.batch(URL feedUrl,
F inputFeed)
Executes several operations (insert, update or delete) on the entries that
are part of the input
IFeed. |
| Modifier and Type | Method and Description |
|---|---|
GenericFeed |
GmailFilterService.batch(String domain,
GenericFeed feed)
Inserts one or more Gmail filter entries in a single batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
MailItemFeed |
MailItemService.batch(String domain,
String userName,
MailItemFeed feed)
Inserts one or more MailItem entries in a single batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchUtils.throwIfInterrupted(IFeed ifeed)
Throws a
BatchInterrupted exception if any entry within the feed
has a batch interrupted child element. |
Copyright © 2012. All Rights Reserved.