| 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 |
|---|---|
ViewTitle |
ViewTitle.ViewTitleBuilder.build() |
ViewTitle |
View.getTitle() |
static ViewTitle |
Views.viewTitle(ModelConfigurator<ViewTitle.ViewTitleBuilder> configurator) |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setTitle(ViewTitle title) |
View.ViewBuilder |
View.ViewBuilder.title(ViewTitle title) |
| 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.