Packages

object Organization

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Organization
  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[Organization, 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 auditLog[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[AuditLogOrder] = None, query: Option[String] = None)(innerSelection: SelectionBuilder[OrganizationAuditEntryConnection, A]): SelectionBuilder[Organization, A]

    Audit log entries of the organization

  7. def avatarUrl(size: Option[Int] = None): SelectionBuilder[Organization, URI]

    A URL pointing to the organization's public avatar.

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def createdAt: SelectionBuilder[Organization, DateTime]

    Identifies the date and time when the object was created.

  10. def databaseId: SelectionBuilder[Organization, Option[Int]]

    Identifies the primary key from the database.

  11. def description: SelectionBuilder[Organization, Option[String]]

    The organization's public profile description.

  12. def descriptionHTML: SelectionBuilder[Organization, Option[String]]

    The organization's public profile description rendered to HTML.

  13. def domains[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, isVerified: Option[Boolean] = None, last: Option[Int] = None, orderBy: Option[VerifiableDomainOrder] = None)(innerSelection: SelectionBuilder[VerifiableDomainConnection, A]): SelectionBuilder[Organization, Option[A]]

    A list of domains owned by the organization.

  14. def email: SelectionBuilder[Organization, Option[String]]

    The organization's public email.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hasSponsorsListing: SelectionBuilder[Organization, Boolean]

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

  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def id: SelectionBuilder[Organization, String]
  22. def interactionAbility[A](innerSelection: SelectionBuilder[RepositoryInteractionAbility, A]): SelectionBuilder[Organization, Option[A]]

    The interaction ability settings for this organization.

  23. def ipAllowListEnabledSetting: SelectionBuilder[Organization, IpAllowListEnabledSettingValue]

    The setting value for whether the organization has an IP allow list enabled.

  24. def ipAllowListEntries[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[IpAllowListEntryOrder] = None)(innerSelection: SelectionBuilder[IpAllowListEntryConnection, A]): SelectionBuilder[Organization, A]

    The IP addresses that are allowed to access resources owned by the organization.

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSponsoringViewer: SelectionBuilder[Organization, Boolean]

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

  27. def isVerified: SelectionBuilder[Organization, Boolean]

    Whether the organization has verified its profile email and website, always false on Enterprise.

  28. def itemShowcase[A](innerSelection: SelectionBuilder[ProfileItemShowcase, A]): SelectionBuilder[Organization, A]

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

  29. def location: SelectionBuilder[Organization, Option[String]]

    The organization's public profile location.

  30. def login: SelectionBuilder[Organization, String]

    The organization's login name.

  31. def memberStatuses[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[UserStatusOrder] = None)(innerSelection: SelectionBuilder[UserStatusConnection, A]): SelectionBuilder[Organization, A]

    Get the status messages members of this entity have set that are either public or visible only to the organization.

  32. def membersWithRole[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[OrganizationMemberConnection, A]): SelectionBuilder[Organization, A]

    A list of users who are members of this organization.

  33. def name: SelectionBuilder[Organization, Option[String]]

    The organization's public profile name.

  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def newTeamResourcePath: SelectionBuilder[Organization, URI]

    The HTTP path creating a new team

  36. def newTeamUrl: SelectionBuilder[Organization, URI]

    The HTTP URL creating a new team

  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def organizationBillingEmail: SelectionBuilder[Organization, Option[String]]

    The billing email for the organization.

  40. 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[Organization, A]

    A list of packages under the owner.

  41. def pendingMembers[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[UserConnection, A]): SelectionBuilder[Organization, A]

    A list of users who have been invited to join this organization.

  42. 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[Organization, A]

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

  43. 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[Organization, A]

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

  44. def pinnedItemsRemaining: SelectionBuilder[Organization, Int]

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

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

    Find project by number.

  46. 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[Organization, A]

    A list of projects under the owner.

  47. def projectsResourcePath: SelectionBuilder[Organization, URI]

    The HTTP path listing organization's projects

  48. def projectsUrl: SelectionBuilder[Organization, URI]

    The HTTP URL listing organization's projects

  49. 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[Organization, A]

    A list of repositories that the user owns.

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

    Find Repository.

  51. def requiresTwoFactorAuthentication: SelectionBuilder[Organization, Option[Boolean]]

    When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication.

  52. def resourcePath: SelectionBuilder[Organization, URI]

    The HTTP path for this organization.

  53. def samlIdentityProvider[A](innerSelection: SelectionBuilder[OrganizationIdentityProvider, A]): SelectionBuilder[Organization, Option[A]]

    The Organization's SAML identity providers

  54. def sponsorsListing[A](innerSelection: SelectionBuilder[SponsorsListing, A]): SelectionBuilder[Organization, Option[A]]

    The GitHub Sponsors listing for this user or organization.

  55. 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[Organization, A]

    This object's sponsorships as the maintainer.

  56. 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[Organization, A]

    This object's sponsorships as the sponsor.

  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def team[A](slug: String)(innerSelection: SelectionBuilder[Team, A]): SelectionBuilder[Organization, Option[A]]

    Find an organization's team by its slug.

  59. def teams[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, ldapMapped: Option[Boolean] = None, orderBy: Option[TeamOrder] = None, privacy: Option[TeamPrivacy] = None, query: Option[String] = None, role: Option[TeamRole] = None, rootTeamsOnly: Option[Boolean] = None, userLogins: Option[List[String]] = None)(innerSelection: SelectionBuilder[TeamConnection, A]): SelectionBuilder[Organization, A]

    A list of teams in this organization.

  60. def teamsResourcePath: SelectionBuilder[Organization, URI]

    The HTTP path listing organization's teams

  61. def teamsUrl: SelectionBuilder[Organization, URI]

    The HTTP URL listing organization's teams

  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. def twitterUsername: SelectionBuilder[Organization, Option[String]]

    The organization's Twitter username.

  64. def updatedAt: SelectionBuilder[Organization, DateTime]

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

  65. def url: SelectionBuilder[Organization, URI]

    The HTTP URL for this organization.

  66. def viewerCanAdminister: SelectionBuilder[Organization, Boolean]

    Organization is adminable by the viewer.

  67. def viewerCanChangePinnedItems: SelectionBuilder[Organization, Boolean]

    Can the viewer pin repositories and gists to the profile?

  68. def viewerCanCreateProjects: SelectionBuilder[Organization, Boolean]

    Can the current viewer create new projects on this owner.

  69. def viewerCanCreateRepositories: SelectionBuilder[Organization, Boolean]

    Viewer can create repositories on this organization

  70. def viewerCanCreateTeams: SelectionBuilder[Organization, Boolean]

    Viewer can create teams on this organization.

  71. def viewerCanSponsor: SelectionBuilder[Organization, Boolean]

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

  72. def viewerIsAMember: SelectionBuilder[Organization, Boolean]

    Viewer is an active member of this organization.

  73. def viewerIsSponsoring: SelectionBuilder[Organization, Boolean]

    True if the viewer is sponsoring this user/organization.

  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  77. def websiteUrl: SelectionBuilder[Organization, Option[URI]]

    The organization's public profile URL.

Inherited from AnyRef

Inherited from Any

Ungrouped