Uses of Class
org.apache.jackrabbit.api.binary.BinaryDownloadOptions
Packages that use BinaryDownloadOptions
Package
Description
Interfaces related to direct upload/download of binaries.
-
Uses of BinaryDownloadOptions in org.apache.jackrabbit.api.binary
Fields in org.apache.jackrabbit.api.binary declared as BinaryDownloadOptionsModifier and TypeFieldDescriptionstatic final BinaryDownloadOptions
BinaryDownloadOptions.DEFAULT
Provides a default instance of this class.Methods in org.apache.jackrabbit.api.binary that return BinaryDownloadOptionsModifier and TypeMethodDescription@NotNull BinaryDownloadOptions
BinaryDownloadOptions.BinaryDownloadOptionsBuilder.build()
Construct aBinaryDownloadOptions
instance with the properties specified to the builder.Methods in org.apache.jackrabbit.api.binary with parameters of type BinaryDownloadOptionsModifier and TypeMethodDescription@Nullable URI
BinaryDownload.getURI
(BinaryDownloadOptions downloadOptions) Returns a URI for downloading this binary directly from the storage location.