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