Uses of Class
io.github.ma1uta.matrix.event.nested.FileInfo
-
Packages that use FileInfo Package Description io.github.ma1uta.matrix.event.message Room message classes.io.github.ma1uta.matrix.event.nested Event content internal objects. -
-
Uses of FileInfo in io.github.ma1uta.matrix.event.message
Fields in io.github.ma1uta.matrix.event.message declared as FileInfo Modifier and Type Field Description private FileInfoFile. infoInformation about the file referred to in url.Methods in io.github.ma1uta.matrix.event.message that return FileInfo Modifier and Type Method Description FileInfoFile. getInfo()Methods in io.github.ma1uta.matrix.event.message with parameters of type FileInfo Modifier and Type Method Description voidFile. setInfo(FileInfo info) -
Uses of FileInfo in io.github.ma1uta.matrix.event.nested
Subclasses of FileInfo in io.github.ma1uta.matrix.event.nested Modifier and Type Class Description classImageInfoImage info.classVideoInfoVideo info.
-