Modifier and Type | Method and Description |
---|---|
void |
ODataBatchableRequest.batch(CommonODataBatchRequest req)
Writes (and consume) the request onto the given batch stream.
|
void |
ODataBatchableRequest.batch(CommonODataBatchRequest req,
String contentId)
Writes (and consume) the request onto the given batch stream.
|
Modifier and Type | Method and Description |
---|---|
CommonODataBatchRequest |
CommonBatchRequestFactory.getBatchRequest(String serviceRoot)
Gets a batch request object instance.
|
CommonODataBatchRequest |
CommonODataBatchRequest.rawAppend(byte[] toBeStreamed)
Appends the given byte array to the payload.
|
CommonODataBatchRequest |
CommonODataBatchRequest.rawAppend(byte[] toBeStreamed,
int off,
int len)
Appends the given byte array to the payload.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataBatchRequest
This class implements a batch request.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.