| 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 |
|---|---|
ViewState |
ViewState.ViewStateBuilder.build() |
ViewState |
View.getState() |
static ViewState |
Views.viewState(ModelConfigurator<ViewState.ViewStateBuilder> configurator) |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setState(ViewState state) |
View.ViewBuilder |
View.ViewBuilder.state(ViewState state) |
| 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.