public class ResourcesRemovedEvent extends Object implements Event
See Permissions API for further detail.
https://api.slack.com/events/resources_removed
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourcesRemovedEvent.Grant |
static class |
ResourcesRemovedEvent.Resource |
static class |
ResourcesRemovedEvent.ResourceItem |
| Constructor and Description |
|---|
ResourcesRemovedEvent() |
| Modifier and Type | Method and 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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public List<ResourcesRemovedEvent.ResourceItem> getResources()
public void setResources(List<ResourcesRemovedEvent.ResourceItem> resources)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.