Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAParameter.In
-
Packages that use OAParameter.In Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
Uses of OAParameter.In in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OAParameter.In Modifier and Type Method Description OAParameter.InOAParameter. getIn()static OAParameter.InOAParameter.In. valueOf(String name)Returns the enum constant of this type with the specified name.static OAParameter.In[]OAParameter.In. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAParameter.In Modifier and Type Method Description voidOAParameter. setIn(OAParameter.In in)Constructors in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAParameter.In Constructor Description OAParameter(String name, OAParameter.In in, String description, OASchema schema)
-