Package com.slack.api.model.event
Class SharedChannelInviteReceivedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteReceivedEvent
- All Implemented Interfaces:
Event,Serializable
https://api.slack.com/events/shared_channel_invite_received
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannel(ConnectChannel channel) voidsetEventTs(String eventTs) voidsetInvite(ConnectInviteDetail invite) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
SharedChannelInviteReceivedEvent
public SharedChannelInviteReceivedEvent()
-
-
Method Details