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 . |
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.core.ep |
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.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ContentTypeBasedSerializer.readBatchRequest(List<BatchPart> batchParts,
String boundary)
Reads Batch Request Parts and returns an input Stream
|
Modifier and Type | Method and Description |
---|---|
InputStream |
JsonSerializerDeserializer.readBatchRequest(List<BatchPart> batchParts,
String boundary) |
InputStream |
AtomSerializerDeserializer.readBatchRequest(List<BatchPart> batchParts,
String boundary) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.