| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events |
| Modifier and Type | Method and Description |
|---|---|
SlackEventBotMessage |
SlackEventBotMessage.Builder.build()
Builds a new
SlackEventBotMessage. |
static SlackEventBotMessage |
SlackEventBotMessage.copyOf(AbstractSlackEventBotMessage instance)
Creates an immutable copy of a
AbstractSlackEventBotMessage value. |
SlackEventBotMessage |
SlackEventBotMessage.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
SlackEventBotMessage |
SlackEventBotMessage.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
SlackEventBotMessage |
SlackEventBotMessage.withBotId(String botId)
Copy the current immutable object by setting a value for the
botId attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
text attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withText(String value)
Copy the current immutable object by setting a present value for the optional
text attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
SlackEventBotMessage |
SlackEventBotMessage.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.