object Enterprise
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Enterprise
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avatarUrl(size: Option[Int] = None): SelectionBuilder[Enterprise, URI]
A URL pointing to the enterprise's public avatar.
- def billingInfo[A](innerSelection: SelectionBuilder[EnterpriseBillingInfo, A]): SelectionBuilder[Enterprise, Option[A]]
Enterprise billing information visible to enterprise billing managers.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createdAt: SelectionBuilder[Enterprise, DateTime]
Identifies the date and time when the object was created.
- def databaseId: SelectionBuilder[Enterprise, Option[Int]]
Identifies the primary key from the database.
- def description: SelectionBuilder[Enterprise, Option[String]]
The description of the enterprise.
- def descriptionHTML: SelectionBuilder[Enterprise, HTML]
The description of the enterprise as HTML.
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Enterprise, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def location: SelectionBuilder[Enterprise, Option[String]]
The location of the enterprise.
- def members[A](after: Option[String] = None, before: Option[String] = None, deployment: Option[EnterpriseUserDeployment] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[EnterpriseMemberOrder] = None, organizationLogins: Option[List[String]] = None, query: Option[String] = None, role: Option[EnterpriseUserAccountMembershipRole] = None)(innerSelection: SelectionBuilder[EnterpriseMemberConnection, A]): SelectionBuilder[Enterprise, A]
A list of users who are members of this enterprise.
- def name: SelectionBuilder[Enterprise, String]
The name of the enterprise.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def organizations[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[OrganizationOrder] = None, query: Option[String] = None)(innerSelection: SelectionBuilder[OrganizationConnection, A]): SelectionBuilder[Enterprise, A]
A list of organizations that belong to this enterprise.
- def ownerInfo[A](innerSelection: SelectionBuilder[EnterpriseOwnerInfo, A]): SelectionBuilder[Enterprise, Option[A]]
Enterprise information only visible to enterprise owners.
- def resourcePath: SelectionBuilder[Enterprise, URI]
The HTTP path for this enterprise.
- def slug: SelectionBuilder[Enterprise, String]
The URL-friendly identifier for the enterprise.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def url: SelectionBuilder[Enterprise, URI]
The HTTP URL for this enterprise.
- def userAccounts[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[EnterpriseUserAccountConnection, A]): SelectionBuilder[Enterprise, A]
A list of user accounts on this enterprise.
- def viewerIsAdmin: SelectionBuilder[Enterprise, Boolean]
Is the current viewer an admin of this enterprise?
- 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[Enterprise, Option[URI]]
The URL of the enterprise website.
Caliban GitHub GraphQL API Client
Links: