Class RichTextSectionElement.Text
java.lang.Object
com.slack.api.model.block.element.RichTextSectionElement.Text
- All Implemented Interfaces:
RichTextElement
- Enclosing class:
- RichTextSectionElement
public static class RichTextSectionElement.Text extends Object implements RichTextElement
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRichTextSectionElement.Text.TextBuilder -
Field Summary
-
Constructor Summary
Constructors Constructor Description Text()Text(String text, RichTextSectionElement.TextStyle style) -
Method Summary
Modifier and Type Method Description static RichTextSectionElement.Text.TextBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)RichTextSectionElement.TextStylegetStyle()StringgetText()StringgetType()inthashCode()voidsetStyle(RichTextSectionElement.TextStyle style)voidsetText(String text)StringtoString()
-
Field Details
-
TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details