object User
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- User
- 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
assignedMergeRequests[A](iids: Option[List[String]] = None, sourceBranches: Option[List[String]] = None, targetBranches: Option[List[String]] = None, state: Option[MergeRequestState] = None, labels: Option[List[String]] = None, mergedAfter: Option[Time] = None, mergedBefore: Option[Time] = None, milestoneTitle: Option[String] = None, sort: Option[MergeRequestSort] = None, projectPath: Option[String] = None, projectId: Option[ProjectID] = None, authorUsername: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MergeRequestConnection, A]): SelectionBuilder[User, Option[A]]
Merge Requests assigned to the user
-
def
authoredMergeRequests[A](iids: Option[List[String]] = None, sourceBranches: Option[List[String]] = None, targetBranches: Option[List[String]] = None, state: Option[MergeRequestState] = None, labels: Option[List[String]] = None, mergedAfter: Option[Time] = None, mergedBefore: Option[Time] = None, milestoneTitle: Option[String] = None, sort: Option[MergeRequestSort] = None, projectPath: Option[String] = None, projectId: Option[ProjectID] = None, assigneeUsername: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[MergeRequestConnection, A]): SelectionBuilder[User, Option[A]]
Merge Requests authored by the user
-
def
avatarUrl: SelectionBuilder[User, Option[String]]
URL of the user's avatar
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
groupMemberships[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[GroupMemberConnection, A]): SelectionBuilder[User, Option[A]]
Group memberships of the user
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[User, String]
ID of the user
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
location: SelectionBuilder[User, Option[String]]
The location of the user.
-
def
name: SelectionBuilder[User, String]
Human-readable name of the user
-
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
projectMemberships[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectMemberConnection, A]): SelectionBuilder[User, Option[A]]
Project memberships of the user
-
def
publicEmail: SelectionBuilder[User, Option[String]]
User's public email
-
def
snippets[A](ids: Option[List[SnippetID]] = None, visibility: Option[VisibilityScopesEnum] = None, type: Option[TypeEnum] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[SnippetConnection, A]): SelectionBuilder[User, Option[A]]
Snippets authored by the user
-
def
starredProjects[A](search: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ProjectConnection, A]): SelectionBuilder[User, Option[A]]
Projects starred by the user
-
def
state: SelectionBuilder[User, UserState]
State of the user
-
def
status[A](innerSelection: SelectionBuilder[UserStatus, A]): SelectionBuilder[User, Option[A]]
User status
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
todos[A](action: Option[List[TodoActionEnum]] = None, authorId: Option[List[String]] = None, projectId: Option[List[String]] = None, groupId: Option[List[String]] = None, state: Option[List[TodoStateEnum]] = None, type: Option[List[TodoTargetEnum]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[User, A]
Todos of the user
-
def
userPermissions[A](innerSelection: SelectionBuilder[UserPermissions, A]): SelectionBuilder[User, A]
Permissions for the current user on the resource
-
def
username: SelectionBuilder[User, String]
Username of the user.
Username of the user. Unique within this instance of GitLab
-
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
webPath: SelectionBuilder[User, String]
Web path of the user
-
def
webUrl: SelectionBuilder[User, String]
Web URL of the user
Deprecated Value Members
-
def
email: SelectionBuilder[User, Option[String]]
User email.
User email. Deprecated in 13.7: Use public_email
- Annotations
- @deprecated
- Deprecated
(Since version ) Use public_email. Deprecated in 13.7
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated