Uses of Class
com.slack.api.model.block.composition.PlainTextObject
-
Packages that use PlainTextObject 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.model.block.element The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.com.slack.api.model.view The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of PlainTextObject in com.slack.api.model.block
Methods in com.slack.api.model.block that return PlainTextObject Modifier and Type Method Description PlainTextObjectInputBlock. getHint()An optional hint that appears below an input element in a lighter grey.PlainTextObjectInputBlock. getLabel()A label that appears above an input element in the form of a text object that must have type of plain_text.PlainTextObjectHeaderBlock. getText()The text for the block, in the form of a plain_text text object.PlainTextObjectImageBlock. getTitle()Methods in com.slack.api.model.block with parameters of type PlainTextObject Modifier and Type Method Description InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. hint(PlainTextObject hint)An optional hint that appears below an input element in a lighter grey.InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. label(PlainTextObject label)A label that appears above an input element in the form of a text object that must have type of plain_text.voidInputBlock. setHint(PlainTextObject hint)An optional hint that appears below an input element in a lighter grey.voidInputBlock. setLabel(PlainTextObject label)A label that appears above an input element in the form of a text object that must have type of plain_text.voidHeaderBlock. setText(PlainTextObject text)The text for the block, in the form of a plain_text text object.voidImageBlock. setTitle(PlainTextObject title)HeaderBlock.HeaderBlockBuilderHeaderBlock.HeaderBlockBuilder. text(PlainTextObject text)The text for the block, in the form of a plain_text text object.ImageBlock.ImageBlockBuilderImageBlock.ImageBlockBuilder. title(PlainTextObject title)Constructors in com.slack.api.model.block with parameters of type PlainTextObject Constructor Description HeaderBlock(String blockId, PlainTextObject text)ImageBlock(String fallback, String imageUrl, Integer imageWidth, Integer imageHeight, Integer imageBytes, String altText, PlainTextObject title, String blockId)InputBlock(String blockId, PlainTextObject label, BlockElement element, Boolean dispatchAction, PlainTextObject hint, boolean optional) -
Uses of PlainTextObject in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return PlainTextObject Modifier and Type Method Description PlainTextObjectPlainTextObject.PlainTextObjectBuilder. build()PlainTextObjectConfirmationDialogObject. getConfirm()PlainTextObjectConfirmationDialogObject. getDeny()PlainTextObjectOptionObject. getDescription()A plain_text only text object that defines a line of descriptive text shown below the text field beside the radio button.PlainTextObjectOptionGroupObject. getLabel()PlainTextObjectConfirmationDialogObject. getTitle()static PlainTextObjectBlockCompositions. plainText(ModelConfigurator<PlainTextObject.PlainTextObjectBuilder> configurator)static PlainTextObjectBlockCompositions. plainText(String text)static PlainTextObjectBlockCompositions. plainText(String text, boolean emoji)Methods in com.slack.api.model.block.composition with parameters of type PlainTextObject Modifier and Type Method Description ConfirmationDialogObject.ConfirmationDialogObjectBuilderConfirmationDialogObject.ConfirmationDialogObjectBuilder. confirm(PlainTextObject confirm)ConfirmationDialogObject.ConfirmationDialogObjectBuilderConfirmationDialogObject.ConfirmationDialogObjectBuilder. deny(PlainTextObject deny)OptionObject.OptionObjectBuilderOptionObject.OptionObjectBuilder. description(PlainTextObject description)A plain_text only text object that defines a line of descriptive text shown below the text field beside the radio button.OptionGroupObject.OptionGroupObjectBuilderOptionGroupObject.OptionGroupObjectBuilder. label(PlainTextObject label)voidConfirmationDialogObject. setConfirm(PlainTextObject confirm)voidConfirmationDialogObject. setDeny(PlainTextObject deny)voidOptionObject. setDescription(PlainTextObject description)A plain_text only text object that defines a line of descriptive text shown below the text field beside the radio button.voidOptionGroupObject. setLabel(PlainTextObject label)voidConfirmationDialogObject. setTitle(PlainTextObject title)ConfirmationDialogObject.ConfirmationDialogObjectBuilderConfirmationDialogObject.ConfirmationDialogObjectBuilder. title(PlainTextObject title)Constructors in com.slack.api.model.block.composition with parameters of type PlainTextObject Constructor Description ConfirmationDialogObject(PlainTextObject title, TextObject text, PlainTextObject confirm, PlainTextObject deny, String style)OptionGroupObject(PlainTextObject label, List<OptionObject> options)OptionObject(TextObject text, String value, PlainTextObject description, String url) -
Uses of PlainTextObject in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return PlainTextObject Modifier and Type Method Description PlainTextObjectChannelsSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectConversationsSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectDatePickerElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the datepicker.PlainTextObjectExternalSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectMultiChannelsSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectMultiConversationsSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectMultiExternalSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectMultiStaticSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectMultiUsersSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectPlainTextInputElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.PlainTextObjectStaticSelectElement. getPlaceholder()PlainTextObjectTimePickerElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the timepicker.PlainTextObjectUsersSelectElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.PlainTextObjectButtonElement. getText()A text object that defines the button's text.Methods in com.slack.api.model.block.element with parameters of type PlainTextObject Modifier and Type Method Description ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.ChannelsSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.ConversationsSelectElement.ConversationsSelectElementBuilderConversationsSelectElement.ConversationsSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.DatePickerElement.DatePickerElementBuilderDatePickerElement.DatePickerElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the datepicker.ExternalSelectElement.ExternalSelectElementBuilderExternalSelectElement.ExternalSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.MultiChannelsSelectElement.MultiChannelsSelectElementBuilderMultiChannelsSelectElement.MultiChannelsSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.MultiConversationsSelectElement.MultiConversationsSelectElementBuilderMultiConversationsSelectElement.MultiConversationsSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.MultiExternalSelectElement.MultiExternalSelectElementBuilderMultiExternalSelectElement.MultiExternalSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.MultiStaticSelectElement.MultiStaticSelectElementBuilderMultiStaticSelectElement.MultiStaticSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.MultiUsersSelectElement.MultiUsersSelectElementBuilderMultiUsersSelectElement.MultiUsersSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.PlainTextInputElement.PlainTextInputElementBuilderPlainTextInputElement.PlainTextInputElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. placeholder(PlainTextObject placeholder)TimePickerElement.TimePickerElementBuilderTimePickerElement.TimePickerElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the timepicker.UsersSelectElement.UsersSelectElementBuilderUsersSelectElement.UsersSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidChannelsSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidConversationsSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidDatePickerElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the datepicker.voidExternalSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidMultiChannelsSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidMultiConversationsSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidMultiExternalSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidMultiStaticSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidMultiUsersSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidPlainTextInputElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.voidStaticSelectElement. setPlaceholder(PlainTextObject placeholder)voidTimePickerElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the timepicker.voidUsersSelectElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.voidButtonElement. setText(PlainTextObject text)A text object that defines the button's text.ButtonElement.ButtonElementBuilderButtonElement.ButtonElementBuilder. text(PlainTextObject text)A text object that defines the button's text. -
Uses of PlainTextObject in com.slack.api.model.view
Methods in com.slack.api.model.view that return PlainTextObject Modifier and Type Method Description PlainTextObjectViewState.SelectedOption. getText()Methods in com.slack.api.model.view with parameters of type PlainTextObject Modifier and Type Method Description voidViewState.SelectedOption. setText(PlainTextObject text)
-