public interface InformationBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
InformationBuilder.Element |
static interface |
InformationBuilder.PropertyElement |
static interface |
InformationBuilder.RawElement |
static interface |
InformationBuilder.TextElement |
static interface |
InformationBuilder.TitleElement |
Modifier and Type | Method and Description |
---|---|
InformationBuilder |
backgroundColor(java.lang.String color) |
InformationBuilder |
backgroundColorPropertyLabel(java.lang.String color) |
InformationBuilder |
backgroundColorPropertyValue1(java.lang.String color) |
InformationBuilder |
backgroundColorPropertyValue2(java.lang.String color) |
InformationBuilder |
backgroundColorTitle(java.lang.String color) |
java.lang.String |
build() |
InformationBuilder.PropertyElement |
property() |
InformationBuilder.RawElement |
raw() |
InformationBuilder.TextElement |
text() |
InformationBuilder.TitleElement |
title() |
InformationBuilder backgroundColor(java.lang.String color)
InformationBuilder backgroundColorTitle(java.lang.String color)
InformationBuilder backgroundColorPropertyLabel(java.lang.String color)
InformationBuilder backgroundColorPropertyValue1(java.lang.String color)
InformationBuilder backgroundColorPropertyValue2(java.lang.String color)
InformationBuilder.TitleElement title()
InformationBuilder.PropertyElement property()
InformationBuilder.TextElement text()
InformationBuilder.RawElement raw()
java.lang.String build()