public class ODataBatchController extends Object
| Constructor and Description |
|---|
ODataBatchController(org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator batchLineIterator,
String boundary)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator |
getBatchLineIterator()
Gest batch line iterator.
|
String |
getBoundary()
Gest batch boundary.
|
boolean |
isValidBatch()
Checks if batch is valid.
|
void |
setValidBatch(boolean validBatch)
Sets batch validity.
|
public ODataBatchController(org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator batchLineIterator,
String boundary)
batchLineIterator - batch line iterator.boundary - batch boundary.public boolean isValidBatch()
public void setValidBatch(boolean validBatch)
validBatch - validity.public String getBoundary()
public org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator getBatchLineIterator()
Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.