Uses of Enum Class
org.apache.camel.model.rest.CollectionFormat
Packages that use CollectionFormat
-
Uses of CollectionFormat in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return CollectionFormatModifier and TypeMethodDescriptionParamDefinition.getCollectionFormat()ResponseHeaderDefinition.getCollectionFormat()static CollectionFormatReturns the enum constant of this class with the specified name.static CollectionFormat[]CollectionFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type CollectionFormatModifier and TypeMethodDescriptionParamDefinition.collectionFormat(CollectionFormat collectionFormat) Sets the collection format.ResponseHeaderDefinition.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.