public class ModuleOrganizationUsage.Async extends Object
| Constructor and Description |
|---|
Async() |
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAArray<CMAUsage>> |
fetchAll(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAUsage>> callback)
Deprecated.
The
GET /organizations/{organization_id}/organization_periodic_usages
endpoint is deprecated in favor of the new Usage API. It will be removed on
2027-02-28, after which requests will return 410 Gone. |
@Deprecated public CMACallback<CMAArray<CMAUsage>> fetchAll(String organizationId, Map<String,String> query, CMACallback<CMAArray<CMAUsage>> callback)
GET /organizations/{organization_id}/organization_periodic_usages
endpoint is deprecated in favor of the new Usage API. It will be removed on
2027-02-28, after which requests will return 410 Gone.callback - the callback to be informed about success or failure.CMAUsage result callback.Copyright © 2026 Contentful, GmbH.. All rights reserved.