Uses of Interface
com.slack.api.model.block.element.RichTextElement
Packages that use RichTextElement
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
Provides JSON serialization/deserialization utilities for the classes in this library.
-
Uses of RichTextElement in com.slack.api.model.block.element
Classes in com.slack.api.model.block.element that implement RichTextElementModifier and TypeClassDescriptionclasshttps://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-lessclasshttps://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-lessclasshttps://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-lessclasshttps://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-lessstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassMethods in com.slack.api.model.block.element that return types with arguments of type RichTextElementModifier and TypeMethodDescriptionstatic List<RichTextElement>BlockElements.asRichTextElements(RichTextElement... elements) RichTextListElement.getElements()RichTextPreformattedElement.getElements()RichTextQuoteElement.getElements()RichTextSectionElement.getElements()Methods in com.slack.api.model.block.element with parameters of type RichTextElementModifier and TypeMethodDescriptionstatic List<RichTextElement>BlockElements.asRichTextElements(RichTextElement... elements) Method parameters in com.slack.api.model.block.element with type arguments of type RichTextElementModifier and TypeMethodDescriptionRichTextListElement.RichTextListElementBuilder.elements(List<RichTextElement> elements) RichTextPreformattedElement.RichTextPreformattedElementBuilder.elements(List<RichTextElement> elements) RichTextQuoteElement.RichTextQuoteElementBuilder.elements(List<RichTextElement> elements) RichTextSectionElement.RichTextSectionElementBuilder.elements(List<RichTextElement> elements) voidRichTextListElement.setElements(List<RichTextElement> elements) voidRichTextPreformattedElement.setElements(List<RichTextElement> elements) voidRichTextQuoteElement.setElements(List<RichTextElement> elements) voidRichTextSectionElement.setElements(List<RichTextElement> elements) Constructor parameters in com.slack.api.model.block.element with type arguments of type RichTextElementModifierConstructorDescriptionRichTextListElement(List<RichTextElement> elements, String style, Integer indent, Integer offset, Integer border) RichTextPreformattedElement(List<RichTextElement> elements, Integer border) RichTextQuoteElement(List<RichTextElement> elements) RichTextSectionElement(List<RichTextElement> elements) -
Uses of RichTextElement in com.slack.api.util.json
Methods in com.slack.api.util.json that return RichTextElementModifier and TypeMethodDescriptionGsonRichTextElementFactory.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.slack.api.util.json that return types with arguments of type RichTextElementModifier and TypeMethodDescriptionstatic Class<? extends RichTextElement>GsonRichTextElementFactory.detectElementClass(String className) Deprecated.Methods in com.slack.api.util.json with parameters of type RichTextElementModifier and TypeMethodDescriptioncom.google.gson.JsonElementGsonRichTextElementFactory.serialize(RichTextElement src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)