public class LinkSharedEvent extends Object implements Event
https://api.slack.com/events/link_shared
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkSharedEvent.Link |
| Constructor and Description |
|---|
LinkSharedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getEventTs() |
List<LinkSharedEvent.Link> |
getLinks() |
String |
getMessageTs() |
String |
getThreadTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setEventTs(String eventTs) |
void |
setLinks(List<LinkSharedEvent.Link> links) |
void |
setMessageTs(String messageTs) |
void |
setThreadTs(String threadTs) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getChannel()
public String getUser()
public String getMessageTs()
public String getThreadTs()
public List<LinkSharedEvent.Link> getLinks()
public String getEventTs()
public void setChannel(String channel)
public void setUser(String user)
public void setMessageTs(String messageTs)
public void setThreadTs(String threadTs)
public void setLinks(List<LinkSharedEvent.Link> links)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.