Packages

o

caliban.client.github.Client

EnterpriseBillingInfo

object EnterpriseBillingInfo

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnterpriseBillingInfo
  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 allLicensableUsersCount: SelectionBuilder[EnterpriseBillingInfo, Int]

    The number of licenseable users/emails across the enterprise.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assetPacks: SelectionBuilder[EnterpriseBillingInfo, Int]

    The number of data packs used by all organizations owned by the enterprise.

  7. def bandwidthQuota: SelectionBuilder[EnterpriseBillingInfo, Double]

    The bandwidth quota in GB for all organizations owned by the enterprise.

  8. def bandwidthUsage: SelectionBuilder[EnterpriseBillingInfo, Double]

    The bandwidth usage in GB for all organizations owned by the enterprise.

  9. def bandwidthUsagePercentage: SelectionBuilder[EnterpriseBillingInfo, Int]

    The bandwidth usage as a percentage of the bandwidth quota.

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def storageQuota: SelectionBuilder[EnterpriseBillingInfo, Double]

    The storage quota in GB for all organizations owned by the enterprise.

  21. def storageUsage: SelectionBuilder[EnterpriseBillingInfo, Double]

    The storage usage in GB for all organizations owned by the enterprise.

  22. def storageUsagePercentage: SelectionBuilder[EnterpriseBillingInfo, Int]

    The storage usage as a percentage of the storage quota.

  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def totalAvailableLicenses: SelectionBuilder[EnterpriseBillingInfo, Int]

    The number of available licenses across all owned organizations based on the unique number of billable users.

  26. def totalLicenses: SelectionBuilder[EnterpriseBillingInfo, Int]

    The total number of licenses allocated.

  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def availableSeats: SelectionBuilder[EnterpriseBillingInfo, Int]

    The number of available seats across all owned organizations based on the unique number of billable users.

    The number of available seats across all owned organizations based on the unique number of billable users.

    Annotations
    @deprecated
    Deprecated

    (Since version ) availableSeats will be replaced with totalAvailableLicenses to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalAvailableLicenses instead. Removal on 2020-01-01 UTC.

  2. def seats: SelectionBuilder[EnterpriseBillingInfo, Int]

    The total seats across all organizations owned by the enterprise.

    The total seats across all organizations owned by the enterprise.

    Annotations
    @deprecated
    Deprecated

    (Since version ) seats will be replaced with totalLicenses to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalLicenses instead. Removal on 2020-01-01 UTC.

Inherited from AnyRef

Inherited from Any

Ungrouped