Package com.slack.api.model.event
Class ResourcesRemovedEvent
- java.lang.Object
-
- com.slack.api.model.event.ResourcesRemovedEvent
-
- All Implemented Interfaces:
Event
,Serializable
public class ResourcesRemovedEvent extends 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 class
ResourcesRemovedEvent.Grant
static class
ResourcesRemovedEvent.Resource
static class
ResourcesRemovedEvent.ResourceItem
-
Constructor Summary
Constructors Constructor Description ResourcesRemovedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<ResourcesRemovedEvent.ResourceItem>
getResources()
String
getType()
int
hashCode()
void
setResources(List<ResourcesRemovedEvent.ResourceItem> resources)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResources
public List<ResourcesRemovedEvent.ResourceItem> getResources()
-
setResources
public void setResources(List<ResourcesRemovedEvent.ResourceItem> resources)
-
canEqual
protected boolean canEqual(Object other)
-
-