Uses of Class
com.slack.api.model.view.ViewClose
| Package | Description |
|---|---|
| com.slack.api.model.view |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of ViewClose in com.slack.api.model.view
Methods in com.slack.api.model.view that return ViewClose Modifier and Type Method Description ViewCloseViewClose.ViewCloseBuilder. build()ViewCloseView. getClose()static ViewCloseViews. viewClose(ModelConfigurator<ViewClose.ViewCloseBuilder> configurator)Methods in com.slack.api.model.view with parameters of type ViewClose Modifier and Type Method Description View.ViewBuilderView.ViewBuilder. close(ViewClose close)voidView. setClose(ViewClose close)Constructors in com.slack.api.model.view with parameters of type ViewClose Constructor Description View(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)