List<BatchRequestPart> |
EntityProvider.EntityProviderInterface.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties) |
Parse Batch Request body inputStream (as InputStream) and provide a list of Batch Parts as
BatchPart
|
static List<BatchRequestPart> |
EntityProvider.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties) |
|
List<BatchSingleResponse> |
EntityProvider.EntityProviderInterface.parseBatchResponse(String contentType,
InputStream content) |
|
static List<BatchSingleResponse> |
EntityProvider.parseBatchResponse(InputStream content,
String contentType) |
|
ODataResponse |
EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
Write responses of Batch Response Parts in Batch Response as ODataResponse.
|
static ODataResponse |
EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
Write responses of Batch Response Parts in Batch Response as ODataResponse.
|