Uses of Class
com.podio.file.File
-
Packages that use File Package Description com.podio.comment com.podio.contact com.podio.embed com.podio.file com.podio.item com.podio.status com.podio.stream -
-
Uses of File in com.podio.comment
Methods in com.podio.comment that return types with arguments of type File Modifier and Type Method Description List<File>Comment. getFiles()Method parameters in com.podio.comment with type arguments of type File Modifier and Type Method Description voidComment. setFiles(List<File> files) -
Uses of File in com.podio.contact
Methods in com.podio.contact that return File Modifier and Type Method Description FileProfileUpdate. getImage()Methods in com.podio.contact with parameters of type File Modifier and Type Method Description voidProfileUpdate. setImage(File image) -
Uses of File in com.podio.embed
Methods in com.podio.embed that return types with arguments of type File Modifier and Type Method Description List<File>Embed. getFiles()Method parameters in com.podio.embed with type arguments of type File Modifier and Type Method Description voidEmbed. setFiles(List<File> files) -
Uses of File in com.podio.file
Methods in com.podio.file that return File Modifier and Type Method Description FileFileAPI. getFile(int fileId)Returns the file with the given idMethods in com.podio.file that return types with arguments of type File Modifier and Type Method Description List<File>FileAPI. getOnApp(int appId, Integer limit, Integer offset)Returns all the files related to the items in the application.List<File>FileAPI. getOnSpace(int spaceId, Integer limit, Integer offset)Returns all the files on the space order by the file name.List<File>File. getReplaces()Method parameters in com.podio.file with type arguments of type File Modifier and Type Method Description voidFile. setReplaces(List<File> replaces) -
Uses of File in com.podio.item
Methods in com.podio.item that return types with arguments of type File Modifier and Type Method Description List<File>Item. getFiles()Method parameters in com.podio.item with type arguments of type File Modifier and Type Method Description voidItem. setFiles(List<File> files) -
Uses of File in com.podio.status
Methods in com.podio.status that return types with arguments of type File Modifier and Type Method Description List<File>StatusFull. getFiles()Method parameters in com.podio.status with type arguments of type File Modifier and Type Method Description voidStatusFull. setFiles(List<File> files) -
Uses of File in com.podio.stream
Methods in com.podio.stream that return types with arguments of type File Modifier and Type Method Description List<File>StreamObject. getFiles()List<File>StreamObjectV2. getFiles()Method parameters in com.podio.stream with type arguments of type File Modifier and Type Method Description voidStreamObject. setFiles(List<File> files)voidStreamObjectV2. setFiles(List<File> files)
-