Uses of Class
com.avoka.tm.vo.RestCFG.FileParam
-
Packages that use RestCFG.FileParam Package Description com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of RestCFG.FileParam in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return types with arguments of type RestCFG.FileParam Modifier and Type Method Description List<RestCFG.FileParam>
RestCFG. getFiles()
Return the list of multi-part FileParam.Method parameters in com.avoka.tm.vo with type arguments of type RestCFG.FileParam Modifier and Type Method Description void
RestCFG. setFiles(List<RestCFG.FileParam> files)
Set the List of multi-part FileParam.
-