Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAParameter
-
Packages that use OAParameter Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
Uses of OAParameter in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OAParameter Modifier and Type Method Description OAParameterOAComponents. getParameter(String name)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return types with arguments of type OAParameter Modifier and Type Method Description Map<String,OAParameter>OAComponents. getParameters()List<OAParameter>OAOperation. getParameters()List<OAParameter>OAPath. getParameters()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAParameter Modifier and Type Method Description voidOAComponents. addParameter(String name, OAParameter param)OAOperationOAOperation. addParameter(OAParameter parameter)OAPathOAPath. addParameter(OAParameter parameter)Method parameters in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with type arguments of type OAParameter Modifier and Type Method Description OAOperationOAOperation. setParameters(List<OAParameter> parameters)
-