object Note
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Note
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Note, A]
User who wrote this note
-
def
body: SelectionBuilder[Note, String]
Content of the note
-
def
bodyHtml: SelectionBuilder[Note, Option[String]]
The GitLab Flavored Markdown rendering of
note -
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
confidential: SelectionBuilder[Note, Option[Boolean]]
Indicates if this note is confidential
-
def
createdAt: SelectionBuilder[Note, Time]
Timestamp of the note creation
-
def
discussion[A](innerSelection: SelectionBuilder[Discussion, A]): SelectionBuilder[Note, Option[A]]
The discussion this note is a part of
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[Note, String]
ID of the note
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
position[A](innerSelection: SelectionBuilder[DiffPosition, A]): SelectionBuilder[Note, Option[A]]
The position of this note on a diff
-
def
project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Note, Option[A]]
Project associated with the note
-
def
resolvable: SelectionBuilder[Note, Boolean]
Indicates if the object can be resolved
-
def
resolved: SelectionBuilder[Note, Boolean]
Indicates if the object is resolved
-
def
resolvedAt: SelectionBuilder[Note, Option[Time]]
Timestamp of when the object was resolved
-
def
resolvedBy[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Note, Option[A]]
User who resolved the object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
system: SelectionBuilder[Note, Boolean]
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[Note, Time]
Timestamp of the note's last activity
-
def
userPermissions[A](innerSelection: SelectionBuilder[NotePermissions, A]): SelectionBuilder[Note, A]
Permissions for the current user on the resource
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated