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 CollectionFormat
RestOperationParamDefinition. getCollectionFormat()
CollectionFormat
RestOperationResponseHeaderDefinition. getCollectionFormat()
static CollectionFormat
CollectionFormat. 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 RestOperationParamDefinition
RestOperationParamDefinition. collectionFormat(CollectionFormat collectionFormat)
Sets the collection format.RestOperationResponseHeaderDefinition
RestOperationResponseHeaderDefinition. collectionFormat(CollectionFormat collectionFormat)
Sets the collection format.void
RestOperationParamDefinition. setCollectionFormat(CollectionFormat collectionFormat)
Sets the parameter collection format.void
RestOperationResponseHeaderDefinition. setCollectionFormat(CollectionFormat collectionFormat)
Sets the parameter collection format.
-