public class ModuleSpaceUsage extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleSpaceUsage.Async
Async module.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleSpaceUsage.Async |
async() |
protected ServiceSpaceUsage |
createService(retrofit2.Retrofit retrofit) |
CMAArray<CMAUsage> |
fetchAll(String organizationId,
Map<String,String> query)
Deprecated.
The
GET /organizations/{organization_id}/space_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. |
protected ServiceSpaceUsage createService(retrofit2.Retrofit retrofit)
@Deprecated public CMAArray<CMAUsage> fetchAll(String organizationId, Map<String,String> query)
GET /organizations/{organization_id}/space_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.organizationId - organization id for the request.query - the criteria to narrow down the search result.CMAUsage result instancepublic ModuleSpaceUsage.Async async()
Copyright © 2026 Contentful, GmbH.. All rights reserved.