Uses of Class
com.boldsign.model.FileInfo
-
Packages that use FileInfo Package Description com.boldsign.model -
-
Uses of FileInfo in com.boldsign.model
Methods in com.boldsign.model that return FileInfo Modifier and Type Method Description FileInfoFileInfo. contentType(String contentType)FileInfoFileInfo. extension(String extension)FileInfoFileInfo. fileName(String fileName)FileInfoFileInfo. fileSize(Integer fileSize)static FileInfoFileInfo. fromJson(String jsonString)Create an instance of FileInfo given an JSON stringFileInfoDocumentFormFields. getFileInfo()Get fileInfoMethods in com.boldsign.model with parameters of type FileInfo Modifier and Type Method Description DocumentFormFieldsDocumentFormFields. fileInfo(FileInfo fileInfo)voidDocumentFormFields. setFileInfo(FileInfo fileInfo)
-