Package com.slack.api.model.event
Class UserResourceRemovedEvent
- java.lang.Object
-
- com.slack.api.model.event.UserResourceRemovedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class UserResourceRemovedEvent extends Object implements Event
We send this event when a user removes an existing grant for your workspace app.https://api.slack.com/events/user_resource_removed
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserResourceRemovedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetTriggerId()StringgetType()StringgetUser()inthashCode()voidsetTriggerId(String triggerId)voidsetUser(String user)StringtoString()-
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
-
-