Uses of Class
org.cxbox.core.file.dto.FileDownloadDto
-
Packages that use FileDownloadDto Package Description org.cxbox.core.file.service -
-
Uses of FileDownloadDto in org.cxbox.core.file.service
Methods in org.cxbox.core.file.service with type parameters of type FileDownloadDto Modifier and Type Method Description <D extends FileDownloadDto>
DCxboxFileService. download(@NonNull String id, String source)<D extends FileDownloadDto>
StringCxboxFileService. upload(D file, String source)Methods in org.cxbox.core.file.service that return FileDownloadDto Modifier and Type Method Description FileDownloadDtoCxboxFileServiceSimple. download(@NonNull String id, String source)Methods in org.cxbox.core.file.service with parameters of type FileDownloadDto Modifier and Type Method Description StringCxboxFileServiceSimple. upload(@NonNull FileDownloadDto file, String source)
-