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