Uses of Interface
org.apache.olingo.odata2.api.client.batch.BatchSingleResponse
-
Packages that use BatchSingleResponse Package Description org.apache.olingo.odata2.api.ep Entity Provider -
-
Uses of BatchSingleResponse in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return types with arguments of type BatchSingleResponse Modifier and Type Method Description List<BatchSingleResponse>EntityProvider.EntityProviderInterface. parseBatchResponse(String contentType, InputStream content)Parse Batch Response body (asInputStream) and provide a list of single responses asBatchSingleResponsestatic List<BatchSingleResponse>EntityProvider. parseBatchResponse(InputStream content, String contentType)Parse Batch Response body (asInputStream) and provide a list of single responses asBatchSingleResponse
-