| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events | |
| com.hubspot.slack.client.models.events.util |
| Modifier and Type | Method and Description |
|---|---|
SlackReplyMessage |
SlackEventMessageReplied.getMessage() |
abstract SlackReplyMessage |
AbstractSlackEventMessageReplied.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
SlackEventMessageReplied.Builder |
SlackEventMessageReplied.Builder.setMessage(SlackReplyMessage message)
Initializes the value for the
message attribute. |
SlackEventMessageReplied |
SlackEventMessageReplied.withMessage(SlackReplyMessage message)
Copy the current immutable object by setting a value for the
message attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackReplyMessage |
SlackReplyMessage.Builder.build()
Builds a new
SlackReplyMessage. |
static SlackReplyMessage |
SlackReplyMessage.copyOf(AbstractSlackReplyMessage instance)
Creates an immutable copy of a
AbstractSlackReplyMessage value. |
SlackReplyMessage |
SlackReplyMessage.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackReplyMessage |
SlackReplyMessage.withLatestReplyTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
latestReplyTimestamp attribute. |
SlackReplyMessage |
SlackReplyMessage.withLatestReplyTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
latestReplyTimestamp attribute. |
SlackReplyMessage |
SlackReplyMessage.withReplies(Iterable<? extends Reply> elements)
Deprecated.
|
SlackReplyMessage |
SlackReplyMessage.withReplies(Reply... elements)
Deprecated.
|
SlackReplyMessage |
SlackReplyMessage.withReplyCount(int replyCount)
Copy the current immutable object by setting a value for the
replyCount attribute. |
SlackReplyMessage |
SlackReplyMessage.withReplyUserIds(List<String> value)
Copy the current immutable object by setting a present value for the optional
replyUserIds attribute. |
SlackReplyMessage |
SlackReplyMessage.withReplyUserIds(Optional<List<String>> optional)
Copy the current immutable object by setting an optional value for the
replyUserIds attribute. |
SlackReplyMessage |
SlackReplyMessage.withReplyUsersCount(Integer value)
Copy the current immutable object by setting a present value for the optional
replyUsersCount attribute. |
SlackReplyMessage |
SlackReplyMessage.withReplyUsersCount(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
replyUsersCount attribute. |
SlackReplyMessage |
SlackReplyMessage.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackReplyMessage |
SlackReplyMessage.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackReplyMessage |
SlackReplyMessage.withThreadTs(String threadTs)
Copy the current immutable object by setting a value for the
threadTs attribute. |
SlackReplyMessage |
SlackReplyMessage.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
SlackReplyMessage |
SlackReplyMessage.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackReplyMessage |
SlackReplyMessage.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
Copyright © 2019. All rights reserved.