Uses of Class
org.apache.olingo.odata2.api.ep.EntityProviderBatchProperties
-
Packages that use EntityProviderBatchProperties Package Description 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 Modifier and Type Method Description EntityProviderBatchPropertiesEntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder. build()Methods in org.apache.olingo.odata2.api.ep with parameters of type EntityProviderBatchProperties Modifier and Type Method Description List<BatchRequestPart>EntityProvider.EntityProviderInterface. parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)Parse Batch Request bodyinputStream(asInputStream) and provide a list of Batch Parts asBatchPartstatic List<BatchRequestPart>EntityProvider. parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)Parse Batch Request bodyinputStream(asInputStream) and provide a list of Batch Request parts asBatchRequestPartConstructors in org.apache.olingo.odata2.api.ep with parameters of type EntityProviderBatchProperties Constructor Description EntityProviderBatchPropertiesBuilder(EntityProviderBatchProperties propertiesFrom)
-