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.Text
build()
RichTextSectionElement.Text.TextBuilder
style(RichTextSectionElement.TextStyle style)
RichTextSectionElement.Text.TextBuilder
text(String text)
String
toString()
-
-
-
Method Detail
-
text
public RichTextSectionElement.Text.TextBuilder text(String text)
-
style
public RichTextSectionElement.Text.TextBuilder style(RichTextSectionElement.TextStyle style)
-
build
public RichTextSectionElement.Text build()
-
-