Uses of Class
org.apache.jackrabbit.oak.spi.blob.BlobOptions.UploadType
-
Packages that use BlobOptions.UploadType Package Description org.apache.jackrabbit.oak.spi.blob -
-
Uses of BlobOptions.UploadType in org.apache.jackrabbit.oak.spi.blob
Methods in org.apache.jackrabbit.oak.spi.blob that return BlobOptions.UploadType Modifier and Type Method Description BlobOptions.UploadTypeBlobOptions. getUpload()static BlobOptions.UploadTypeBlobOptions.UploadType. valueOf(String name)Returns the enum constant of this type with the specified name.static BlobOptions.UploadType[]BlobOptions.UploadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobOptions.UploadType Modifier and Type Method Description BlobOptionsBlobOptions. setUpload(BlobOptions.UploadType uploadType)
-