Interface DownloadTarget


public interface DownloadTarget
The details of the download target.
  • Method Summary

    Modifier and Type
    Method
    Description
    default MimeType
    Returns the MIME type of the download.
    default String
    Returns a string that represents the suggested file name.
    default String
    url()
    Returns a string that represents the URL of the download.
  • Method Details

    • url

      default String url()
      Returns a string that represents the URL of the download.
    • mimeType

      default MimeType mimeType()
      Returns the MIME type of the download.
    • suggestedFileName

      default String suggestedFileName()
      Returns a string that represents the suggested file name.