@Value.Immutable
public interface LiteMessageIF
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
Optional<String> |
getBotId() |
List<SlackFile> |
getFiles() |
Optional<String> |
getLatestReplyTimestamp() |
default List<ReplySkeleton> |
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 `ReplySkeleton` |
Optional<Integer> |
getReplyCount() |
Optional<List<String>> |
getReplyUserIds() |
Optional<Integer> |
getReplyUsersCount() |
Optional<String> |
getSubtype() |
String |
getText() |
Optional<String> |
getThreadTimestamp() |
String |
getTimestamp() |
String |
getType() |
Optional<String> |
getUser() |
Optional<String> |
getUsername() |
String getType()
String getText()
List<Attachment> getAttachments()
String getTimestamp()
@Deprecated @Value.Default default List<ReplySkeleton> getReplies()
getReplyUserIds() or getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `ReplySkeleton`Copyright © 2019. All rights reserved.