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