| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events |
| Modifier and Type | Method and Description |
|---|---|
SlackEventMessage |
SlackEventMessage.Builder.build()
Builds a new
SlackEventMessage. |
static SlackEventMessage |
SlackEventMessage.copyOf(AbstractSlackEventMessage instance)
Creates an immutable copy of a
AbstractSlackEventMessage value. |
SlackEventMessage |
SlackEventMessage.withBotId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
botId attribute. |
SlackEventMessage |
SlackEventMessage.withBotId(String value)
Copy the current immutable object by setting a present value for the optional
botId attribute. |
SlackEventMessage |
SlackEventMessage.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackEventMessage |
SlackEventMessage.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessage |
SlackEventMessage.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessage |
SlackEventMessage.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
SlackEventMessage |
SlackEventMessage.withThreadTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTs attribute. |
SlackEventMessage |
SlackEventMessage.withThreadTs(String value)
Copy the current immutable object by setting a present value for the optional
threadTs attribute. |
SlackEventMessage |
SlackEventMessage.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
SlackEventMessage |
SlackEventMessage.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackEventMessage |
SlackEventMessage.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
Copyright © 2019. All rights reserved.