Uses of Interface
org.apache.olingo.odata2.api.client.batch.BatchSingleResponse
Packages that use BatchSingleResponse
Package
Description
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 BatchSingleResponseModifier and TypeMethodDescriptionEntityProvider.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 -
Uses of BatchSingleResponse in org.apache.olingo.odata2.core.batch
Classes in org.apache.olingo.odata2.core.batch that implement BatchSingleResponse -
Uses of BatchSingleResponse in org.apache.olingo.odata2.core.batch.v2
Methods in org.apache.olingo.odata2.core.batch.v2 that return types with arguments of type BatchSingleResponse -
Uses of BatchSingleResponse in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep that return types with arguments of type BatchSingleResponseModifier and TypeMethodDescriptionProviderFacadeImpl.parseBatchResponse(String contentType, InputStream content)