Uses of Class
io.supabase.data.file.FileDownloadOption
-
Uses of FileDownloadOption in io.supabase.api
Modifier and TypeMethodDescriptionIStorageFileAPI.getPublicUrl
(String path, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) Creates the url for an object in a public bucketStorageFileAPI.getPublicUrl
(String path, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) Creates the url for an object in a public bucketIStorageFileAPI.getSignedUrl
(String path, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}StorageFileAPI.getSignedUrl
(String path, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}IStorageFileAPI.getSignedUrls
(List<String> paths, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}StorageFileAPI.getSignedUrls
(List<String> paths, int expiresIn, FileDownloadOption downloadOptions, FileTransformOptions transformOptions) POST /object/sign/{bucketName}