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