Uses of Class
org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.BlockListType
-
Packages that use BlobEndpointBuilderFactory.BlockListType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of BlobEndpointBuilderFactory.BlockListType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return BlobEndpointBuilderFactory.BlockListType Modifier and Type Method Description static BlobEndpointBuilderFactory.BlockListType
BlobEndpointBuilderFactory.BlockListType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlobEndpointBuilderFactory.BlockListType[]
BlobEndpointBuilderFactory.BlockListType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type BlobEndpointBuilderFactory.BlockListType Modifier and Type Method Description default BlobEndpointBuilderFactory.BlobEndpointProducerBuilder
BlobEndpointBuilderFactory.BlobEndpointProducerBuilder. blockListType(BlobEndpointBuilderFactory.BlockListType blockListType)
Specifies which type of blocks to return.
-