| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.util |
| Modifier and Type | Method and Description |
|---|---|
Reply |
Reply.Builder.build()
Builds a new
Reply. |
static Reply |
Reply.copyOf(ReplyIF instance)
Creates an immutable copy of a
ReplyIF value. |
Reply |
Reply.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
Reply |
Reply.withUser(String user)
Copy the current immutable object by setting a value for the
user attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Reply> |
SlackReplyMessage.getReplies()
Deprecated.
use
SlackReplyMessage.getReplyUserIds() or SlackReplyMessage.getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `Reply` |
List<Reply> |
AbstractSlackReplyMessage.getReplies()
Deprecated.
use
AbstractSlackReplyMessage.getReplyUserIds() or AbstractSlackReplyMessage.getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `Reply` |
| Modifier and Type | Method and Description |
|---|---|
SlackReplyMessage.Builder |
SlackReplyMessage.Builder.addReplies(Reply... elements)
Deprecated.
|
SlackReplyMessage.Builder |
SlackReplyMessage.Builder.addReplies(Reply element)
Deprecated.
|
SlackReplyMessage |
SlackReplyMessage.withReplies(Reply... elements)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SlackReplyMessage.Builder |
SlackReplyMessage.Builder.addAllReplies(Iterable<? extends Reply> elements)
Deprecated.
|
SlackReplyMessage.Builder |
SlackReplyMessage.Builder.setReplies(Iterable<? extends Reply> elements)
Deprecated.
|
SlackReplyMessage |
SlackReplyMessage.withReplies(Iterable<? extends Reply> elements)
Deprecated.
|
Copyright © 2019. All rights reserved.