Package com.slack.api.model.event
Class ResourcesRemovedEvent
java.lang.Object
com.slack.api.model.event.ResourcesRemovedEvent
- All Implemented Interfaces:
Event,java.io.Serializable
public class ResourcesRemovedEvent extends java.lang.Object implements Event
Subscribe to this event to receive deliveries as users uninstall your Slack app
and remove your app to channels & conversations.
See Permissions API for further detail.
https://api.slack.com/events/resources_removed
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResourcesRemovedEvent.Grantstatic classResourcesRemovedEvent.Resourcestatic classResourcesRemovedEvent.ResourceItem -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description ResourcesRemovedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<ResourcesRemovedEvent.ResourceItem>getResources()java.lang.StringgetType()inthashCode()voidsetResources(java.util.List<ResourcesRemovedEvent.ResourceItem> resources)java.lang.StringtoString()
-
Field Details
-
TYPE_NAME
public static final java.lang.String TYPE_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
ResourcesRemovedEvent
public ResourcesRemovedEvent()
-
-
Method Details
-
getType
public java.lang.String getType() -
getResources
-
setResources
-
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
-