| Package | Description |
|---|---|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
RichTextSectionElement.TextStyle |
RichTextSectionElement.TextStyle.TextStyleBuilder.build() |
RichTextSectionElement.TextStyle |
RichTextSectionElement.Text.getStyle() |
RichTextSectionElement.TextStyle |
RichTextSectionElement.Channel.getStyle() |
RichTextSectionElement.TextStyle |
RichTextSectionElement.User.getStyle() |
RichTextSectionElement.TextStyle |
RichTextSectionElement.Link.getStyle() |
RichTextSectionElement.TextStyle |
RichTextSectionElement.Team.getStyle() |
| Constructor and Description |
|---|
Channel(String channelId,
RichTextSectionElement.TextStyle style) |
Link(String url,
String text,
RichTextSectionElement.TextStyle style) |
Team(String teamId,
RichTextSectionElement.TextStyle style) |
Text(String text,
RichTextSectionElement.TextStyle style) |
User(String userId,
RichTextSectionElement.TextStyle style) |
Copyright © 2020. All rights reserved.