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
  • Field Details

    • isStrict

      protected final boolean isStrict
    • httpStatusLine

      protected Line httpStatusLine
    • headers

      protected Header headers
    • body

      protected List<Line> body
    • bodySize

      protected int bodySize
    • message

      protected List<Line> message
  • Constructor Details

    • BatchQueryOperation

      public BatchQueryOperation(List<Line> message, boolean isStrict)
  • Method Details