Uses of Class
org.apache.camel.component.azure.storage.blob.BlobType
-
Packages that use BlobType Package Description org.apache.camel.component.azure.storage.blob -
-
Uses of BlobType in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob that return BlobType Modifier and Type Method Description BlobType
BlobConfiguration. getBlobType()
The blob type in order to initiate the appropriate settings for each blob typestatic BlobType
BlobType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlobType[]
BlobType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.azure.storage.blob with parameters of type BlobType Modifier and Type Method Description void
BlobConfiguration. setBlobType(BlobType blobType)
-