Package com.slack.api.model.event
Class TeamProfileReorderEvent.Profile
- java.lang.Object
-
- com.slack.api.model.event.TeamProfileReorderEvent.Profile
-
- Enclosing class:
- TeamProfileReorderEvent
public static class TeamProfileReorderEvent.Profile extends Object
-
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<TeamProfileReorderEvent.Field>getFields()inthashCode()voidsetFields(List<TeamProfileReorderEvent.Field> fields)StringtoString()
-
-
-
Method Detail
-
getFields
public List<TeamProfileReorderEvent.Field> getFields()
-
setFields
public void setFields(List<TeamProfileReorderEvent.Field> fields)
-
canEqual
protected boolean canEqual(Object other)
-
-