Note

object Note
class Object
trait Matchable
class Any

Value members

Concrete methods

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Note, A]

User who wrote this note.

User who wrote this note.

def body: SelectionBuilder[Note, String]

Content of the note.

Content of the note.

def bodyHtml: SelectionBuilder[Note, Option[String]]

The GitLab Flavored Markdown rendering of note

The GitLab Flavored Markdown rendering of note

def confidential: SelectionBuilder[Note, Option[Boolean]]

Indicates if this note is confidential.

Indicates if this note is confidential.

def createdAt: SelectionBuilder[Note, Time]

Timestamp of the note creation.

Timestamp of the note creation.

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 id: SelectionBuilder[Note, NoteID]

ID of the note.

ID of the note.

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.

def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Note, Option[A]]

Project associated with the note.

Project associated with the note.

def resolvable: SelectionBuilder[Note, Boolean]

Indicates if the object can be resolved.

Indicates if the object can be resolved.

def resolved: SelectionBuilder[Note, Boolean]

Indicates if the object is resolved.

Indicates if the object is resolved.

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

Timestamp of when the object was resolved.

Timestamp of when the object was resolved.

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

User who resolved the object.

User who resolved the object.

def system: SelectionBuilder[Note, Boolean]

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 systemNoteIconName: SelectionBuilder[Note, Option[String]]

Name of the icon corresponding to a system note.

Name of the icon corresponding to a system note.

def updatedAt: SelectionBuilder[Note, Time]

Timestamp of the note's last activity.

Timestamp of the note's last activity.

def url: SelectionBuilder[Note, Option[String]]

URL to view this Note in the Web UI.

URL to view this Note in the Web UI.

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