Uses of Class
org.apache.camel.model.rest.CollectionFormat
-
Packages that use CollectionFormat Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of CollectionFormat in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return CollectionFormat Modifier and Type Method Description CollectionFormatParamDefinition. getCollectionFormat()CollectionFormatResponseHeaderDefinition. getCollectionFormat()static CollectionFormatCollectionFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionFormat[]CollectionFormat. 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 CollectionFormat Modifier and Type Method Description ParamDefinitionParamDefinition. collectionFormat(CollectionFormat collectionFormat)Sets the collection format.ResponseHeaderDefinitionResponseHeaderDefinition. collectionFormat(CollectionFormat collectionFormat)Sets the collection format.voidParamDefinition. setCollectionFormat(CollectionFormat collectionFormat)Sets the parameter collection format.voidResponseHeaderDefinition. setCollectionFormat(CollectionFormat collectionFormat)Sets the parameter collection format.
-