Package com.slack.api.model.event
Class InviteRequestedEvent
java.lang.Object
com.slack.api.model.event.InviteRequestedEvent
- All Implemented Interfaces:
Event,Serializable
User requested an invite
https://docs.slack.dev/reference/events/invite_requested
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetInviteRequest(InviteRequestedEvent.InviteRequest inviteRequest) 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
-
InviteRequestedEvent
public InviteRequestedEvent()
-
-
Method Details