Interface ODataBatchRequestItem

All Superinterfaces:
ODataStreamer
All Known Subinterfaces:
ODataChangeset, ODataOutsideUpdate, ODataSingleRequest

public interface ODataBatchRequestItem extends ODataStreamer
Abstract representation of a batch request item.
  • Field Summary

    Fields inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer

    CRLF
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the item.
    boolean
    Checks if the streaming of the current item is started yet.
    boolean
    Checks if the current item is still opened.

    Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer

    getBodyStreamWriter
  • Method Details

    • isOpen

      boolean isOpen()
      Checks if the current item is still opened.
      Returns:
      'TRUE' if opened; 'FALSE' otherwise.
    • close

      void close()
      Closes the item.
    • hasStreamedSomething

      boolean hasStreamedSomething()
      Checks if the streaming of the current item is started yet.
      Returns:
      'TRUE' if started; 'FALSE' otherwise.