Package 

Interface PostDataProvider

    • Method Summary

      Modifier and Type Method Description
      abstract T getRawData() Get modifiable raw data.
      abstract Array<byte> getData() Get the data
      abstract String getContentType() Get the content type of the data
      abstract boolean isEmpty() Checks whether this provider is empty or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRawData

         abstract T getRawData()

        Get modifiable raw data.The given data should be modifiable.

      • isEmpty

         abstract boolean isEmpty()

        Checks whether this provider is empty or not.