Packages

object TeamDiscussion

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TeamDiscussion
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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.

  6. def authorAssociation: SelectionBuilder[TeamDiscussion, CommentAuthorAssociation]

    Author's association with the discussion's team.

  7. def body: SelectionBuilder[TeamDiscussion, String]

    The body as Markdown.

  8. def bodyHTML: SelectionBuilder[TeamDiscussion, HTML]

    The body rendered to HTML.

  9. def bodyText: SelectionBuilder[TeamDiscussion, String]

    The body rendered to text.

  10. def bodyVersion: SelectionBuilder[TeamDiscussion, String]

    Identifies the discussion body hash.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. 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.

  13. def commentsResourcePath: SelectionBuilder[TeamDiscussion, URI]

    The HTTP path for discussion comments

  14. def commentsUrl: SelectionBuilder[TeamDiscussion, URI]

    The HTTP URL for discussion comments

  15. def createdAt: SelectionBuilder[TeamDiscussion, DateTime]

    Identifies the date and time when the object was created.

  16. def createdViaEmail: SelectionBuilder[TeamDiscussion, Boolean]

    Check if this comment was created via an email reply.

  17. def databaseId: SelectionBuilder[TeamDiscussion, Option[Int]]

    Identifies the primary key from the database.

  18. 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.

  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[TeamDiscussion, String]
  25. def includesCreatedEdit: SelectionBuilder[TeamDiscussion, Boolean]

    Check if this comment was edited and includes an edit with the creation data

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPinned: SelectionBuilder[TeamDiscussion, Boolean]

    Whether or not the discussion is pinned.

  28. def isPrivate: SelectionBuilder[TeamDiscussion, Boolean]

    Whether or not the discussion is only visible to team members and org admins.

  29. def lastEditedAt: SelectionBuilder[TeamDiscussion, Option[DateTime]]

    The moment the editor made the last edit

  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def number: SelectionBuilder[TeamDiscussion, Int]

    Identifies the discussion within its team.

  34. def publishedAt: SelectionBuilder[TeamDiscussion, Option[DateTime]]

    Identifies when the comment was published at.

  35. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[TeamDiscussion, Option[List[A]]]

    A list of reactions grouped by content left on the subject.

  36. 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.

  37. def resourcePath: SelectionBuilder[TeamDiscussion, URI]

    The HTTP path for this discussion

  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def team[A](innerSelection: SelectionBuilder[Team, A]): SelectionBuilder[TeamDiscussion, A]

    The team that defines the context of this discussion.

  40. def title: SelectionBuilder[TeamDiscussion, String]

    The title of the discussion

  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def updatedAt: SelectionBuilder[TeamDiscussion, DateTime]

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

  43. def url: SelectionBuilder[TeamDiscussion, URI]

    The HTTP URL for this discussion

  44. 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.

  45. def viewerCanDelete: SelectionBuilder[TeamDiscussion, Boolean]

    Check if the current viewer can delete this object.

  46. def viewerCanPin: SelectionBuilder[TeamDiscussion, Boolean]

    Whether or not the current viewer can pin this discussion.

  47. def viewerCanReact: SelectionBuilder[TeamDiscussion, Boolean]

    Can user react to this subject

  48. def viewerCanSubscribe: SelectionBuilder[TeamDiscussion, Boolean]

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

  49. def viewerCanUpdate: SelectionBuilder[TeamDiscussion, Boolean]

    Check if the current viewer can update this object.

  50. def viewerCannotUpdateReasons: SelectionBuilder[TeamDiscussion, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  51. def viewerDidAuthor: SelectionBuilder[TeamDiscussion, Boolean]

    Did the viewer author this comment.

  52. def viewerSubscription: SelectionBuilder[TeamDiscussion, Option[SubscriptionState]]

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped