| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Field.FieldBuilder |
Field.builder() |
Field.FieldBuilder |
Field.FieldBuilder.title(String title)
Shown as a bold heading above the value text.
|
Field.FieldBuilder |
Field.FieldBuilder.value(String value)
The text value of the field.
|
Field.FieldBuilder |
Field.FieldBuilder.valueShortEnough(boolean valueShortEnough)
An optional flag indicating whether the value is short enough to be displayed side-by-side with other values.
|
| Modifier and Type | Method and Description |
|---|---|
static Field |
Attachments.field(ModelConfigurator<Field.FieldBuilder> configurator) |
Copyright © 2020. All rights reserved.