@Value.Immutable
public interface MessageIF
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
SlackChannel |
getChannel() |
Optional<LiteMessage> |
getNext() |
Optional<LiteMessage> |
getNextNext() |
Optional<String> |
getPermalink() |
Optional<LiteMessage> |
getPrevious() |
Optional<LiteMessage> |
getPreviousPrevious() |
default String |
getSlackLink() |
String |
getTeam() |
String |
getText() |
String |
getTimestamp() |
String |
getType() |
String |
getUser() |
String |
getUsername() |
String getType()
String getTeam()
SlackChannel getChannel()
String getUser()
String getUsername()
String getTimestamp()
String getText()
List<Attachment> getAttachments()
Optional<LiteMessage> getPreviousPrevious()
Optional<LiteMessage> getPrevious()
Optional<LiteMessage> getNext()
Optional<LiteMessage> getNextNext()
@Value.Derived default String getSlackLink()
Copyright © 2019. All rights reserved.