Interface BatchRequestPart

All Superinterfaces:
BatchParserResult
All Known Implementing Classes:
BatchRequestPartImpl

public interface BatchRequestPart extends BatchParserResult
A BatchPart

BatchPart represents a distinct MIME part of a Batch Request body. It can be ChangeSet or Query Operation

  • Method Summary

    Modifier and Type
    Method
    Description
    Get requests.
    boolean
    Get the info if a BatchPart is a ChangeSet
  • Method Details

    • isChangeSet

      boolean isChangeSet()
      Get the info if a BatchPart is a ChangeSet
      Returns:
      true or false
    • getRequests

      List<ODataRequest> getRequests()
      Get requests. If a BatchPart is a Query Operation, the list contains one request.
      Returns:
      a list of ODataRequest