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 RestParamType
RestOperationParamDefinition. getType()
static RestParamType
RestParamType. 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 void
RestOperationParamDefinition. setType(RestParamType type)
Sets the parameter type.RestOperationParamDefinition
RestOperationParamDefinition. type(RestParamType type)
The parameter type such as body, form, header, path, query
-