Uses of Class
com.slack.api.model.view.ViewSubmit
Packages that use ViewSubmit
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ViewSubmit in com.slack.api.model.view
Methods in com.slack.api.model.view that return ViewSubmitModifier and TypeMethodDescriptionViewSubmit.ViewSubmitBuilder.build()View.getSubmit()static ViewSubmitViews.viewSubmit(ModelConfigurator<ViewSubmit.ViewSubmitBuilder> configurator) Methods in com.slack.api.model.view with parameters of type ViewSubmitModifier and TypeMethodDescriptionvoidView.setSubmit(ViewSubmit submit) View.ViewBuilder.submit(ViewSubmit submit) Constructors in com.slack.api.model.view with parameters of type ViewSubmitModifierConstructorDescriptionView(String id, String teamId, String type, ViewTitle title, ViewSubmit submit, ViewClose close, List<LayoutBlock> blocks, String privateMetadata, String callbackId, String externalId, ViewState state, String hash, Boolean clearOnClose, Boolean notifyOnClose, Boolean submitDisabled, String rootViewId, String previousViewId, String appId, String appInstalledTeamId, String botId, String entityUrl, View.ExternalRef externalRef, String appUnfurlUrl, String messageTs, String threadTs, String channel)