| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.client.batch | |
| org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchChangeSet
A BatchChangeSet
BatchChangeSet represents a Change Set, that consists of change requests
|
class |
BatchQueryPart
A BatchQueryPart
BatchQueryPart represents a single retrieve request
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
EntityProvider.writeBatchRequest(List<BatchPart> batchParts,
String boundary)
Create Batch Request body as InputStream.
|
InputStream |
EntityProvider.EntityProviderInterface.writeBatchRequest(List<BatchPart> batchParts,
String boundary)
Create Batch Request body as InputStream.
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.