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