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 boolean
canEqual(Object other)
boolean
equals(Object o)
ConnectChannel
getChannel()
String
getEventTs()
ConnectInviteDetail
getInvite()
String
getType()
int
hashCode()
void
setChannel(ConnectChannel channel)
void
setEventTs(String eventTs)
void
setInvite(ConnectInviteDetail invite)
String
toString()
-
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
-