|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchRequest | |
|---|---|
| com.google.api.client.googleapis.batch | Batch for Google API's. |
| com.google.api.client.googleapis.services | Contains the basis for the generated service-specific libraries. |
| Uses of BatchRequest in com.google.api.client.googleapis.batch |
|---|
| Methods in com.google.api.client.googleapis.batch that return BatchRequest | ||
|---|---|---|
|
BatchRequest.queue(HttpRequest httpRequest,
Class<T> dataClass,
Class<E> errorClass,
BatchCallback<T,E> callback)
Queues the specified HttpRequest for batched execution. |
|
BatchRequest |
BatchRequest.setBatchUrl(GenericUrl batchUrl)
Sets the URL that will be hit when execute() is called. |
|
| Uses of BatchRequest in com.google.api.client.googleapis.services |
|---|
| Methods in com.google.api.client.googleapis.services that return BatchRequest | |
|---|---|
BatchRequest |
GoogleClient.batch()
Create an BatchRequest object from this Google API client instance. |
BatchRequest |
GoogleClient.batch(HttpRequestInitializer httpRequestInitializer)
Create an BatchRequest object from this Google API client instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||