Class BatchBodyPart
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchBodyPart
-
-
Constructor Summary
Constructors Constructor Description BatchBodyPart(List<Line> bodyPartMessage, String boundary, boolean isStrict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeadergetHeaders()List<BatchQueryOperation>getRequests()booleanisChangeSet()booleanisStrict()BatchBodyPartparse()
-
-
-
Constructor Detail
-
BatchBodyPart
public BatchBodyPart(List<Line> bodyPartMessage, String boundary, boolean isStrict) throws BatchException
- Throws:
BatchException
-
-
Method Detail
-
parse
public BatchBodyPart parse() throws BatchException
- Throws:
BatchException
-
getHeaders
public Header getHeaders()
- Specified by:
getHeadersin interfaceBatchPart
-
isChangeSet
public boolean isChangeSet()
-
getRequests
public List<BatchQueryOperation> getRequests()
-
-