| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static MessageContainer.Builder |
MessageContainer.builder()
Creates a builder for
MessageContainer. |
MessageContainer.Builder |
MessageContainer.Builder.from(Container instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.Container instance. |
MessageContainer.Builder |
MessageContainer.Builder.from(MessageContainerIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.MessageContainerIF instance. |
MessageContainer.Builder |
MessageContainer.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
MessageContainer.Builder |
MessageContainer.Builder.setEphemeral(boolean ephemeral)
Initializes the value for the
ephemeral attribute. |
MessageContainer.Builder |
MessageContainer.Builder.setMessageTs(String messageTs)
Initializes the value for the
messageTs attribute. |
MessageContainer.Builder |
MessageContainer.Builder.setType(ContainerType type)
Initializes the value for the
type attribute. |
Copyright © 2020. All rights reserved.