Uses of Interface
com.slack.api.model.ModelConfigurator
Packages that use ModelConfigurator
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.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
The classes representing the Slack core objects in Workflows.
Provides the classes used for Incoming Webhooks feature.
-
Uses of ModelConfigurator in com.slack.api.model
Methods in com.slack.api.model with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic ActionAttachments.action(ModelConfigurator<Action.ActionBuilder> configurator) static AttachmentAttachments.attachment(ModelConfigurator<Attachment.AttachmentBuilder> configurator) Attachments.attachmentMetadata(ModelConfigurator<Attachment.AttachmentMetadata.AttachmentMetadataBuilder> configurator) static ConfirmationAttachments.confirm(ModelConfigurator<Confirmation.ConfirmationBuilder> configurator) static FieldAttachments.field(ModelConfigurator<Field.FieldBuilder> configurator) static Action.OptionAttachments.option(ModelConfigurator<Action.Option.OptionBuilder> configurator) static Action.OptionGroupAttachments.optionGroup(ModelConfigurator<Action.OptionGroup.OptionGroupBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.model.block
Methods in com.slack.api.model.block with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic ActionsBlockBlocks.actions(ModelConfigurator<ActionsBlock.ActionsBlockBuilder> configurator) static CallBlockBlocks.call(ModelConfigurator<CallBlock.CallBlockBuilder> configurator) static ContextBlockBlocks.context(ModelConfigurator<ContextBlock.ContextBlockBuilder> configurator) static DividerBlockBlocks.divider(ModelConfigurator<DividerBlock.DividerBlockBuilder> configurator) static FileBlockBlocks.file(ModelConfigurator<FileBlock.FileBlockBuilder> configurator) static HeaderBlockBlocks.header(ModelConfigurator<HeaderBlock.HeaderBlockBuilder> configurator) static ImageBlockBlocks.image(ModelConfigurator<ImageBlock.ImageBlockBuilder> configurator) static InputBlockBlocks.input(ModelConfigurator<InputBlock.InputBlockBuilder> configurator) static RichTextBlockBlocks.richText(ModelConfigurator<RichTextBlock.RichTextBlockBuilder> configurator) static SectionBlockBlocks.section(ModelConfigurator<SectionBlock.SectionBlockBuilder> configurator) static VideoBlockBlocks.video(ModelConfigurator<VideoBlock.VideoBlockBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic ConfirmationDialogObjectBlockCompositions.confirmationDialog(ModelConfigurator<ConfirmationDialogObject.ConfirmationDialogObjectBuilder> configurator) static DispatchActionConfigBlockCompositions.dispatchActionConfig(ModelConfigurator<DispatchActionConfig.DispatchActionConfigBuilder> configurator) static MarkdownTextObjectBlockCompositions.markdownText(ModelConfigurator<MarkdownTextObject.MarkdownTextObjectBuilder> configurator) static OptionObjectBlockCompositions.option(ModelConfigurator<OptionObject.OptionObjectBuilder> configurator) static OptionGroupObjectBlockCompositions.optionGroup(ModelConfigurator<OptionGroupObject.OptionGroupObjectBuilder> configurator) static PlainTextObjectBlockCompositions.plainText(ModelConfigurator<PlainTextObject.PlainTextObjectBuilder> configurator) static SlackFileObjectBlockCompositions.slackFile(ModelConfigurator<SlackFileObject.SlackFileObjectBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic ButtonElementBlockElements.button(ModelConfigurator<ButtonElement.ButtonElementBuilder> configurator) static ChannelsSelectElementBlockElements.channelsSelect(ModelConfigurator<ChannelsSelectElement.ChannelsSelectElementBuilder> configurator) static CheckboxesElementBlockElements.checkboxes(ModelConfigurator<CheckboxesElement.CheckboxesElementBuilder> configurator) static ConversationsSelectElementBlockElements.conversationsSelect(ModelConfigurator<ConversationsSelectElement.ConversationsSelectElementBuilder> configurator) static DatePickerElementBlockElements.datePicker(ModelConfigurator<DatePickerElement.DatePickerElementBuilder> configurator) static DatetimePickerElementBlockElements.datetimePicker(ModelConfigurator<DatetimePickerElement.DatetimePickerElementBuilder> configurator) static EmailTextInputElementBlockElements.emailTextInput(ModelConfigurator<EmailTextInputElement.EmailTextInputElementBuilder> configurator) static ExternalSelectElementBlockElements.externalSelect(ModelConfigurator<ExternalSelectElement.ExternalSelectElementBuilder> configurator) static FileInputElementBlockElements.fileInput(ModelConfigurator<FileInputElement.FileInputElementBuilder> configurator) static ImageElementBlockElements.image(ModelConfigurator<ImageElement.ImageElementBuilder> configurator) static ImageElementBlockElements.imageElement(ModelConfigurator<ImageElement.ImageElementBuilder> configurator) static MultiChannelsSelectElementBlockElements.multiChannelsSelect(ModelConfigurator<MultiChannelsSelectElement.MultiChannelsSelectElementBuilder> configurator) BlockElements.multiConversationsSelect(ModelConfigurator<MultiConversationsSelectElement.MultiConversationsSelectElementBuilder> configurator) static MultiExternalSelectElementBlockElements.multiExternalSelect(ModelConfigurator<MultiExternalSelectElement.MultiExternalSelectElementBuilder> configurator) static MultiStaticSelectElementBlockElements.multiStaticSelect(ModelConfigurator<MultiStaticSelectElement.MultiStaticSelectElementBuilder> configurator) static MultiUsersSelectElementBlockElements.multiUsersSelect(ModelConfigurator<MultiUsersSelectElement.MultiUsersSelectElementBuilder> configurator) static NumberInputElementBlockElements.numberInput(ModelConfigurator<NumberInputElement.NumberInputElementBuilder> configurator) static OverflowMenuElementBlockElements.overflowMenu(ModelConfigurator<OverflowMenuElement.OverflowMenuElementBuilder> configurator) static PlainTextInputElementBlockElements.plainTextInput(ModelConfigurator<PlainTextInputElement.PlainTextInputElementBuilder> configurator) static RadioButtonsElementBlockElements.radioButtons(ModelConfigurator<RadioButtonsElement.RadioButtonsElementBuilder> configurator) static RichTextInputElementBlockElements.richTextInput(ModelConfigurator<RichTextInputElement.RichTextInputElementBuilder> configurator) static RichTextListElementBlockElements.richTextList(ModelConfigurator<RichTextListElement.RichTextListElementBuilder> configurator) static RichTextPreformattedElementBlockElements.richTextPreformatted(ModelConfigurator<RichTextPreformattedElement.RichTextPreformattedElementBuilder> configurator) static RichTextQuoteElementBlockElements.richTextQuote(ModelConfigurator<RichTextQuoteElement.RichTextQuoteElementBuilder> configurator) static RichTextSectionElementBlockElements.richTextSection(ModelConfigurator<RichTextSectionElement.RichTextSectionElementBuilder> configurator) static StaticSelectElementBlockElements.staticSelect(ModelConfigurator<StaticSelectElement.StaticSelectElementBuilder> configurator) static TimePickerElementBlockElements.timePicker(ModelConfigurator<TimePickerElement.TimePickerElementBuilder> configurator) static URLTextInputElementBlockElements.urlTextInput(ModelConfigurator<URLTextInputElement.URLTextInputElementBuilder> configurator) static UsersSelectElementBlockElements.usersSelect(ModelConfigurator<UsersSelectElement.UsersSelectElementBuilder> configurator) static WorkflowButtonElementBlockElements.workflowButton(ModelConfigurator<WorkflowButtonElement.WorkflowButtonElementBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.model.dialog
Methods in com.slack.api.model.dialog with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic DialogDialogs.dialog(ModelConfigurator<Dialog.DialogBuilder> configurator) static DialogOptionDialogs.dialogOption(ModelConfigurator<DialogOption.DialogOptionBuilder> configurator) static DialogSelectElementDialogs.dialogSelect(ModelConfigurator<DialogSelectElement.DialogSelectElementBuilder> configurator) static DialogTextElementDialogs.dialogText(ModelConfigurator<DialogTextElement.DialogTextElementBuilder> configurator) static DialogTextAreaElementDialogs.dialogTextArea(ModelConfigurator<DialogTextAreaElement.DialogTextAreaElementBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.model.view
Methods in com.slack.api.model.view with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic ViewViews.view(ModelConfigurator<View.ViewBuilder> configurator) static ViewCloseViews.viewClose(ModelConfigurator<ViewClose.ViewCloseBuilder> configurator) static ViewStateViews.viewState(ModelConfigurator<ViewState.ViewStateBuilder> configurator) static ViewSubmitViews.viewSubmit(ModelConfigurator<ViewSubmit.ViewSubmitBuilder> configurator) static ViewTitleViews.viewTitle(ModelConfigurator<ViewTitle.ViewTitleBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.model.workflow
Methods in com.slack.api.model.workflow with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic WorkflowStepOutputWorkflowSteps.output(ModelConfigurator<WorkflowStepOutput.WorkflowStepOutputBuilder> configurator) static WorkflowStepInputWorkflowSteps.stepInput(ModelConfigurator<WorkflowStepInput.WorkflowStepInputBuilder> configurator) static WorkflowStepOutputWorkflowSteps.stepOutput(ModelConfigurator<WorkflowStepOutput.WorkflowStepOutputBuilder> configurator) -
Uses of ModelConfigurator in com.slack.api.webhook
Methods in com.slack.api.webhook with parameters of type ModelConfiguratorModifier and TypeMethodDescriptionstatic PayloadWebhookPayloads.payload(ModelConfigurator<Payload.PayloadBuilder> configurator)