Uses of Class
org.apache.olingo.server.api.deserializer.batch.BatchOptions
Packages that use BatchOptions
Package
Description
Olingo Server API - Deserializer
Olingo Server API - Deserializer - Batch
-
Uses of BatchOptions in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer with parameters of type BatchOptionsModifier and TypeMethodDescriptionFixedFormatDeserializer.parseBatchRequest(InputStream content, String boundary, BatchOptions options) Reads batch data from an InputStream. -
Uses of BatchOptions in org.apache.olingo.server.api.deserializer.batch
Methods in org.apache.olingo.server.api.deserializer.batch that return BatchOptionsModifier and TypeMethodDescriptionBatchOptions.Builder.build()Creates a new BatchOptions instance. -
Uses of BatchOptions in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer with parameters of type BatchOptionsModifier and TypeMethodDescriptionFixedFormatDeserializerImpl.parseBatchRequest(InputStream content, String boundary, BatchOptions options) -
Uses of BatchOptions in org.apache.olingo.server.core.deserializer.batch
Methods in org.apache.olingo.server.core.deserializer.batch with parameters of type BatchOptionsModifier and TypeMethodDescriptionBatchParser.parseBatchRequest(InputStream content, String boundary, BatchOptions options)