public class CallRejectedEvent extends Object implements Event
https://api.slack.com/events/call_rejected
| Constructor and Description |
|---|
CallRejectedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCallId() |
String |
getChannelId() |
String |
getExternalUniqueId() |
String |
getType() |
String |
getUserId() |
int |
hashCode() |
void |
setCallId(String callId) |
void |
setChannelId(String channelId) |
void |
setExternalUniqueId(String externalUniqueId) |
void |
setUserId(String userId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getCallId()
public String getUserId()
public String getChannelId()
public String getExternalUniqueId()
public void setCallId(String callId)
public void setUserId(String userId)
public void setChannelId(String channelId)
public void setExternalUniqueId(String externalUniqueId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.