object EnterpriseBillingInfo
- Source
- Client.scala
- Alphabetic
- By Inheritance
- EnterpriseBillingInfo
- 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 allLicensableUsersCount: SelectionBuilder[EnterpriseBillingInfo, Int]
The number of licenseable users/emails across the enterprise.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assetPacks: SelectionBuilder[EnterpriseBillingInfo, Int]
The number of data packs used by all organizations owned by the enterprise.
- def bandwidthQuota: SelectionBuilder[EnterpriseBillingInfo, Double]
The bandwidth quota in GB for all organizations owned by the enterprise.
- def bandwidthUsage: SelectionBuilder[EnterpriseBillingInfo, Double]
The bandwidth usage in GB for all organizations owned by the enterprise.
- def bandwidthUsagePercentage: SelectionBuilder[EnterpriseBillingInfo, Int]
The bandwidth usage as a percentage of the bandwidth quota.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 storageQuota: SelectionBuilder[EnterpriseBillingInfo, Double]
The storage quota in GB for all organizations owned by the enterprise.
- def storageUsage: SelectionBuilder[EnterpriseBillingInfo, Double]
The storage usage in GB for all organizations owned by the enterprise.
- def storageUsagePercentage: SelectionBuilder[EnterpriseBillingInfo, Int]
The storage usage as a percentage of the storage quota.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def totalAvailableLicenses: SelectionBuilder[EnterpriseBillingInfo, Int]
The number of available licenses across all owned organizations based on the unique number of billable users.
- def totalLicenses: SelectionBuilder[EnterpriseBillingInfo, Int]
The total number of licenses allocated.
- 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()
Deprecated Value Members
- 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 withtotalAvailableLicenses
to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalAvailableLicenses instead. Removal on 2020-01-01 UTC.
- 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 withtotalLicenses
to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalLicenses instead. Removal on 2020-01-01 UTC.
Caliban GitHub GraphQL API Client
Links: