Package swiss.trustbroker.saml.dto
Class UiBanner.UiBannerBuilder
java.lang.Object
swiss.trustbroker.saml.dto.UiBanner.UiBannerBuilder
- Enclosing class:
UiBanner
-
Method Summary
Modifier and TypeMethodDescriptionbuild()collapseParagraphs(boolean collapseParagraphs) True if paragraphs of banner are shown collapsed on a small screen.Main image of banner.Name of the banner referencing configuration.Order of the banner.secondaryImages(List<String> secondaryImages) Secondary images of banner.toString()
-
Method Details
-
name
Name of the banner referencing configuration.- Returns:
this.
-
mainImage
Main image of banner.- Returns:
this.
-
secondaryImages
Secondary images of banner.- Returns:
this.
-
collapseParagraphs
True if paragraphs of banner are shown collapsed on a small screen.- Returns:
this.
-
order
Order of the banner.- Returns:
this.
-
build
-
toString
-