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
-
Constructor Summary
Constructors Constructor Description TeamProfileReorderEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)TeamProfileReorderEvent.ProfilegetProfile()StringgetType()inthashCode()voidsetProfile(TeamProfileReorderEvent.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 TeamProfileReorderEvent.Profile getProfile()
-
setProfile
public void setProfile(TeamProfileReorderEvent.Profile profile)
-
canEqual
protected boolean canEqual(Object other)
-
-