Package com.slack.api.model.event
Class TeamProfileDeleteEvent
java.lang.Object
com.slack.api.model.event.TeamProfileDeleteEvent
- All Implemented Interfaces:
Event,Serializable
The team_profile_delete event is sent to all connections for a workspace when Workspace Admin deletes field definitions
from the profile. Only the ids of the deleted field definitions are included in the payload.
Where appropriate, clients should update to reflect new changes immediately.
https://docs.slack.dev/reference/events/team_profile_delete
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetProfile(TeamProfileDeleteEvent.Profile profile) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
TeamProfileDeleteEvent
public TeamProfileDeleteEvent()
-
-
Method Details