Uses of Class
org.apache.jackrabbit.api.binary.BinaryDownloadOptions
-
Packages that use BinaryDownloadOptions Package Description org.apache.jackrabbit.api.binary 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 BinaryDownloadOptions Modifier and Type Field Description static BinaryDownloadOptions
BinaryDownloadOptions. DEFAULT
Provides a default instance of this class.Methods in org.apache.jackrabbit.api.binary that return BinaryDownloadOptions Modifier and Type Method Description @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 BinaryDownloadOptions Modifier and Type Method Description @Nullable URI
BinaryDownload. getURI(BinaryDownloadOptions downloadOptions)
Returns a URI for downloading this binary directly from the storage location.
-