Discussion
object Discussion
class Object
trait Matchable
class Any
Value members
Concrete methods
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 resolvedBy[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Discussion, Option[A]]
User who resolved the object.
User who resolved the object.