Uses of Class
org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Packages that use BatchRequestPart
Package
Description
Olingo Server API - Batch
Olingo Server API - Deserializer
-
Uses of BatchRequestPart in org.apache.olingo.server.api.batch
Methods in org.apache.olingo.server.api.batch with parameters of type BatchRequestPartModifier and TypeMethodDescriptionBatchFacade.handleBatchRequest
(BatchRequestPart request) Handles a BatchRequestPart. -
Uses of BatchRequestPart in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return types with arguments of type BatchRequestPartModifier and TypeMethodDescriptionFixedFormatDeserializer.parseBatchRequest
(InputStream content, String boundary, BatchOptions options) Reads batch data from an InputStream.