Uses of Class
org.apache.camel.model.rest.ResponseHeaderDefinition
-
Packages that use ResponseHeaderDefinition Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of ResponseHeaderDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return ResponseHeaderDefinition Modifier and Type Method Description ResponseHeaderDefinitionResponseHeaderDefinition. allowableValues(String... allowableValues)Allowed values of the parameter when its an enum typeResponseHeaderDefinitionResponseHeaderDefinition. allowableValues(List<String> allowableValues)Allowed values of the header when its an enum typeResponseHeaderDefinitionResponseHeaderDefinition. arrayType(String arrayType)The data type of the array data typeResponseHeaderDefinitionResponseHeaderDefinition. collectionFormat(CollectionFormat collectionFormat)Sets the collection format.ResponseHeaderDefinitionResponseHeaderDefinition. dataFormat(String type)The data format of the parameter such as binary, date, date-time, password.ResponseHeaderDefinitionResponseHeaderDefinition. dataType(String type)The data type of the header such as string, integer, booleanResponseHeaderDefinitionResponseHeaderDefinition. description(String name)Description of the parameter.ResponseHeaderDefinitionResponseHeaderDefinition. example(String example)Sets an example of this header.ResponseHeaderDefinitionResponseMessageDefinition. header(String name)Adds a response headerResponseHeaderDefinitionResponseHeaderDefinition. name(String name)Name of the parameter.Methods in org.apache.camel.model.rest that return types with arguments of type ResponseHeaderDefinition Modifier and Type Method Description List<ResponseHeaderDefinition>ResponseMessageDefinition. getHeaders()Method parameters in org.apache.camel.model.rest with type arguments of type ResponseHeaderDefinition Modifier and Type Method Description voidResponseMessageDefinition. setHeaders(List<ResponseHeaderDefinition> headers)
-