Packages

object User

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. User
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def anyPinnableItems(type: Option[PinnableItemType] = None): SelectionBuilder[User, Boolean]

    Determine if this repository owner has any items that can be pinned to their profile.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def avatarUrl(size: Option[Int] = None): SelectionBuilder[User, URI]

    A URL pointing to the user's public avatar.

  7. def bio: SelectionBuilder[User, Option[String]]

    The user's public profile bio.

  8. def bioHTML: SelectionBuilder[User, HTML]

    The user's public profile bio as HTML.

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def commitComments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[CommitCommentConnection, A]): SelectionBuilder[User, A]

    A list of commit comments made by this user.

  11. def company: SelectionBuilder[User, Option[String]]

    The user's public profile company.

  12. def companyHTML: SelectionBuilder[User, HTML]

    The user's public profile company as HTML.

  13. def contributionsCollection[A](from: Option[DateTime] = None, organizationID: Option[String] = None, to: Option[DateTime] = None)(innerSelection: SelectionBuilder[ContributionsCollection, A]): SelectionBuilder[User, A]

    The collection of contributions this user has made to different repositories.

  14. def createdAt: SelectionBuilder[User, DateTime]

    Identifies the date and time when the object was created.

  15. def databaseId: SelectionBuilder[User, Option[Int]]

    Identifies the primary key from the database.

  16. def email: SelectionBuilder[User, String]

    The user's publicly visible profile email.

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def followers[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[FollowerConnection, A]): SelectionBuilder[User, A]

    A list of users the given user is followed by.

  21. def following[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[FollowingConnection, A]): SelectionBuilder[User, A]

    A list of users the given user is following.

  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def gist[A](name: String)(innerSelection: SelectionBuilder[Gist, A]): SelectionBuilder[User, Option[A]]

    Find gist by repo name.

  24. def gistComments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[GistCommentConnection, A]): SelectionBuilder[User, A]

    A list of gist comments made by this user.

  25. def gists[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[GistOrder] = None, privacy: Option[GistPrivacy] = None)(innerSelection: SelectionBuilder[GistConnection, A]): SelectionBuilder[User, A]

    A list of the Gists the user has created.

  26. def hasSponsorsListing: SelectionBuilder[User, Boolean]

    True if this user/organization has a GitHub Sponsors listing.

  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hovercard[A](primarySubjectId: Option[String] = None)(innerSelection: SelectionBuilder[Hovercard, A]): SelectionBuilder[User, A]

    The hovercard information for this user in a given context

  29. def id: SelectionBuilder[User, String]
  30. def interactionAbility[A](innerSelection: SelectionBuilder[RepositoryInteractionAbility, A]): SelectionBuilder[User, Option[A]]

    The interaction ability settings for this user.

  31. def isBountyHunter: SelectionBuilder[User, Boolean]

    Whether or not this user is a participant in the GitHub Security Bug Bounty.

  32. def isCampusExpert: SelectionBuilder[User, Boolean]

    Whether or not this user is a participant in the GitHub Campus Experts Program.

  33. def isDeveloperProgramMember: SelectionBuilder[User, Boolean]

    Whether or not this user is a GitHub Developer Program member.

  34. def isEmployee: SelectionBuilder[User, Boolean]

    Whether or not this user is a GitHub employee.

  35. def isHireable: SelectionBuilder[User, Boolean]

    Whether or not the user has marked themselves as for hire.

  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isSiteAdmin: SelectionBuilder[User, Boolean]

    Whether or not this user is a site administrator.

  38. def isSponsoringViewer: SelectionBuilder[User, Boolean]

    True if the viewer is sponsored by this user/organization.

  39. def isViewer: SelectionBuilder[User, Boolean]

    Whether or not this user is the viewing user.

  40. def issueComments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[IssueCommentOrder] = None)(innerSelection: SelectionBuilder[IssueCommentConnection, A]): SelectionBuilder[User, A]

    A list of issue comments made by this user.

  41. def issues[A](after: Option[String] = None, before: Option[String] = None, filterBy: Option[IssueFilters] = None, first: Option[Int] = None, labels: Option[List[String]] = None, last: Option[Int] = None, orderBy: Option[IssueOrder] = None, states: Option[List[IssueState]] = None)(innerSelection: SelectionBuilder[IssueConnection, A]): SelectionBuilder[User, A]

    A list of issues associated with this user.

  42. def itemShowcase[A](innerSelection: SelectionBuilder[ProfileItemShowcase, A]): SelectionBuilder[User, A]

    Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity.

  43. def location: SelectionBuilder[User, Option[String]]

    The user's public profile location.

  44. def login: SelectionBuilder[User, String]

    The username used to login.

  45. def name: SelectionBuilder[User, Option[String]]

    The user's public profile name.

  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def organization[A](login: String)(innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[User, Option[A]]

    Find an organization by its login that the user belongs to.

  50. def organizationVerifiedDomainEmails(login: String): SelectionBuilder[User, List[String]]

    Verified email addresses that match verified domains for a specified organization the user is a member of.

  51. def organizations[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[OrganizationConnection, A]): SelectionBuilder[User, A]

    A list of organizations the user belongs to.

  52. def packages[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, names: Option[List[Option[String]]] = None, orderBy: Option[PackageOrder] = None, packageType: Option[PackageType] = None, repositoryId: Option[String] = None)(innerSelection: SelectionBuilder[PackageConnection, A]): SelectionBuilder[User, A]

    A list of packages under the owner.

  53. def pinnableItems[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, types: Option[List[PinnableItemType]] = None)(innerSelection: SelectionBuilder[PinnableItemConnection, A]): SelectionBuilder[User, A]

    A list of repositories and gists this profile owner can pin to their profile.

  54. def pinnedItems[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, types: Option[List[PinnableItemType]] = None)(innerSelection: SelectionBuilder[PinnableItemConnection, A]): SelectionBuilder[User, A]

    A list of repositories and gists this profile owner has pinned to their profile

  55. def pinnedItemsRemaining: SelectionBuilder[User, Int]

    Returns how many more items this profile owner can pin to their profile.

  56. def project[A](number: Int)(innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[User, Option[A]]

    Find project by number.

  57. def projects[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[ProjectOrder] = None, search: Option[String] = None, states: Option[List[ProjectState]] = None)(innerSelection: SelectionBuilder[ProjectConnection, A]): SelectionBuilder[User, A]

    A list of projects under the owner.

  58. def projectsResourcePath: SelectionBuilder[User, URI]

    The HTTP path listing user's projects

  59. def projectsUrl: SelectionBuilder[User, URI]

    The HTTP URL listing user's projects

  60. def publicKeys[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PublicKeyConnection, A]): SelectionBuilder[User, A]

    A list of public keys associated with this user.

  61. def pullRequests[A](after: Option[String] = None, baseRefName: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, headRefName: Option[String] = None, labels: Option[List[String]] = None, last: Option[Int] = None, orderBy: Option[IssueOrder] = None, states: Option[List[PullRequestState]] = None)(innerSelection: SelectionBuilder[PullRequestConnection, A]): SelectionBuilder[User, A]

    A list of pull requests associated with this user.

  62. def repositories[A](affiliations: Option[List[Option[RepositoryAffiliation]]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, isFork: Option[Boolean] = None, isLocked: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[RepositoryOrder] = None, ownerAffiliations: Option[List[Option[RepositoryAffiliation]]] = None, privacy: Option[RepositoryPrivacy] = None)(innerSelection: SelectionBuilder[RepositoryConnection, A]): SelectionBuilder[User, A]

    A list of repositories that the user owns.

  63. def repositoriesContributedTo[A](after: Option[String] = None, before: Option[String] = None, contributionTypes: Option[List[Option[RepositoryContributionType]]] = None, first: Option[Int] = None, includeUserRepositories: Option[Boolean] = None, isLocked: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[RepositoryOrder] = None, privacy: Option[RepositoryPrivacy] = None)(innerSelection: SelectionBuilder[RepositoryConnection, A]): SelectionBuilder[User, A]

    A list of repositories that the user recently contributed to.

  64. def repository[A](name: String)(innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[User, Option[A]]

    Find Repository.

  65. def resourcePath: SelectionBuilder[User, URI]

    The HTTP path for this user

  66. def savedReplies[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[SavedReplyOrder] = None)(innerSelection: SelectionBuilder[SavedReplyConnection, A]): SelectionBuilder[User, Option[A]]

    Replies this user has saved

  67. def sponsorsListing[A](innerSelection: SelectionBuilder[SponsorsListing, A]): SelectionBuilder[User, Option[A]]

    The GitHub Sponsors listing for this user or organization.

  68. def sponsorshipsAsMaintainer[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, includePrivate: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[SponsorshipOrder] = None)(innerSelection: SelectionBuilder[SponsorshipConnection, A]): SelectionBuilder[User, A]

    This object's sponsorships as the maintainer.

  69. def sponsorshipsAsSponsor[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[SponsorshipOrder] = None)(innerSelection: SelectionBuilder[SponsorshipConnection, A]): SelectionBuilder[User, A]

    This object's sponsorships as the sponsor.

  70. def starredRepositories[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[StarOrder] = None, ownedByViewer: Option[Boolean] = None)(innerSelection: SelectionBuilder[StarredRepositoryConnection, A]): SelectionBuilder[User, A]

    Repositories the user has starred.

  71. def status[A](innerSelection: SelectionBuilder[UserStatus, A]): SelectionBuilder[User, Option[A]]

    The user's description of what they're currently doing.

  72. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  73. def toString(): String
    Definition Classes
    AnyRef → Any
  74. def topRepositories[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: RepositoryOrder, since: Option[DateTime] = None)(innerSelection: SelectionBuilder[RepositoryConnection, A]): SelectionBuilder[User, A]

    Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created

  75. def twitterUsername: SelectionBuilder[User, Option[String]]

    The user's Twitter username.

  76. def updatedAt: SelectionBuilder[User, DateTime]

    Identifies the date and time when the object was last updated.

  77. def url: SelectionBuilder[User, URI]

    The HTTP URL for this user

  78. def viewerCanChangePinnedItems: SelectionBuilder[User, Boolean]

    Can the viewer pin repositories and gists to the profile?

  79. def viewerCanCreateProjects: SelectionBuilder[User, Boolean]

    Can the current viewer create new projects on this owner.

  80. def viewerCanFollow: SelectionBuilder[User, Boolean]

    Whether or not the viewer is able to follow the user.

  81. def viewerCanSponsor: SelectionBuilder[User, Boolean]

    Whether or not the viewer is able to sponsor this user/organization.

  82. def viewerIsFollowing: SelectionBuilder[User, Boolean]

    Whether or not this user is followed by the viewer.

  83. def viewerIsSponsoring: SelectionBuilder[User, Boolean]

    True if the viewer is sponsoring this user/organization.

  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  87. def watching[A](affiliations: Option[List[Option[RepositoryAffiliation]]] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, isLocked: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[RepositoryOrder] = None, ownerAffiliations: Option[List[Option[RepositoryAffiliation]]] = None, privacy: Option[RepositoryPrivacy] = None)(innerSelection: SelectionBuilder[RepositoryConnection, A]): SelectionBuilder[User, A]

    A list of repositories the given user is watching.

  88. def websiteUrl: SelectionBuilder[User, Option[URI]]

    A URL pointing to the user's public website/blog.

Inherited from AnyRef

Inherited from Any

Ungrouped