public class LicenseMetricsApi extends Object
| Constructor and Description |
|---|
LicenseMetricsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<LicenseMetric> |
getApproximateApplicationLicenseCount(String applicationKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get approximate application license count
Returns the total approximate number of user accounts for a single Jira license.
|
io.reactivex.Single<LicenseMetric> |
getApproximateLicenseCount(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get approximate license count
Returns the approximate number of user accounts across all Jira licenses.
|
io.reactivex.Single<License> |
getLicense(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get license
Returns licensing information about the Jira instance.
|
public LicenseMetricsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<LicenseMetric> getApproximateApplicationLicenseCount(String applicationKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
applicationKey - The ID of the application, represents a specific version of Jira. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<LicenseMetric> getApproximateLicenseCount(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<License> getLicense(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2023 Everit Kft.. All rights reserved.