| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat | |
| com.hubspot.slack.client.models | |
| com.hubspot.slack.client.models.blocks | |
| com.hubspot.slack.client.models.json |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BlockOrAttachment> |
ChatUnfurlParams.getUnfurls() |
Map<String,BlockOrAttachment> |
ChatUnfurlParamsIF.getUnfurls() |
| Modifier and Type | Method and Description |
|---|---|
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.putUnfurls(String key,
BlockOrAttachment value)
Put one entry to the
unfurls map. |
| Modifier and Type | Method and Description |
|---|---|
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.putAllUnfurls(Map<String,? extends BlockOrAttachment> unfurls)
Put all mappings from the specified map as entries to
unfurls map. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.putUnfurls(Map.Entry<String,? extends BlockOrAttachment> entry)
Put one entry to the
unfurls map. |
ChatUnfurlParams.Builder |
ChatUnfurlParams.Builder.setUnfurls(Map<String,? extends BlockOrAttachment> unfurls)
Sets or replaces all mappings from the specified map as entries for the
unfurls map. |
ChatUnfurlParams |
ChatUnfurlParams.withUnfurls(Map<String,? extends BlockOrAttachment> unfurls)
Copy the current immutable object by replacing the
unfurls map with the specified map. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttachmentIF |
| Modifier and Type | Class and Description |
|---|---|
class |
Attachment
Immutable implementation of
AttachmentIF. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionsIF |
interface |
Block |
interface |
ContextIF |
interface |
DividerIF |
interface |
FileIF |
interface |
HeaderIF |
interface |
ImageIF |
interface |
InputIF |
interface |
SectionIF |
| Modifier and Type | Class and Description |
|---|---|
class |
Actions
Immutable implementation of
ActionsIF. |
class |
Context
Immutable implementation of
ContextIF. |
class |
Divider
Immutable implementation of
DividerIF. |
class |
File
Immutable implementation of
FileIF. |
class |
Header
Immutable implementation of
HeaderIF. |
class |
Image
Immutable implementation of
ImageIF. |
class |
Input
Immutable implementation of
InputIF. |
class |
Section
Immutable implementation of
SectionIF. |
class |
UnknownBlock |
| Modifier and Type | Method and Description |
|---|---|
BlockOrAttachment |
BlockOrAttachmentDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Copyright © 2020. All rights reserved.