Class TeamList

java.lang.Object
com.intercom.api.types.TeamList

public final class TeamList extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of the object
    • getTeams

      public List<Team> getTeams()
      Returns:
      A list of team objects
    • 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 TeamList.Builder builder()