public class ChannelSharedEvent extends Object implements Event
https://api.slack.com/events/channel_shared
| Constructor and Description |
|---|
ChannelSharedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getConnectedTeamId() |
String |
getEventTs() |
String |
getType() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setConnectedTeamId(String connectedTeamId) |
void |
setEventTs(String eventTs) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getConnectedTeamId()
public String getChannel()
public String getEventTs()
public void setConnectedTeamId(String connectedTeamId)
public void setChannel(String channel)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.