Package com.slack.api.model.event
Class TeamProfileDeleteEvent
- java.lang.Object
-
- com.slack.api.model.event.TeamProfileDeleteEvent
-
- All Implemented Interfaces:
Event,Serializable
public class TeamProfileDeleteEvent extends Object implements Event
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://api.slack.com/events/team_profile_delete
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamProfileDeleteEvent.Fieldstatic classTeamProfileDeleteEvent.Profile
-
Constructor Summary
Constructors Constructor Description TeamProfileDeleteEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)TeamProfileDeleteEvent.ProfilegetProfile()StringgetType()inthashCode()voidsetProfile(TeamProfileDeleteEvent.Profile profile)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
-
-
Method Detail
-
getProfile
public TeamProfileDeleteEvent.Profile getProfile()
-
setProfile
public void setProfile(TeamProfileDeleteEvent.Profile profile)
-
canEqual
protected boolean canEqual(Object other)
-
-