Uses of Class
org.apache.jackrabbit.api.binary.BinaryDownloadOptions.BinaryDownloadOptionsBuilder
Packages that use BinaryDownloadOptions.BinaryDownloadOptionsBuilder
Package
Description
Interfaces related to direct upload/download of binaries.
-
Uses of BinaryDownloadOptions.BinaryDownloadOptionsBuilder in org.apache.jackrabbit.api.binary
Methods in org.apache.jackrabbit.api.binary that return BinaryDownloadOptions.BinaryDownloadOptionsBuilderModifier and TypeMethodDescriptionstatic @NotNull BinaryDownloadOptions.BinaryDownloadOptionsBuilderBinaryDownloadOptions.builder()Returns aBinaryDownloadOptions.BinaryDownloadOptionsBuilderinstance to be used for creating an instance of this class.BinaryDownloadOptions.BinaryDownloadOptionsBuilder.withCharacterEncoding(@NotNull String characterEncoding) Sets the character encoding of theBinaryDownloadOptionsobject to be built.BinaryDownloadOptions.BinaryDownloadOptionsBuilder.withDispositionTypeAttachment()Sets the disposition type of theBinaryDownloadOptionsobject to be built toattachment.BinaryDownloadOptions.BinaryDownloadOptionsBuilder.withDispositionTypeInline()Sets the disposition type of theBinaryDownloadOptionsobject to be built toinline.BinaryDownloadOptions.BinaryDownloadOptionsBuilder.withDomainOverrideIgnored(boolean domainOverrideIgnored) Sets a flag to indicate whether any configured download domain override value should be ignored when generating the signed download URI.BinaryDownloadOptions.BinaryDownloadOptionsBuilder.withFileName(@NotNull String fileName) Sets the filename of theBinaryDownloadOptionsobject to be built.BinaryDownloadOptions.BinaryDownloadOptionsBuilder.withMediaType(@NotNull String mediaType) Sets the internet media type of theBinaryDownloadOptionsobject to be built.