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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamProfileGetResponse.Profiles.Section
-
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()List<TeamProfileGetResponse.Profiles.Section>getSections()inthashCode()voidsetFields(List<Team.Profile> fields)voidsetSections(List<TeamProfileGetResponse.Profiles.Section> sections)StringtoString()
-
-
-
Method Detail
-
getFields
public List<Team.Profile> getFields()
-
getSections
public List<TeamProfileGetResponse.Profiles.Section> getSections()
-
setFields
public void setFields(List<Team.Profile> fields)
-
setSections
public void setSections(List<TeamProfileGetResponse.Profiles.Section> sections)
-
canEqual
protected boolean canEqual(Object other)
-
-