implicit final class UserEnrichment extends AnyVal
User Enrichment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserEnrichment
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
orgsFuture: Future[Array[Organization]]
List organizations the authenticated user belongs to.
List organizations the authenticated user belongs to.
- returns
the array of organizations
- Annotations
- @inline()
-
def
reposFuture(options: RawOptions = null): Future[Array[Repository]]
List repositories of the authenticated user, including private repositories and repositories in which the user is a collaborator and not an owner.
List repositories of the authenticated user, including private repositories and repositories in which the user is a collaborator and not an owner.
- options
the optional settings
- returns
the array of repositories
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any
- val user: Users