Class BatchResponsePart

java.lang.Object
org.apache.olingo.odata2.api.batch.BatchResponsePart
All Implemented Interfaces:
BatchParserResult
Direct Known Subclasses:
BatchResponsePartImpl

public abstract class BatchResponsePart extends Object implements BatchParserResult
A BatchResponsePart

BatchResponsePart represents a distinct part of a Batch Response body. It can be a ChangeSet response or a response to a retrieve request

  • Constructor Details

    • BatchResponsePart

      public BatchResponsePart()
  • Method Details