@Value.Immutable public abstract class AbstractSlackEventMessageDeleted extends SlackEventMessageBase
| Constructor and Description |
|---|
AbstractSlackEventMessageDeleted() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getChannelId() |
abstract String |
getDeletedTs() |
abstract String |
getEventTs() |
abstract Optional<LiteMessage> |
getPreviousMessage() |
abstract boolean |
isHidden() |
getSubtypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTs, getType, toDetailedEventpublic abstract String getChannelId()
public abstract Optional<LiteMessage> getPreviousMessage()
public abstract boolean isHidden()
public abstract String getDeletedTs()
public abstract String getEventTs()
Copyright © 2019. All rights reserved.