Uses of Class
org.apache.camel.model.rest.RestParamType
-
Packages that use RestParamType Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of RestParamType in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestParamType Modifier and Type Method Description RestParamTypeParamDefinition. getType()static RestParamTypeRestParamType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestParamType[]RestParamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type RestParamType Modifier and Type Method Description voidParamDefinition. setType(RestParamType type)Sets the parameter type.ParamDefinitionParamDefinition. type(RestParamType type)The parameter type such as body, form, header, path, query
-