Class BatchQueryOperation
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchQueryOperation
-
- All Implemented Interfaces:
BatchPart
- Direct Known Subclasses:
BatchChangeSetPart
public class BatchQueryOperation extends Object implements BatchPart
-
-
Constructor Summary
Constructors Constructor Description BatchQueryOperation(List<Line> message, boolean isStrict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LineconsumeHttpStatusLine(List<Line> message)List<Line>getBody()intgetBodySize()HeadergetHeaders()LinegetHttpStatusLine()booleanisStrict()BatchQueryOperationparse()
-
-
-
Method Detail
-
parse
public BatchQueryOperation parse() throws BatchException
- Throws:
BatchException
-
consumeHttpStatusLine
protected Line consumeHttpStatusLine(List<Line> message) throws BatchException
- Throws:
BatchException
-
getHttpStatusLine
public Line getHttpStatusLine()
-
getBodySize
public int getBodySize()
-
getHeaders
public Header getHeaders()
- Specified by:
getHeadersin interfaceBatchPart
-
-