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
-
Constructor Summary
Constructors Constructor Description Channel()Channel(String channelId, RichTextSectionElement.TextStyle style)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Channel
public Channel()
-
Channel
public Channel(String channelId, RichTextSectionElement.TextStyle style)
-
-
Method Detail
-
builder
public static RichTextSectionElement.Channel.ChannelBuilder builder()
-
getType
public String getType()
- Specified by:
getTypein interfaceRichTextElement
-
getChannelId
public String getChannelId()
-
getStyle
public RichTextSectionElement.TextStyle getStyle()
-
setChannelId
public void setChannelId(String channelId)
-
setStyle
public void setStyle(RichTextSectionElement.TextStyle style)
-
canEqual
protected boolean canEqual(Object other)
-
-