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 class
RichTextSectionElement.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.TextBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
RichTextSectionElement.TextStyle
getStyle()
String
getText()
String
getType()
int
hashCode()
void
setStyle(RichTextSectionElement.TextStyle style)
void
setText(String text)
String
toString()
-
Field Details
-
TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details