Uses of Class
org.apache.camel.model.rest.ResponseHeaderDefinition
Packages that use ResponseHeaderDefinition
-
Uses of ResponseHeaderDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return ResponseHeaderDefinitionModifier and TypeMethodDescriptionResponseHeaderDefinition.allowableValues(String allowableValues) Allowed values of the parameter when its an enum typeResponseHeaderDefinition.allowableValues(String... allowableValues) Allowed values of the parameter when its an enum typeResponseHeaderDefinition.allowableValues(List<String> allowableValues) Allowed values of the header when its an enum typeThe data type of the array data typeResponseHeaderDefinition.collectionFormat(CollectionFormat collectionFormat) Sets the collection format.ResponseHeaderDefinition.dataFormat(String type) The data format of the parameter such as binary, date, date-time, password.The data type of the header such as string, integer, booleanResponseHeaderDefinition.description(String name) Description of the parameter.Sets an example of this header.Adds a response headerName of the parameter.Methods in org.apache.camel.model.rest that return types with arguments of type ResponseHeaderDefinitionMethod parameters in org.apache.camel.model.rest with type arguments of type ResponseHeaderDefinitionModifier and TypeMethodDescriptionvoidResponseMessageDefinition.setHeaders(List<ResponseHeaderDefinition> headers)