Class RichTextSectionElement.Text.TextBuilder
- java.lang.Object
-
- com.slack.api.model.block.element.RichTextSectionElement.Text.TextBuilder
-
- Enclosing class:
- RichTextSectionElement.Text
public static class RichTextSectionElement.Text.TextBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichTextSectionElement.Textbuild()RichTextSectionElement.Text.TextBuilderstyle(RichTextSectionElement.TextStyle style)RichTextSectionElement.Text.TextBuildertext(String text)StringtoString()
-
-
-
Method Detail
-
text
public RichTextSectionElement.Text.TextBuilder text(String text)
- Returns:
this.
-
style
public RichTextSectionElement.Text.TextBuilder style(RichTextSectionElement.TextStyle style)
- Returns:
this.
-
build
public RichTextSectionElement.Text build()
-
-