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
-
-
Constructor Summary
Constructors Constructor Description SharedChannelInviteReceivedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInvite
public ConnectInviteDetail getInvite()
-
getChannel
public ConnectChannel getChannel()
-
getEventTs
public String getEventTs()
-
setInvite
public void setInvite(ConnectInviteDetail invite)
-
setChannel
public void setChannel(ConnectChannel channel)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-