Class Upload.StartedEvent

    • Constructor Detail

      • StartedEvent

        public StartedEvent​(Upload source,
                            String filename,
                            String mimeType,
                            long contentLength)
        Deprecated.
        Parameters:
        source -
        filename -
        mimeType -
        contentLength -
    • Method Detail

      • getUpload

        public Upload getUpload()
        Deprecated.
        Uploads where the event occurred.
        Returns:
        the Source of the event.
      • getFilename

        public String getFilename()
        Deprecated.
        Gets the file name.
        Returns:
        the filename.
      • getMIMEType

        public String getMIMEType()
        Deprecated.
        Gets the MIME Type of the file.
        Returns:
        the MIME type.
      • getContentLength

        public long getContentLength()
        Deprecated.
        Returns:
        the length of the file that is being uploaded