Class PageWatermark.Builder
java.lang.Object
com.polarion.alm.tracker.exporter.configuration.PageWatermark.Builder
- Enclosing class:
- PageWatermark
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The id of the watermark.withImageContent(Supplier<InputStream> contentSupplier) Sets the image content to use as the watermark.withOpacity(Integer opacity)
-
Method Details
-
withId
The id of the watermark. If the image content is set usingwithImageContent(Supplier), the id can be null. -
withOpacity
-
withImageContent
@NotNull public PageWatermark.Builder withImageContent(@Nullable Supplier<InputStream> contentSupplier) Sets the image content to use as the watermark.- See Also:
-
build
-