Packages

object Snippet

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Snippet
  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[Snippet, Option[A]]

    The owner of the snippet

  6. def blobs[A](paths: Option[List[String]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[SnippetBlobConnection, A]): SelectionBuilder[Snippet, Option[A]]

    Snippet blobs

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def createdAt: SelectionBuilder[Snippet, Time]

    Timestamp this snippet was created

  9. def description: SelectionBuilder[Snippet, Option[String]]

    Description of the snippet

  10. def descriptionHtml: SelectionBuilder[Snippet, Option[String]]

    The GitLab Flavored Markdown rendering of description

  11. def discussions[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[Snippet, A]

    All discussions on this noteable

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fileName: SelectionBuilder[Snippet, Option[String]]

    File Name of the snippet

  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def httpUrlToRepo: SelectionBuilder[Snippet, Option[String]]

    HTTP URL to the snippet repository

  18. def id: SelectionBuilder[Snippet, SnippetID]

    ID of the snippet

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def notes[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[Snippet, A]

    All notes on this noteable

  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Snippet, Option[A]]

    The project the snippet is associated with

  25. def rawUrl: SelectionBuilder[Snippet, String]

    Raw URL of the snippet

  26. def sshUrlToRepo: SelectionBuilder[Snippet, Option[String]]

    SSH URL to the snippet repository

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def title: SelectionBuilder[Snippet, String]

    Title of the snippet

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

    Timestamp this snippet was updated

  31. def userPermissions[A](innerSelection: SelectionBuilder[SnippetPermissions, A]): SelectionBuilder[Snippet, A]

    Permissions for the current user on the resource

  32. def visibilityLevel: SelectionBuilder[Snippet, VisibilityLevelsEnum]

    Visibility Level of the snippet

  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( ... )
  36. def webUrl: SelectionBuilder[Snippet, String]

    Web URL of the snippet

Deprecated Value Members

  1. def blob[A](innerSelection: SelectionBuilder[SnippetBlob, A]): SelectionBuilder[Snippet, A]

    Snippet blob.

    Snippet blob. Deprecated in 13.3: Use blobs

    Annotations
    @deprecated
    Deprecated

    (Since version ) Use blobs. Deprecated in 13.3

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

Inherited from AnyRef

Inherited from Any

Ungrouped