Uses of Enum
org.eclipse.microprofile.openapi.models.parameters.Parameter.In
Packages that use Parameter.In
Package
Description
A set of model interfaces to describe operation parameters and operation's request body.
-
Uses of Parameter.In in org.eclipse.microprofile.openapi.models.parameters
Methods in org.eclipse.microprofile.openapi.models.parameters that return Parameter.InModifier and TypeMethodDescriptionParameter.getIn()Returns the in property from a Parameter instance.static Parameter.InReturns the enum constant of this type with the specified name.static Parameter.In[]Parameter.In.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.microprofile.openapi.models.parameters with parameters of type Parameter.InModifier and TypeMethodDescriptiondefault ParameterParameter.in(Parameter.In in) Sets the in property of a Parameter instance to the given value.voidParameter.setIn(Parameter.In in) Sets the in property of a Parameter instance to the given value.