Packages

object Team

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Team
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ancestors[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TeamConnection, A]): SelectionBuilder[Team, A]

    A list of teams that are ancestors of this team.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def avatarUrl(size: Option[Int] = None): SelectionBuilder[Team, Option[URI]]

    A URL pointing to the team's avatar.

  7. def childTeams[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, immediateOnly: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[TeamOrder] = None, userLogins: Option[List[String]] = None)(innerSelection: SelectionBuilder[TeamConnection, A]): SelectionBuilder[Team, A]

    List of child teams belonging to this team

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def combinedSlug: SelectionBuilder[Team, String]

    The slug corresponding to the organization and team.

  10. def createdAt: SelectionBuilder[Team, DateTime]

    Identifies the date and time when the object was created.

  11. def databaseId: SelectionBuilder[Team, Option[Int]]

    Identifies the primary key from the database.

  12. def description: SelectionBuilder[Team, Option[String]]

    The description of the team.

  13. def discussion[A](number: Int)(innerSelection: SelectionBuilder[TeamDiscussion, A]): SelectionBuilder[Team, Option[A]]

    Find a team discussion by its number.

  14. def discussions[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, isPinned: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[TeamDiscussionOrder] = None)(innerSelection: SelectionBuilder[TeamDiscussionConnection, A]): SelectionBuilder[Team, A]

    A list of team discussions.

  15. def discussionsResourcePath: SelectionBuilder[Team, URI]

    The HTTP path for team discussions

  16. def discussionsUrl: SelectionBuilder[Team, URI]

    The HTTP URL for team discussions

  17. def editTeamResourcePath: SelectionBuilder[Team, URI]

    The HTTP path for editing this team

  18. def editTeamUrl: SelectionBuilder[Team, URI]

    The HTTP URL for editing this team

  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def id: SelectionBuilder[Team, String]
  25. def invitations[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[OrganizationInvitationConnection, A]): SelectionBuilder[Team, Option[A]]

    A list of pending invitations for users to this team

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def memberStatuses[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[UserStatusOrder] = None)(innerSelection: SelectionBuilder[UserStatusConnection, A]): SelectionBuilder[Team, A]

    Get the status messages members of this entity have set that are either public or visible only to the organization.

  28. def members[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, membership: Option[TeamMembershipType] = None, orderBy: Option[TeamMemberOrder] = None, query: Option[String] = None, role: Option[TeamMemberRole] = None)(innerSelection: SelectionBuilder[TeamMemberConnection, A]): SelectionBuilder[Team, A]

    A list of users who are members of this team.

  29. def membersResourcePath: SelectionBuilder[Team, URI]

    The HTTP path for the team' members

  30. def membersUrl: SelectionBuilder[Team, URI]

    The HTTP URL for the team' members

  31. def name: SelectionBuilder[Team, String]

    The name of the team.

  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newTeamResourcePath: SelectionBuilder[Team, URI]

    The HTTP path creating a new team

  34. def newTeamUrl: SelectionBuilder[Team, URI]

    The HTTP URL creating a new team

  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[Team, A]

    The organization that owns this team.

  38. def parentTeam[A](innerSelection: SelectionBuilder[Team, A]): SelectionBuilder[Team, Option[A]]

    The parent team of the team.

  39. def privacy: SelectionBuilder[Team, TeamPrivacy]

    The level of privacy the team has.

  40. def repositories[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[TeamRepositoryOrder] = None, query: Option[String] = None)(innerSelection: SelectionBuilder[TeamRepositoryConnection, A]): SelectionBuilder[Team, A]

    A list of repositories this team has access to.

  41. def repositoriesResourcePath: SelectionBuilder[Team, URI]

    The HTTP path for this team's repositories

  42. def repositoriesUrl: SelectionBuilder[Team, URI]

    The HTTP URL for this team's repositories

  43. def resourcePath: SelectionBuilder[Team, URI]

    The HTTP path for this team

  44. def slug: SelectionBuilder[Team, String]

    The slug corresponding to the team.

  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def teamsResourcePath: SelectionBuilder[Team, URI]

    The HTTP path for this team's teams

  47. def teamsUrl: SelectionBuilder[Team, URI]

    The HTTP URL for this team's teams

  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def updatedAt: SelectionBuilder[Team, DateTime]

    Identifies the date and time when the object was last updated.

  50. def url: SelectionBuilder[Team, URI]

    The HTTP URL for this team

  51. def viewerCanAdminister: SelectionBuilder[Team, Boolean]

    Team is adminable by the viewer.

  52. def viewerCanSubscribe: SelectionBuilder[Team, Boolean]

    Check if the viewer is able to change their subscription status for the repository.

  53. def viewerSubscription: SelectionBuilder[Team, Option[SubscriptionState]]

    Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.

  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped