Uses of Enum Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAParameter.In
Packages that use OAParameter.In
-
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.InModifier and TypeMethodDescriptionOAParameter.getIn()static OAParameter.InReturns the enum constant of this class with the specified name.static OAParameter.In[]OAParameter.In.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAParameter.InConstructors in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAParameter.InModifierConstructorDescriptionOAParameter(String name, OAParameter.In in, String description, OASchema schema)