Uses of Class
com.podio.file.FileSize
-
Packages that use FileSize Package Description com.podio.file -
-
Uses of FileSize in com.podio.file
Methods in com.podio.file that return FileSize Modifier and Type Method Description static FileSizeFileSize. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSize[]FileSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.file with parameters of type FileSize Modifier and Type Method Description voidFileAPI. downloadFile(int fileId, File target, FileSize size)Downloads the file and saves it to given file
-