Uses of Enum Class
org.apache.camel.model.rest.RestParamType
Packages that use RestParamType
-
Uses of RestParamType in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestParamTypeModifier and TypeMethodDescriptionParamDefinition.getType()static RestParamTypeReturns the enum constant of this class with the specified name.static RestParamType[]RestParamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type RestParamTypeModifier and TypeMethodDescriptionvoidParamDefinition.setType(RestParamType type) Sets the parameter type.ParamDefinition.type(RestParamType type) The parameter type such as body, form, header, path, query