Package com.slack.api.model.event
Class TeamProfileReorderEvent
java.lang.Object
com.slack.api.model.event.TeamProfileReorderEvent
- All Implemented Interfaces:
Event,java.io.Serializable
public class TeamProfileReorderEvent extends java.lang.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
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description TeamProfileReorderEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)TeamProfileReorderEvent.ProfilegetProfile()java.lang.StringgetType()inthashCode()voidsetProfile(TeamProfileReorderEvent.Profile profile)java.lang.StringtoString()
-
Field Details
-
TYPE_NAME
public static final java.lang.String TYPE_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
TeamProfileReorderEvent
public TeamProfileReorderEvent()
-
-
Method Details
-
getType
public java.lang.String getType() -
getProfile
-
setProfile
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-