Interface OperationResponse.StreamEntry

    • Method Detail

      • getUUID

        String getUUID()
        Gets the unique identifier for this stream. Meant to be unique within the context of the operation.
        Returns:
        the id. Will not be null
      • getMimeType

        String getMimeType()
        Gets the MIME type of the stream
        Returns:
        the mime type. Cannot be null
      • getStream

        InputStream getStream()
        Gets the underlying stream.