object TeamDiscussion
- Source
- Client.scala
- Alphabetic
- By Inheritance
- TeamDiscussion
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def author[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[TeamDiscussion, Option[A]]
The actor who authored the comment.
- def authorAssociation: SelectionBuilder[TeamDiscussion, CommentAuthorAssociation]
Author's association with the discussion's team.
- def body: SelectionBuilder[TeamDiscussion, String]
The body as Markdown.
- def bodyHTML: SelectionBuilder[TeamDiscussion, HTML]
The body rendered to HTML.
- def bodyText: SelectionBuilder[TeamDiscussion, String]
The body rendered to text.
- def bodyVersion: SelectionBuilder[TeamDiscussion, String]
Identifies the discussion body hash.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def comments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, fromComment: Option[Int] = None, last: Option[Int] = None, orderBy: Option[TeamDiscussionCommentOrder] = None)(innerSelection: SelectionBuilder[TeamDiscussionCommentConnection, A]): SelectionBuilder[TeamDiscussion, A]
A list of comments on this discussion.
- def commentsResourcePath: SelectionBuilder[TeamDiscussion, URI]
The HTTP path for discussion comments
- def commentsUrl: SelectionBuilder[TeamDiscussion, URI]
The HTTP URL for discussion comments
- def createdAt: SelectionBuilder[TeamDiscussion, DateTime]
Identifies the date and time when the object was created.
- def createdViaEmail: SelectionBuilder[TeamDiscussion, Boolean]
Check if this comment was created via an email reply.
- def databaseId: SelectionBuilder[TeamDiscussion, Option[Int]]
Identifies the primary key from the database.
- def editor[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[TeamDiscussion, Option[A]]
The actor who edited the comment.
- 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[TeamDiscussion, String]
- def includesCreatedEdit: SelectionBuilder[TeamDiscussion, Boolean]
Check if this comment was edited and includes an edit with the creation data
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPinned: SelectionBuilder[TeamDiscussion, Boolean]
Whether or not the discussion is pinned.
- def isPrivate: SelectionBuilder[TeamDiscussion, Boolean]
Whether or not the discussion is only visible to team members and org admins.
- def lastEditedAt: SelectionBuilder[TeamDiscussion, Option[DateTime]]
The moment the editor made the last edit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def number: SelectionBuilder[TeamDiscussion, Int]
Identifies the discussion within its team.
- def publishedAt: SelectionBuilder[TeamDiscussion, Option[DateTime]]
Identifies when the comment was published at.
- def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[TeamDiscussion, Option[List[A]]]
A list of reactions grouped by content left on the subject.
- def reactions[A](after: Option[String] = None, before: Option[String] = None, content: Option[ReactionContent] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[ReactionOrder] = None)(innerSelection: SelectionBuilder[ReactionConnection, A]): SelectionBuilder[TeamDiscussion, A]
A list of Reactions left on the Issue.
- def resourcePath: SelectionBuilder[TeamDiscussion, URI]
The HTTP path for this discussion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def team[A](innerSelection: SelectionBuilder[Team, A]): SelectionBuilder[TeamDiscussion, A]
The team that defines the context of this discussion.
- def title: SelectionBuilder[TeamDiscussion, String]
The title of the discussion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[TeamDiscussion, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[TeamDiscussion, URI]
The HTTP URL for this discussion
- def userContentEdits[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserContentEditConnection, A]): SelectionBuilder[TeamDiscussion, Option[A]]
A list of edits to this content.
- def viewerCanDelete: SelectionBuilder[TeamDiscussion, Boolean]
Check if the current viewer can delete this object.
- def viewerCanPin: SelectionBuilder[TeamDiscussion, Boolean]
Whether or not the current viewer can pin this discussion.
- def viewerCanReact: SelectionBuilder[TeamDiscussion, Boolean]
Can user react to this subject
- def viewerCanSubscribe: SelectionBuilder[TeamDiscussion, Boolean]
Check if the viewer is able to change their subscription status for the repository.
- def viewerCanUpdate: SelectionBuilder[TeamDiscussion, Boolean]
Check if the current viewer can update this object.
- def viewerCannotUpdateReasons: SelectionBuilder[TeamDiscussion, List[CommentCannotUpdateReason]]
Reasons why the current viewer can not update this comment.
- def viewerDidAuthor: SelectionBuilder[TeamDiscussion, Boolean]
Did the viewer author this comment.
- def viewerSubscription: SelectionBuilder[TeamDiscussion, 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: