Uses of Class
com.slack.api.model.block.composition.PlainTextObject
-
Packages that use PlainTextObject Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.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
Methods in com.slack.api.model that return PlainTextObject Modifier and Type Method Description PlainTextObjectAttachment.Preview. getSubtitle()PlainTextObjectAttachment.Preview. getTitle()Methods in com.slack.api.model with parameters of type PlainTextObject Modifier and Type Method Description voidAttachment.Preview. setSubtitle(PlainTextObject subtitle)voidAttachment.Preview. setTitle(PlainTextObject title)Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. subtitle(PlainTextObject subtitle)Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. title(PlainTextObject title)Constructors in com.slack.api.model with parameters of type PlainTextObject Constructor Description Preview(String type, boolean canRemove, PlainTextObject title, PlainTextObject subtitle, String iconUrl) -
Uses of PlainTextObject in com.slack.api.model.block
Methods in com.slack.api.model.block that return PlainTextObject Modifier and Type Method Description PlainTextObjectVideoBlock. getDescription()Description for video in plain text format.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()PlainTextObjectVideoBlock. getTitle()Video title in plain text format.Methods in com.slack.api.model.block with parameters of type PlainTextObject Modifier and Type Method Description VideoBlock.VideoBlockBuilderVideoBlock.VideoBlockBuilder. description(PlainTextObject description)Description for video in plain text format.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.voidVideoBlock. setDescription(PlainTextObject description)Description for video in plain text format.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)voidVideoBlock. setTitle(PlainTextObject title)Video title in plain text format.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)VideoBlock.VideoBlockBuilderVideoBlock.VideoBlockBuilder. title(PlainTextObject title)Video title in plain text format.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)VideoBlock(PlainTextObject title, String titleUrl, PlainTextObject description, String videoUrl, String altText, String thumbnailUrl, String authorName, String providerName, String providerIconUrl, String blockId) -
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.PlainTextObjectEmailTextInputElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.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.PlainTextObjectNumberInputElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.PlainTextObjectPlainTextInputElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.PlainTextObjectRichTextInputElement. 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.PlainTextObjectURLTextInputElement. getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.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.PlainTextObjectWorkflowButtonElement. 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.EmailTextInputElement.EmailTextInputElementBuilderEmailTextInputElement.EmailTextInputElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.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.NumberInputElement.NumberInputElementBuilderNumberInputElement.NumberInputElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.PlainTextInputElement.PlainTextInputElementBuilderPlainTextInputElement.PlainTextInputElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.RichTextInputElement.RichTextInputElementBuilderRichTextInputElement.RichTextInputElementBuilder. 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.URLTextInputElement.URLTextInputElementBuilderURLTextInputElement.URLTextInputElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.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.voidEmailTextInputElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.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.voidNumberInputElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.voidPlainTextInputElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.voidRichTextInputElement. 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.voidURLTextInputElement. setPlaceholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown in the plain-text input.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.voidWorkflowButtonElement. 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.WorkflowButtonElement.WorkflowButtonElementBuilderWorkflowButtonElement.WorkflowButtonElementBuilder. text(PlainTextObject text)A text object that defines the button's text.Constructors in com.slack.api.model.block.element with parameters of type PlainTextObject Constructor Description ButtonElement(PlainTextObject text, String actionId, String url, String value, String style, ConfirmationDialogObject confirm, String accessibilityLabel)ChannelsSelectElement(PlainTextObject placeholder, String actionId, String initialChannel, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, Boolean focusOnLoad)ConversationsSelectElement(PlainTextObject placeholder, String actionId, String initialConversation, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, ConversationsFilter filter, Boolean focusOnLoad)DatePickerElement(String actionId, PlainTextObject placeholder, String initialDate, ConfirmationDialogObject confirm, Boolean focusOnLoad)EmailTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad)ExternalSelectElement(PlainTextObject placeholder, String actionId, OptionObject initialOption, Integer minQueryLength, ConfirmationDialogObject confirm, Boolean focusOnLoad)MultiChannelsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialChannels, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad)MultiConversationsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialConversations, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Integer maxSelectedItems, ConversationsFilter filter, Boolean focusOnLoad)MultiExternalSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> initialOptions, Integer minQueryLength, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad)MultiStaticSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> options, List<OptionGroupObject> optionGroups, List<OptionObject> initialOptions, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad)MultiUsersSelectElement(PlainTextObject placeholder, String actionId, List<String> initialUsers, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad)NumberInputElement(String actionId, boolean decimalAllowed, PlainTextObject placeholder, String initialValue, String minValue, String maxValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad)PlainTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, boolean multiline, Integer minLength, Integer maxLength, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad)RichTextInputElement(String actionId, RichTextBlock initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad, PlainTextObject placeholder)StaticSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> options, List<OptionGroupObject> optionGroups, OptionObject initialOption, ConfirmationDialogObject confirm, Boolean focusOnLoad)TimePickerElement(String actionId, PlainTextObject placeholder, String initialTime, String timezone, ConfirmationDialogObject confirm, Boolean focusOnLoad)URLTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad)UsersSelectElement(PlainTextObject placeholder, String actionId, String initialUser, ConfirmationDialogObject confirm, Boolean focusOnLoad)WorkflowButtonElement(String actionId, PlainTextObject text, WorkflowObject workflow, String style, String accessibilityLabel) -
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)
-