@Value.Immutable public abstract class AbstractSlackReplyMessage extends SlackEventMessageBase implements HasUser
| Constructor and Description |
|---|
AbstractSlackReplyMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getChannelId() |
abstract Optional<String> |
getLatestReplyTimestamp() |
List<Reply> |
getReplies()
Deprecated.
use
getReplyUserIds() or getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `Reply` |
int |
getReplyCount() |
abstract Optional<List<String>> |
getReplyUserIds() |
abstract Optional<Integer> |
getReplyUsersCount() |
abstract String |
getThreadTs() |
abstract String |
getUserId() |
getSubtypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTs, getType, toDetailedEventpublic abstract String getThreadTs()
public abstract String getChannelId()
getChannelId in interface HasChannel@Value.Default public int getReplyCount()
@Deprecated @Value.Default public List<Reply> getReplies()
getReplyUserIds() or getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `Reply`Copyright © 2019. All rights reserved.