object Snippet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Snippet
- 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[Snippet, Option[A]]
The owner of the snippet
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createdAt: SelectionBuilder[Snippet, Time]
Timestamp this snippet was created
-
def
description: SelectionBuilder[Snippet, Option[String]]
Description of the snippet
-
def
descriptionHtml: SelectionBuilder[Snippet, Option[String]]
The GitLab Flavored Markdown rendering of
description -
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fileName: SelectionBuilder[Snippet, Option[String]]
File Name of the snippet
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
httpUrlToRepo: SelectionBuilder[Snippet, Option[String]]
HTTP URL to the snippet repository
-
def
id: SelectionBuilder[Snippet, SnippetID]
ID of the snippet
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Snippet, Option[A]]
The project the snippet is associated with
-
def
rawUrl: SelectionBuilder[Snippet, String]
Raw URL of the snippet
-
def
sshUrlToRepo: SelectionBuilder[Snippet, Option[String]]
SSH URL to the snippet repository
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: SelectionBuilder[Snippet, String]
Title of the snippet
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[Snippet, Time]
Timestamp this snippet was updated
-
def
userPermissions[A](innerSelection: SelectionBuilder[SnippetPermissions, A]): SelectionBuilder[Snippet, A]
Permissions for the current user on the resource
-
def
visibilityLevel: SelectionBuilder[Snippet, VisibilityLevelsEnum]
Visibility Level of the snippet
-
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( ... )
-
def
webUrl: SelectionBuilder[Snippet, String]
Web URL of the snippet
Deprecated Value Members
-
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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated