Note
object Note
class Object
trait Matchable
class Any
Value members
Concrete methods
def discussion[A](innerSelection: SelectionBuilder[Discussion, A]): SelectionBuilder[Note, Option[A]]
The discussion this note is a part of.
The discussion this note is a part of.
def position[A](innerSelection: SelectionBuilder[DiffPosition, A]): SelectionBuilder[Note, Option[A]]
The position of this note on a diff.
The position of this note on a diff.
Indicates whether this note was created by the system or by a user.
Indicates whether this note was created by the system or by a user.
def userPermissions[A](innerSelection: SelectionBuilder[NotePermissions, A]): SelectionBuilder[Note, A]
Permissions for the current user on the resource
Permissions for the current user on the resource