Packages

o

caliban.client.github.Client

TeamDiscussionComment

object TeamDiscussionComment

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TeamDiscussionComment
  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[TeamDiscussionComment, Option[A]]

    The actor who authored the comment.

  6. def authorAssociation: SelectionBuilder[TeamDiscussionComment, CommentAuthorAssociation]

    Author's association with the comment's team.

  7. def body: SelectionBuilder[TeamDiscussionComment, String]

    The body as Markdown.

  8. def bodyHTML: SelectionBuilder[TeamDiscussionComment, HTML]

    The body rendered to HTML.

  9. def bodyText: SelectionBuilder[TeamDiscussionComment, String]

    The body rendered to text.

  10. def bodyVersion: SelectionBuilder[TeamDiscussionComment, String]

    The current version of the body content.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def createdAt: SelectionBuilder[TeamDiscussionComment, DateTime]

    Identifies the date and time when the object was created.

  13. def createdViaEmail: SelectionBuilder[TeamDiscussionComment, Boolean]

    Check if this comment was created via an email reply.

  14. def databaseId: SelectionBuilder[TeamDiscussionComment, Option[Int]]

    Identifies the primary key from the database.

  15. def discussion[A](innerSelection: SelectionBuilder[TeamDiscussion, A]): SelectionBuilder[TeamDiscussionComment, A]

    The discussion this comment is about.

  16. 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[TeamDiscussionComment, Option[A]]

    The actor who edited the comment.

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def id: SelectionBuilder[TeamDiscussionComment, String]
  23. def includesCreatedEdit: SelectionBuilder[TeamDiscussionComment, Boolean]

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

  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def lastEditedAt: SelectionBuilder[TeamDiscussionComment, Option[DateTime]]

    The moment the editor made the last edit

  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def number: SelectionBuilder[TeamDiscussionComment, Int]

    Identifies the comment number.

  30. def publishedAt: SelectionBuilder[TeamDiscussionComment, Option[DateTime]]

    Identifies when the comment was published at.

  31. def reactionGroups[A](innerSelection: SelectionBuilder[ReactionGroup, A]): SelectionBuilder[TeamDiscussionComment, Option[List[A]]]

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

  32. 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[TeamDiscussionComment, A]

    A list of Reactions left on the Issue.

  33. def resourcePath: SelectionBuilder[TeamDiscussionComment, URI]

    The HTTP path for this comment

  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def updatedAt: SelectionBuilder[TeamDiscussionComment, DateTime]

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

  37. def url: SelectionBuilder[TeamDiscussionComment, URI]

    The HTTP URL for this comment

  38. def userContentEdits[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserContentEditConnection, A]): SelectionBuilder[TeamDiscussionComment, Option[A]]

    A list of edits to this content.

  39. def viewerCanDelete: SelectionBuilder[TeamDiscussionComment, Boolean]

    Check if the current viewer can delete this object.

  40. def viewerCanReact: SelectionBuilder[TeamDiscussionComment, Boolean]

    Can user react to this subject

  41. def viewerCanUpdate: SelectionBuilder[TeamDiscussionComment, Boolean]

    Check if the current viewer can update this object.

  42. def viewerCannotUpdateReasons: SelectionBuilder[TeamDiscussionComment, List[CommentCannotUpdateReason]]

    Reasons why the current viewer can not update this comment.

  43. def viewerDidAuthor: SelectionBuilder[TeamDiscussionComment, Boolean]

    Did the viewer author this comment.

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

Inherited from AnyRef

Inherited from Any

Ungrouped