| Package | Description |
|---|---|
| com.github.seratch.jslack.api.model.block.element | |
| com.github.seratch.jslack.common.json |
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextListElement
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
class |
RichTextPreformattedElement
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
class |
RichTextQuoteElement
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
class |
RichTextSectionElement
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
|
static class |
RichTextSectionElement.Broadcast |
static class |
RichTextSectionElement.Channel |
static class |
RichTextSectionElement.Color |
static class |
RichTextSectionElement.Date |
static class |
RichTextSectionElement.Emoji |
static class |
RichTextSectionElement.Link |
static class |
RichTextSectionElement.Team |
static class |
RichTextSectionElement.Text |
static class |
RichTextSectionElement.User |
static class |
RichTextSectionElement.UserGroup |
class |
RichTextUnknownElement |
| Modifier and Type | Method and Description |
|---|---|
static List<RichTextElement> |
BlockElements.asRichTextElements(RichTextElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
static List<RichTextElement> |
BlockElements.asRichTextElements(RichTextElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
RichTextElement |
GsonRichTextElementFactory.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RichTextElement> |
GsonRichTextElementFactory.detectElementClass(String className)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
GsonRichTextElementFactory.serialize(RichTextElement src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2020. All rights reserved.