Class BatchChangeSetPart
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchQueryOperation
-
- org.apache.olingo.odata2.core.batch.v2.BatchChangeSetPart
-
- All Implemented Interfaces:
BatchPart
public class BatchChangeSetPart extends BatchQueryOperation
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.core.batch.v2.BatchQueryOperation
body, bodySize, headers, httpStatusLine, isStrict, message
-
-
Constructor Summary
Constructors Constructor Description BatchChangeSetPart(List<Line> message, boolean isStrict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Line>getBody()LinegetHttpStatusLine()BatchQueryOperationgetRequest()BatchChangeSetPartparse()-
Methods inherited from class org.apache.olingo.odata2.core.batch.v2.BatchQueryOperation
consumeHttpStatusLine, getBodySize, getHeaders, isStrict
-
-
-
-
Constructor Detail
-
BatchChangeSetPart
public BatchChangeSetPart(List<Line> message, boolean isStrict) throws BatchException
- Throws:
BatchException
-
-
Method Detail
-
parse
public BatchChangeSetPart parse() throws BatchException
- Overrides:
parsein classBatchQueryOperation- Throws:
BatchException
-
getRequest
public BatchQueryOperation getRequest()
-
getBody
public List<Line> getBody()
- Overrides:
getBodyin classBatchQueryOperation
-
getHttpStatusLine
public Line getHttpStatusLine()
- Overrides:
getHttpStatusLinein classBatchQueryOperation
-
-