Uses of Class
org.apache.olingo.odata2.api.ep.EntityProviderBatchProperties
Packages that use EntityProviderBatchProperties
Package
Description
Entity Provider
-
Uses of EntityProviderBatchProperties in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return EntityProviderBatchPropertiesModifier and TypeMethodDescriptionEntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder.build()Methods in org.apache.olingo.odata2.api.ep with parameters of type EntityProviderBatchPropertiesModifier and TypeMethodDescriptionEntityProvider.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 EntityProviderBatchPropertiesModifierConstructorDescriptionEntityProviderBatchPropertiesBuilder(EntityProviderBatchProperties propertiesFrom) -
Uses of EntityProviderBatchProperties in org.apache.olingo.odata2.core.batch.v2
Constructors in org.apache.olingo.odata2.core.batch.v2 with parameters of type EntityProviderBatchPropertiesModifierConstructorDescriptionBatchParser(String contentType, EntityProviderBatchProperties properties, boolean isStrict) -
Uses of EntityProviderBatchProperties in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep with parameters of type EntityProviderBatchPropertiesModifier and TypeMethodDescriptionProviderFacadeImpl.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties)