Class TeamProfileGetResponse.Profiles.Section

java.lang.Object
com.slack.api.methods.response.team.profile.TeamProfileGetResponse.Profiles.Section
Enclosing class:
TeamProfileGetResponse.Profiles

public static class TeamProfileGetResponse.Profiles.Section extends Object
  • Constructor Details

    • Section

      public Section()
  • Method Details

    • getId

      public String getId()
    • getTeamId

      public String getTeamId()
    • getSectionType

      public String getSectionType()
    • getLabel

      public String getLabel()
    • getOrder

      public Integer getOrder()
    • isHidden

      public boolean isHidden()
    • setId

      public void setId(String id)
    • setTeamId

      public void setTeamId(String teamId)
    • setSectionType

      public void setSectionType(String sectionType)
    • setLabel

      public void setLabel(String label)
    • setOrder

      public void setOrder(Integer order)
    • setHidden

      public void setHidden(boolean hidden)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object