Class RichTextSectionElement
- java.lang.Object
-
- com.slack.api.model.block.element.BlockElement
-
- com.slack.api.model.block.element.RichTextSectionElement
-
- All Implemented Interfaces:
RichTextElement
public class RichTextSectionElement extends BlockElement implements RichTextElement
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRichTextSectionElement.Broadcaststatic classRichTextSectionElement.Channelstatic classRichTextSectionElement.Colorstatic classRichTextSectionElement.Datestatic classRichTextSectionElement.Emojistatic classRichTextSectionElement.Linkstatic classRichTextSectionElement.RichTextSectionElementBuilderstatic classRichTextSectionElement.Teamstatic classRichTextSectionElement.Textstatic classRichTextSectionElement.TextStylestatic classRichTextSectionElement.Userstatic classRichTextSectionElement.UserGroup
-
Constructor Summary
Constructors Constructor Description RichTextSectionElement()RichTextSectionElement(List<RichTextElement> elements)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RichTextSectionElement.RichTextSectionElementBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<RichTextElement>getElements()StringgetType()inthashCode()voidsetElements(List<RichTextElement> elements)StringtoString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RichTextSectionElement
public RichTextSectionElement()
-
RichTextSectionElement
public RichTextSectionElement(List<RichTextElement> elements)
-
-
Method Detail
-
builder
public static RichTextSectionElement.RichTextSectionElementBuilder builder()
-
getType
public String getType()
- Specified by:
getTypein interfaceRichTextElement
-
getElements
public List<RichTextElement> getElements()
-
setElements
public void setElements(List<RichTextElement> elements)
-
canEqual
protected boolean canEqual(Object other)
-
-