Uses of Class
org.apache.olingo.odata2.api.ep.EntityProviderBatchProperties

Packages that use EntityProviderBatchProperties
org.apache.olingo.odata2.api.ep Entity Provider 
 

Uses of EntityProviderBatchProperties in org.apache.olingo.odata2.api.ep
 

Methods in org.apache.olingo.odata2.api.ep that return EntityProviderBatchProperties
 EntityProviderBatchProperties EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder.build()
           
 

Methods in org.apache.olingo.odata2.api.ep with parameters of type EntityProviderBatchProperties
static List<BatchRequestPart> EntityProvider.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)
          Parse Batch Request body inputStream (as InputStream) and provide a list of Batch Request parts as BatchRequestPart
 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
 

Constructors in org.apache.olingo.odata2.api.ep with parameters of type EntityProviderBatchProperties
EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder(EntityProviderBatchProperties propertiesFrom)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.