Package com.slack.api.model.event
Class SharedChannelInviteReceivedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteReceivedEvent
- All Implemented Interfaces:
Event,Serializable
public class SharedChannelInviteReceivedEvent extends Object implements Event
https://api.slack.com/events/shared_channel_invite_received
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SharedChannelInviteReceivedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ConnectChannelgetChannel()StringgetEventTs()ConnectInviteDetailgetInvite()StringgetType()inthashCode()voidsetChannel(ConnectChannel channel)voidsetEventTs(String eventTs)voidsetInvite(ConnectInviteDetail invite)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SharedChannelInviteReceivedEvent
public SharedChannelInviteReceivedEvent()
-
-
Method Details
-
getType
-
getInvite
-
getChannel
-
getEventTs
-
setInvite
-
setChannel
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-