Uses of Interface
org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Packages that use ODataBatchLineIterator
Package
Description
-
Uses of ODataBatchLineIterator in org.apache.olingo.client.api.communication.request.batch
Methods in org.apache.olingo.client.api.communication.request.batch with parameters of type ODataBatchLineIteratorModifier and TypeMethodDescriptionvoid
ODataBatchResponseItem.initFromBatch
(ODataBatchLineIterator batchLineIterator, String boundary) Initializes ODataResponse template from batch response item part. -
Uses of ODataBatchLineIterator in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response with parameters of type ODataBatchLineIteratorModifier and TypeMethodDescriptionODataResponse.initFromBatch
(Map.Entry<Integer, String> responseLine, Map<String, Collection<String>> headers, ODataBatchLineIterator batchLineIterator, String boundary) Initializes response from batch response item.