object Organization
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Organization
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def anyPinnableItems(type: Option[PinnableItemType] = None): SelectionBuilder[Organization, Boolean]
Determine if this repository owner has any items that can be pinned to their profile.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- def avatarUrl(size: Option[Int] = None): SelectionBuilder[Organization, URI]
A URL pointing to the organization's public avatar.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createdAt: SelectionBuilder[Organization, DateTime]
Identifies the date and time when the object was created.
- def databaseId: SelectionBuilder[Organization, Option[Int]]
Identifies the primary key from the database.
- def description: SelectionBuilder[Organization, Option[String]]
The organization's public profile description.
- def descriptionHTML: SelectionBuilder[Organization, Option[String]]
The organization's public profile description rendered to HTML.
- 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.
- def email: SelectionBuilder[Organization, Option[String]]
The organization's public email.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasSponsorsListing: SelectionBuilder[Organization, Boolean]
True if this user/organization has a GitHub Sponsors listing.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Organization, String]
- def interactionAbility[A](innerSelection: SelectionBuilder[RepositoryInteractionAbility, A]): SelectionBuilder[Organization, Option[A]]
The interaction ability settings for this organization.
- def ipAllowListEnabledSetting: SelectionBuilder[Organization, IpAllowListEnabledSettingValue]
The setting value for whether the organization has an IP allow list enabled.
- 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.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSponsoringViewer: SelectionBuilder[Organization, Boolean]
True if the viewer is sponsored by this user/organization.
- def isVerified: SelectionBuilder[Organization, Boolean]
Whether the organization has verified its profile email and website, always false on Enterprise.
- 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.
- def location: SelectionBuilder[Organization, Option[String]]
The organization's public profile location.
- def login: SelectionBuilder[Organization, String]
The organization's login name.
- 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.
- 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.
- def name: SelectionBuilder[Organization, Option[String]]
The organization's public profile name.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newTeamResourcePath: SelectionBuilder[Organization, URI]
The HTTP path creating a new team
- def newTeamUrl: SelectionBuilder[Organization, URI]
The HTTP URL creating a new team
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def organizationBillingEmail: SelectionBuilder[Organization, Option[String]]
The billing email for the organization.
- 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.
- 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.
- 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.
- 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
- def pinnedItemsRemaining: SelectionBuilder[Organization, Int]
Returns how many more items this profile owner can pin to their profile.
- def project[A](number: Int)(innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Organization, Option[A]]
Find project by number.
- 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.
- def projectsResourcePath: SelectionBuilder[Organization, URI]
The HTTP path listing organization's projects
- def projectsUrl: SelectionBuilder[Organization, URI]
The HTTP URL listing organization's projects
- 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.
- def repository[A](name: String)(innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Organization, Option[A]]
Find Repository.
- def requiresTwoFactorAuthentication: SelectionBuilder[Organization, Option[Boolean]]
When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication.
- def resourcePath: SelectionBuilder[Organization, URI]
The HTTP path for this organization.
- def samlIdentityProvider[A](innerSelection: SelectionBuilder[OrganizationIdentityProvider, A]): SelectionBuilder[Organization, Option[A]]
The Organization's SAML identity providers
- def sponsorsListing[A](innerSelection: SelectionBuilder[SponsorsListing, A]): SelectionBuilder[Organization, Option[A]]
The GitHub Sponsors listing for this user or organization.
- 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.
- 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.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def team[A](slug: String)(innerSelection: SelectionBuilder[Team, A]): SelectionBuilder[Organization, Option[A]]
Find an organization's team by its slug.
- 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.
- def teamsResourcePath: SelectionBuilder[Organization, URI]
The HTTP path listing organization's teams
- def teamsUrl: SelectionBuilder[Organization, URI]
The HTTP URL listing organization's teams
- def toString(): String
- Definition Classes
- AnyRef → Any
- def twitterUsername: SelectionBuilder[Organization, Option[String]]
The organization's Twitter username.
- def updatedAt: SelectionBuilder[Organization, DateTime]
Identifies the date and time when the object was last updated.
- def url: SelectionBuilder[Organization, URI]
The HTTP URL for this organization.
- def viewerCanAdminister: SelectionBuilder[Organization, Boolean]
Organization is adminable by the viewer.
- def viewerCanChangePinnedItems: SelectionBuilder[Organization, Boolean]
Can the viewer pin repositories and gists to the profile?
- def viewerCanCreateProjects: SelectionBuilder[Organization, Boolean]
Can the current viewer create new projects on this owner.
- def viewerCanCreateRepositories: SelectionBuilder[Organization, Boolean]
Viewer can create repositories on this organization
- def viewerCanCreateTeams: SelectionBuilder[Organization, Boolean]
Viewer can create teams on this organization.
- def viewerCanSponsor: SelectionBuilder[Organization, Boolean]
Whether or not the viewer is able to sponsor this user/organization.
- def viewerIsAMember: SelectionBuilder[Organization, Boolean]
Viewer is an active member of this organization.
- def viewerIsSponsoring: SelectionBuilder[Organization, Boolean]
True if the viewer is sponsoring this user/organization.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def websiteUrl: SelectionBuilder[Organization, Option[URI]]
The organization's public profile URL.
Caliban GitHub GraphQL API Client
Links: