Package com.slack.api.model.event
Class CallRejectedEvent
java.lang.Object
com.slack.api.model.event.CallRejectedEvent
- All Implemented Interfaces:
Event,Serializable
public class CallRejectedEvent extends Object implements Event
If a Call has been shared with a user in DM
(and unfurled with the help of the link_shared event,
this event is sent if the user rejects the Call.
https://api.slack.com/events/call_rejected
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CallRejectedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCallId()StringgetChannelId()StringgetExternalUniqueId()StringgetType()StringgetUserId()inthashCode()voidsetCallId(String callId)voidsetChannelId(String channelId)voidsetExternalUniqueId(String externalUniqueId)voidsetUserId(String userId)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallRejectedEvent
public CallRejectedEvent()
-
-
Method Details
-
getType
-
getCallId
-
getUserId
-
getChannelId
-
getExternalUniqueId
-
setCallId
-
setUserId
-
setChannelId
-
setExternalUniqueId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-