public interface DownloadTarget
Modifier and Type | Method and Description |
---|---|
default MimeType |
mimeType()
Returns the MIME type of the download.
|
default java.lang.String |
suggestedFileName()
Returns a string that represents the suggested file name.
|
default java.lang.String |
url()
Returns a string that represents the URL of the download.
|
default java.lang.String url()
default MimeType mimeType()
default java.lang.String suggestedFileName()