object Team
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Team
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avatarUrl(size: Option[Int] = None): SelectionBuilder[Team, Option[URI]]
A URL pointing to the team's avatar.
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def combinedSlug: SelectionBuilder[Team, String]
The slug corresponding to the organization and team.
- def createdAt: SelectionBuilder[Team, DateTime]
Identifies the date and time when the object was created.
- def databaseId: SelectionBuilder[Team, Option[Int]]
Identifies the primary key from the database.
- def description: SelectionBuilder[Team, Option[String]]
The description of the team.
- def discussion[A](number: Int)(innerSelection: SelectionBuilder[TeamDiscussion, A]): SelectionBuilder[Team, Option[A]]
Find a team discussion by its number.
- 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.
- def discussionsResourcePath: SelectionBuilder[Team, URI]
The HTTP path for team discussions
- def discussionsUrl: SelectionBuilder[Team, URI]
The HTTP URL for team discussions
- def editTeamResourcePath: SelectionBuilder[Team, URI]
The HTTP path for editing this team
- def editTeamUrl: SelectionBuilder[Team, URI]
The HTTP URL for editing this team
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Team, String]
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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.
- 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.
- def membersResourcePath: SelectionBuilder[Team, URI]
The HTTP path for the team' members
- def membersUrl: SelectionBuilder[Team, URI]
The HTTP URL for the team' members
- def name: SelectionBuilder[Team, String]
The name of the team.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newTeamResourcePath: SelectionBuilder[Team, URI]
The HTTP path creating a new team
- def newTeamUrl: SelectionBuilder[Team, URI]
The HTTP URL creating a new team
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[Team, A]
The organization that owns this team.
- def parentTeam[A](innerSelection: SelectionBuilder[Team, A]): SelectionBuilder[Team, Option[A]]
The parent team of the team.
- def privacy: SelectionBuilder[Team, TeamPrivacy]
The level of privacy the team has.
- 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.
- def repositoriesResourcePath: SelectionBuilder[Team, URI]
The HTTP path for this team's repositories
- def repositoriesUrl: SelectionBuilder[Team, URI]
The HTTP URL for this team's repositories
- def resourcePath: SelectionBuilder[Team, URI]
The HTTP path for this team
- def slug: SelectionBuilder[Team, String]
The slug corresponding to the team.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def teamsResourcePath: SelectionBuilder[Team, URI]
The HTTP path for this team's teams
- def teamsUrl: SelectionBuilder[Team, URI]
The HTTP URL for this team's teams
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[Team, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[Team, URI]
The HTTP URL for this team
- def viewerCanAdminister: SelectionBuilder[Team, Boolean]
Team is adminable by the viewer.
- def viewerCanSubscribe: SelectionBuilder[Team, Boolean]
Check if the viewer is able to change their subscription status for the repository.
- def viewerSubscription: SelectionBuilder[Team, Option[SubscriptionState]]
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: