Package com.slack.api.model.event
Class AppUninstalledEvent
java.lang.Object
com.slack.api.model.event.AppUninstalledEvent
- All Implemented Interfaces:
Event,java.io.Serializable
public class AppUninstalledEvent extends java.lang.Object implements Event
This Events API-only event is sent via subscription whenever a Slack app is completely uninstalled.
You should also receive tokens_revoked events for revoked tokens. An app is not uninstalled until its final user and bot tokens are revoked.
The example above details the complete Events API payload, including the event wrapper. The team_id indicates which workspace uninstalled the Slack app identified by api_app_id.
https://api.slack.com/events/app_uninstalled
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description AppUninstalledEvent() -
Method Summary
-
Field Details
-
TYPE_NAME
public static final java.lang.String TYPE_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
AppUninstalledEvent
public AppUninstalledEvent()
-
-
Method Details
-
getType
public java.lang.String getType() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-