Class BatchRequestPartImpl

java.lang.Object
org.apache.olingo.odata2.core.batch.BatchRequestPartImpl
All Implemented Interfaces:
BatchParserResult, BatchRequestPart

public class BatchRequestPartImpl extends Object implements BatchRequestPart
  • Constructor Details

    • BatchRequestPartImpl

      public BatchRequestPartImpl()
    • BatchRequestPartImpl

      public BatchRequestPartImpl(boolean isChangeSet, List<ODataRequest> requests)
  • Method Details