LicenseMetricsApi class
Jira Cloud platform REST API documentation
Constructors
- LicenseMetricsApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getApproximateApplicationLicenseCount(
String applicationKey) → Future< LicenseMetric> - Returns the total approximate number of user accounts for a single Jira license. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call.
-
getApproximateLicenseCount(
) → Future< LicenseMetric> - Returns the approximate number of user accounts across all Jira licenses. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call.
-
getLicense(
) → Future< License> - Returns licensing information about the Jira instance.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited