Packages

object Enterprise

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Enterprise
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avatarUrl(size: Option[Int] = None): SelectionBuilder[Enterprise, URI]

    A URL pointing to the enterprise's public avatar.

  6. def billingInfo[A](innerSelection: SelectionBuilder[EnterpriseBillingInfo, A]): SelectionBuilder[Enterprise, Option[A]]

    Enterprise billing information visible to enterprise billing managers.

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

    Identifies the date and time when the object was created.

  9. def databaseId: SelectionBuilder[Enterprise, Option[Int]]

    Identifies the primary key from the database.

  10. def description: SelectionBuilder[Enterprise, Option[String]]

    The description of the enterprise.

  11. def descriptionHTML: SelectionBuilder[Enterprise, HTML]

    The description of the enterprise as HTML.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def id: SelectionBuilder[Enterprise, String]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def location: SelectionBuilder[Enterprise, Option[String]]

    The location of the enterprise.

  20. 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.

  21. def name: SelectionBuilder[Enterprise, String]

    The name of the enterprise.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. 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.

  26. def ownerInfo[A](innerSelection: SelectionBuilder[EnterpriseOwnerInfo, A]): SelectionBuilder[Enterprise, Option[A]]

    Enterprise information only visible to enterprise owners.

  27. def resourcePath: SelectionBuilder[Enterprise, URI]

    The HTTP path for this enterprise.

  28. def slug: SelectionBuilder[Enterprise, String]

    The URL-friendly identifier for the enterprise.

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def url: SelectionBuilder[Enterprise, URI]

    The HTTP URL for this enterprise.

  32. 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.

  33. def viewerIsAdmin: SelectionBuilder[Enterprise, Boolean]

    Is the current viewer an admin of this enterprise?

  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def websiteUrl: SelectionBuilder[Enterprise, Option[URI]]

    The URL of the enterprise website.

Inherited from AnyRef

Inherited from Any

Ungrouped