Uses of Class
org.dspace.app.rest.model.ParameterRest
-
Packages that use ParameterRest Package Description org.dspace.app.rest.model -
-
Uses of ParameterRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type ParameterRest Modifier and Type Method Description List<ParameterRest>ScriptRest. getParameterRestList()Methods in org.dspace.app.rest.model with parameters of type ParameterRest Modifier and Type Method Description voidScriptRest. addToParameterRestList(ParameterRest parameter)Method parameters in org.dspace.app.rest.model with type arguments of type ParameterRest Modifier and Type Method Description voidScriptRest. setParameterRestList(List<ParameterRest> parameterRestList)
-