Uses of Class
com.slack.api.model.block.composition.PlainTextObject
Packages that use PlainTextObject
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.
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.
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 PlainTextObjectMethods in com.slack.api.model with parameters of type PlainTextObjectModifier and TypeMethodDescriptionvoidAttachment.Preview.setSubtitle(PlainTextObject subtitle) voidAttachment.Preview.setTitle(PlainTextObject title) Attachment.Preview.PreviewBuilder.subtitle(PlainTextObject subtitle) Attachment.Preview.PreviewBuilder.title(PlainTextObject title) Constructors in com.slack.api.model with parameters of type PlainTextObjectModifierConstructorDescriptionPreview(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 PlainTextObjectModifier and TypeMethodDescriptionVideoBlock.getDescription()Description for video in plain text format.InputBlock.getHint()An optional hint that appears below an input element in a lighter grey.InputBlock.getLabel()A label that appears above an input element in the form of a text object that must have type of plain_text.HeaderBlock.getText()The text for the block, in the form of a plain_text text object.ImageBlock.getTitle()VideoBlock.getTitle()Video title in plain text format.Methods in com.slack.api.model.block with parameters of type PlainTextObjectModifier and TypeMethodDescriptionVideoBlock.VideoBlockBuilder.description(PlainTextObject description) Description for video in plain text format.InputBlock.InputBlockBuilder.hint(PlainTextObject hint) An optional hint that appears below an input element in a lighter grey.InputBlock.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.HeaderBlockBuilder.text(PlainTextObject text) The text for the block, in the form of a plain_text text object.ImageBlock.ImageBlockBuilder.title(PlainTextObject title) VideoBlock.VideoBlockBuilder.title(PlainTextObject title) Video title in plain text format.Constructors in com.slack.api.model.block with parameters of type PlainTextObjectModifierConstructorDescriptionHeaderBlock(String blockId, PlainTextObject text) Creates a newHeaderBlockinstance.ImageBlock(String fallback, String imageUrl, Integer imageWidth, Integer imageHeight, Integer imageBytes, Boolean isAnimated, SlackFileObject slackFile, String altText, PlainTextObject title, String blockId) InputBlock(String blockId, PlainTextObject label, BlockElement element, Boolean dispatchAction, PlainTextObject hint, boolean optional) Creates a newInputBlockinstance.VideoBlock(PlainTextObject title, String titleUrl, PlainTextObject description, String videoUrl, String altText, String thumbnailUrl, String authorName, String providerName, String providerIconUrl, String blockId) Creates a newVideoBlockinstance. -
Uses of PlainTextObject in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return PlainTextObjectModifier and TypeMethodDescriptionPlainTextObject.PlainTextObjectBuilder.build()ConfirmationDialogObject.getConfirm()ConfirmationDialogObject.getDeny()OptionObject.getDescription()A plain_text only text object that defines a line of descriptive text shown below the text field beside the radio button.OptionGroupObject.getLabel()ConfirmationDialogObject.getTitle()static PlainTextObjectBlockCompositions.plainText(ModelConfigurator<PlainTextObject.PlainTextObjectBuilder> configurator) static PlainTextObjectstatic PlainTextObjectMethods in com.slack.api.model.block.composition with parameters of type PlainTextObjectModifier and TypeMethodDescriptionConfirmationDialogObject.ConfirmationDialogObjectBuilder.confirm(PlainTextObject confirm) ConfirmationDialogObject.ConfirmationDialogObjectBuilder.deny(PlainTextObject deny) OptionObject.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.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.ConfirmationDialogObjectBuilder.title(PlainTextObject title) Constructors in com.slack.api.model.block.composition with parameters of type PlainTextObjectModifierConstructorDescriptionConfirmationDialogObject(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) Creates a newOptionObjectinstance. -
Uses of PlainTextObject in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return PlainTextObjectModifier and TypeMethodDescriptionChannelsSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.ConversationsSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.DatePickerElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the datepicker.EmailTextInputElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.ExternalSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.MultiChannelsSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.MultiConversationsSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.MultiExternalSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.MultiStaticSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.MultiUsersSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.NumberInputElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.PlainTextInputElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.RichTextInputElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.StaticSelectElement.getPlaceholder()TimePickerElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the timepicker.URLTextInputElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown in the plain-text input.UsersSelectElement.getPlaceholder()A plain_text only text object that defines the placeholder text shown on the menu.ButtonElement.getText()A text object that defines the button's text.WorkflowButtonElement.getText()A text object that defines the button's text.Methods in com.slack.api.model.block.element with parameters of type PlainTextObjectModifier and TypeMethodDescriptionChannelsSelectElement.ChannelsSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.ConversationsSelectElement.ConversationsSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.DatePickerElement.DatePickerElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the datepicker.EmailTextInputElement.EmailTextInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.ExternalSelectElement.ExternalSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.MultiChannelsSelectElement.MultiChannelsSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.MultiConversationsSelectElement.MultiConversationsSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.MultiExternalSelectElement.MultiExternalSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.MultiStaticSelectElement.MultiStaticSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.MultiUsersSelectElement.MultiUsersSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.NumberInputElement.NumberInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.PlainTextInputElement.PlainTextInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.RichTextInputElement.RichTextInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.StaticSelectElement.StaticSelectElementBuilder.placeholder(PlainTextObject placeholder) TimePickerElement.TimePickerElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the timepicker.URLTextInputElement.URLTextInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.UsersSelectElement.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.ButtonElementBuilder.text(PlainTextObject text) A text object that defines the button's text.WorkflowButtonElement.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 PlainTextObjectModifierConstructorDescriptionButtonElement(PlainTextObject text, String actionId, String url, String value, String style, ConfirmationDialogObject confirm, String accessibilityLabel) Creates a newButtonElementinstance.ChannelsSelectElement(PlainTextObject placeholder, String actionId, String initialChannel, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, Boolean focusOnLoad) Creates a newChannelsSelectElementinstance.ConversationsSelectElement(PlainTextObject placeholder, String actionId, String initialConversation, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, ConversationsFilter filter, Boolean focusOnLoad) Creates a newConversationsSelectElementinstance.DatePickerElement(String actionId, PlainTextObject placeholder, String initialDate, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newDatePickerElementinstance.EmailTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad) Creates a newEmailTextInputElementinstance.ExternalSelectElement(PlainTextObject placeholder, String actionId, OptionObject initialOption, Integer minQueryLength, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newExternalSelectElementinstance.MultiChannelsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialChannels, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiChannelsSelectElementinstance.MultiConversationsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialConversations, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Integer maxSelectedItems, ConversationsFilter filter, Boolean focusOnLoad) Creates a newMultiConversationsSelectElementinstance.MultiExternalSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> initialOptions, Integer minQueryLength, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiExternalSelectElementinstance.MultiStaticSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> options, List<OptionGroupObject> optionGroups, List<OptionObject> initialOptions, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiStaticSelectElementinstance.MultiUsersSelectElement(PlainTextObject placeholder, String actionId, List<String> initialUsers, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiUsersSelectElementinstance.NumberInputElement(String actionId, boolean decimalAllowed, PlainTextObject placeholder, String initialValue, String minValue, String maxValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad) Creates a newNumberInputElementinstance.PlainTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, boolean multiline, Integer minLength, Integer maxLength, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad) Creates a newPlainTextInputElementinstance.RichTextInputElement(String actionId, RichTextBlock initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad, PlainTextObject placeholder) Creates a newRichTextInputElementinstance.StaticSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> options, List<OptionGroupObject> optionGroups, OptionObject initialOption, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newStaticSelectElementinstance.TimePickerElement(String actionId, PlainTextObject placeholder, String initialTime, String timezone, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newTimePickerElementinstance.URLTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad) Creates a newURLTextInputElementinstance.UsersSelectElement(PlainTextObject placeholder, String actionId, String initialUser, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newUsersSelectElementinstance.WorkflowButtonElement(String actionId, PlainTextObject text, WorkflowObject workflow, String style, String accessibilityLabel) Creates a newWorkflowButtonElementinstance. -
Uses of PlainTextObject in com.slack.api.model.view
Methods in com.slack.api.model.view that return PlainTextObjectMethods in com.slack.api.model.view with parameters of type PlainTextObject