Package com.slack.api.model.event
Class AppRequestedEvent
java.lang.Object
com.slack.api.model.event.AppRequestedEvent
- All Implemented Interfaces:
Event,Serializable
https://api.slack.com/events/app_requested
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetAppRequest(AppRequest appRequest) 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
-
AppRequestedEvent
public AppRequestedEvent()
-
-
Method Details