Uses of Class
com.slack.api.model.block.composition.TextObject
| Package | Description |
|---|---|
| com.slack.api.model.block |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.block.composition |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.util.json |
Provides JSON serialization/deserialization utilities for the classes in this library.
|
-
Uses of TextObject in com.slack.api.model.block
Methods in com.slack.api.model.block that return TextObject Modifier and Type Method Description TextObjectSectionBlock. getText()Methods in com.slack.api.model.block that return types with arguments of type TextObject Modifier and Type Method Description List<TextObject>SectionBlock. getFields()Methods in com.slack.api.model.block with parameters of type TextObject Modifier and Type Method Description voidSectionBlock. setText(TextObject text)SectionBlock.SectionBlockBuilderSectionBlock.SectionBlockBuilder. text(TextObject text)Method parameters in com.slack.api.model.block with type arguments of type TextObject Modifier and Type Method Description SectionBlock.SectionBlockBuilderSectionBlock.SectionBlockBuilder. fields(List<TextObject> fields)voidSectionBlock. setFields(List<TextObject> fields)Constructors in com.slack.api.model.block with parameters of type TextObject Constructor Description SectionBlock(TextObject text, String blockId, List<TextObject> fields, BlockElement accessory)Constructor parameters in com.slack.api.model.block with type arguments of type TextObject Constructor Description SectionBlock(TextObject text, String blockId, List<TextObject> fields, BlockElement accessory) -
Uses of TextObject in com.slack.api.model.block.composition
Subclasses of TextObject in com.slack.api.model.block.composition Modifier and Type Class Description classMarkdownTextObjecthttps://api.slack.com/reference/messaging/composition-objects#textclassPlainTextObjecthttps://api.slack.com/reference/messaging/composition-objects#textclassUnknownTextObjecthttps://api.slack.com/reference/messaging/composition-objects#textMethods in com.slack.api.model.block.composition that return TextObject Modifier and Type Method Description TextObjectConfirmationDialogObject. getText()TextObjectOptionObject. getText()A text object that defines the text shown in the option on the menu.Methods in com.slack.api.model.block.composition that return types with arguments of type TextObject Modifier and Type Method Description static List<TextObject>BlockCompositions. asSectionFields(TextObject... elements)Methods in com.slack.api.model.block.composition with parameters of type TextObject Modifier and Type Method Description static List<TextObject>BlockCompositions. asSectionFields(TextObject... elements)static OptionObjectBlockCompositions. option(TextObject text, String value)voidConfirmationDialogObject. setText(TextObject text)voidOptionObject. setText(TextObject text)A text object that defines the text shown in the option on the menu.ConfirmationDialogObject.ConfirmationDialogObjectBuilderConfirmationDialogObject.ConfirmationDialogObjectBuilder. text(TextObject text)OptionObject.OptionObjectBuilderOptionObject.OptionObjectBuilder. text(TextObject text)A text object that defines the text shown in the option on the menu.Constructors in com.slack.api.model.block.composition with parameters of type TextObject Constructor Description ConfirmationDialogObject(PlainTextObject title, TextObject text, PlainTextObject confirm, PlainTextObject deny, String style)OptionObject(TextObject text, String value, PlainTextObject description, String url) -
Uses of TextObject in com.slack.api.util.json
Methods in com.slack.api.util.json that return TextObject Modifier and Type Method Description TextObjectGsonTextObjectFactory. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in com.slack.api.util.json with parameters of type TextObject Modifier and Type Method Description com.google.gson.JsonElementGsonTextObjectFactory. serialize(TextObject src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)