Discussion

object Discussion
class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[Discussion, Time]

Timestamp of the discussion's creation.

Timestamp of the discussion's creation.

def id: SelectionBuilder[Discussion, DiscussionID]

ID of this discussion.

ID of this discussion.

def notes[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[Discussion, A]

All notes in the discussion.

All notes in the discussion.

def replyId: SelectionBuilder[Discussion, DiscussionID]

ID used to reply to this discussion.

ID used to reply to this discussion.

def resolvable: SelectionBuilder[Discussion, Boolean]

Indicates if the object can be resolved.

Indicates if the object can be resolved.

def resolved: SelectionBuilder[Discussion, Boolean]

Indicates if the object is resolved.

Indicates if the object is resolved.

def resolvedAt: SelectionBuilder[Discussion, Option[Time]]

Timestamp of when the object was resolved.

Timestamp of when the object was resolved.

def resolvedBy[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Discussion, Option[A]]

User who resolved the object.

User who resolved the object.