java.lang.Object
com.intercom.api.resources.teams.types.Team

public final class Team extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      Value is always "team"
    • getId

      public String getId()
      Returns:
      The id of the team
    • getName

      public String getName()
      Returns:
      The name of the team
    • getAdminIds

      public List<Integer> getAdminIds()
      Returns:
      The list of admin IDs that are a part of the team.
    • getAdminPriorityLevel

      public Optional<AdminPriorityLevel> getAdminPriorityLevel()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Team.IdStage builder()