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