public static final class FlexBubbleContainer.Builder
extends java.lang.Object
FlexBubbleContainer builder static inner class.| Modifier and Type | Method and Description |
|---|---|
FlexBubbleContainer |
build()
Returns a
FlexBubbleContainer built from the parameters previously set. |
FlexBubbleContainer.Builder |
setBody(FlexBoxComponent body)
Sets the
body and returns a reference to this Builder so that the methods can be chained together. |
FlexBubbleContainer.Builder |
setDirection(FlexBubbleContainer.Direction direction)
Sets the
direction and returns a reference to this Builder so that the methods can be chained together. |
FlexBubbleContainer.Builder |
setFooter(FlexBoxComponent footer)
Sets the
footer and returns a reference to this Builder so that the methods can be chained together. |
FlexBubbleContainer.Builder |
setHeader(FlexBoxComponent header)
Sets the
header and returns a reference to this Builder so that the methods can be chained together. |
FlexBubbleContainer.Builder |
setHero(FlexImageComponent hero)
Sets the
hero and returns a reference to this Builder so that the methods can be chained together. |
FlexBubbleContainer.Builder |
setStyles(FlexBubbleContainer.Style styles)
Sets the
styles and returns a reference to this Builder so that the methods can be chained together. |
public FlexBubbleContainer.Builder setDirection(FlexBubbleContainer.Direction direction)
direction and returns a reference to this Builder so that the methods can be chained together.direction - the direction to setpublic FlexBubbleContainer.Builder setHeader(FlexBoxComponent header)
header and returns a reference to this Builder so that the methods can be chained together.header - the header to setpublic FlexBubbleContainer.Builder setHero(FlexImageComponent hero)
hero and returns a reference to this Builder so that the methods can be chained together.hero - the hero to setpublic FlexBubbleContainer.Builder setBody(FlexBoxComponent body)
body and returns a reference to this Builder so that the methods can be chained together.body - the body to setpublic FlexBubbleContainer.Builder setFooter(FlexBoxComponent footer)
footer and returns a reference to this Builder so that the methods can be chained together.footer - the footer to setpublic FlexBubbleContainer.Builder setStyles(FlexBubbleContainer.Style styles)
styles and returns a reference to this Builder so that the methods can be chained together.styles - the styles to setpublic FlexBubbleContainer build()
FlexBubbleContainer built from the parameters previously set.FlexBubbleContainer built with parameters of this FlexBubbleContainer.Builder