Packages

object Note

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Note
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Note, A]

    User who wrote this note

  6. def body: SelectionBuilder[Note, String]

    Content of the note

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

    The GitLab Flavored Markdown rendering of note

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def confidential: SelectionBuilder[Note, Option[Boolean]]

    Indicates if this note is confidential

  10. def createdAt: SelectionBuilder[Note, Time]

    Timestamp of the note creation

  11. def discussion[A](innerSelection: SelectionBuilder[Discussion, A]): SelectionBuilder[Note, Option[A]]

    The discussion this note is a part of

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def id: SelectionBuilder[Note, String]

    ID of the note

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def position[A](innerSelection: SelectionBuilder[DiffPosition, A]): SelectionBuilder[Note, Option[A]]

    The position of this note on a diff

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

    Project associated with the note

  23. def resolvable: SelectionBuilder[Note, Boolean]

    Indicates if the object can be resolved

  24. def resolved: SelectionBuilder[Note, Boolean]

    Indicates if the object is resolved

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

    Timestamp of when the object was resolved

  26. def resolvedBy[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Note, Option[A]]

    User who resolved the object

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def system: SelectionBuilder[Note, Boolean]

    Indicates whether this note was created by the system or by a user

  29. def systemNoteIconName: SelectionBuilder[Note, Option[String]]

    Name of the icon corresponding to a system note

  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updatedAt: SelectionBuilder[Note, Time]

    Timestamp of the note's last activity

  32. def userPermissions[A](innerSelection: SelectionBuilder[NotePermissions, A]): SelectionBuilder[Note, A]

    Permissions for the current user on the resource

  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped