Uses of Class
com.slack.api.model.block.composition.TextObject
Packages that use TextObject
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
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 TextObject in com.slack.api.model.block
Methods in com.slack.api.model.block that return TextObjectMethods in com.slack.api.model.block that return types with arguments of type TextObjectMethods in com.slack.api.model.block with parameters of type TextObjectModifier and TypeMethodDescriptionvoidSectionBlock.setText(TextObject text) SectionBlock.SectionBlockBuilder.text(TextObject text) Method parameters in com.slack.api.model.block with type arguments of type TextObjectModifier and TypeMethodDescriptionSectionBlock.SectionBlockBuilder.fields(List<TextObject> fields) voidSectionBlock.setFields(List<TextObject> fields) Constructors in com.slack.api.model.block with parameters of type TextObjectModifierConstructorDescriptionSectionBlock(TextObject text, String blockId, List<TextObject> fields, BlockElement accessory, Boolean expand) Constructor parameters in com.slack.api.model.block with type arguments of type TextObjectModifierConstructorDescriptionSectionBlock(TextObject text, String blockId, List<TextObject> fields, BlockElement accessory, Boolean expand) -
Uses of TextObject in com.slack.api.model.block.composition
Subclasses of TextObject in com.slack.api.model.block.compositionModifier and TypeClassDescriptionclasshttps://docs.slack.dev/messaging/migrating-outmoded-message-compositions-to-blocksclasshttps://docs.slack.dev/messaging/migrating-outmoded-message-compositions-to-blocksclasshttps://docs.slack.dev/messaging/migrating-outmoded-message-compositions-to-blocksMethods in com.slack.api.model.block.composition that return TextObjectModifier and TypeMethodDescriptionConfirmationDialogObject.getText()OptionObject.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 TextObjectModifier and TypeMethodDescriptionstatic List<TextObject>BlockCompositions.asSectionFields(TextObject... elements) Methods in com.slack.api.model.block.composition with parameters of type TextObjectModifier and TypeMethodDescriptionstatic 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.ConfirmationDialogObjectBuilder.text(TextObject text) OptionObject.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 TextObjectModifierConstructorDescriptionConfirmationDialogObject(PlainTextObject title, TextObject text, PlainTextObject confirm, PlainTextObject deny, String style) OptionObject(TextObject text, String value, PlainTextObject description, String url) Creates a newOptionObjectinstance. -
Uses of TextObject in com.slack.api.util.json
Methods in com.slack.api.util.json that return TextObjectModifier and TypeMethodDescriptionGsonTextObjectFactory.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.slack.api.util.json with parameters of type TextObjectModifier and TypeMethodDescriptioncom.google.gson.JsonElementGsonTextObjectFactory.serialize(TextObject src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)