| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
MessageContainer |
MessageContainer.Builder.build()
Builds a new
MessageContainer. |
static MessageContainer |
MessageContainer.copyOf(MessageContainerIF instance)
Creates an immutable copy of a
MessageContainerIF value. |
MessageContainer |
MessageContainer.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
MessageContainer |
MessageContainer.withEphemeral(boolean ephemeral)
Copy the current immutable object by setting a value for the
ephemeral attribute. |
MessageContainer |
MessageContainer.withMessageTs(String messageTs)
Copy the current immutable object by setting a value for the
messageTs attribute. |
MessageContainer |
MessageContainer.withType(ContainerType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020. All rights reserved.