Package com.slack.api.model.event
Class TeamProfileChangeEvent
java.lang.Object
com.slack.api.model.event.TeamProfileChangeEvent
- All Implemented Interfaces:
Event,Serializable
public class TeamProfileChangeEvent extends Object implements Event
The team_profile_change event is sent to all connections for a workspace
when Workspace Admin updates the field definitions in the profile.
Only the modified field definitions are included in the payload.
Where appropriate, clients should update to reflect new changes immediately.
https://api.slack.com/events/team_profile_change
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamProfileChangeEvent.Fieldstatic classTeamProfileChangeEvent.Profile -
Field Summary
-
Constructor Summary
Constructors Constructor Description TeamProfileChangeEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)TeamProfileChangeEvent.ProfilegetProfile()StringgetType()inthashCode()voidsetProfile(TeamProfileChangeEvent.Profile profile)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
TeamProfileChangeEvent
public TeamProfileChangeEvent()
-
-
Method Details