| Package | Description |
|---|---|
| com.slack.api.model.view |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ViewClose |
ViewClose.ViewCloseBuilder.build() |
ViewClose |
View.getClose() |
static ViewClose |
Views.viewClose(ModelConfigurator<ViewClose.ViewCloseBuilder> configurator) |
| Modifier and Type | Method and Description |
|---|---|
View.ViewBuilder |
View.ViewBuilder.close(ViewClose close) |
void |
View.setClose(ViewClose close) |
| Constructor and 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,
String rootViewId,
String previousViewId,
String appId,
String botId) |
Copyright © 2020. All rights reserved.