| Package | Description |
|---|---|
| com.contentful.java.cma |
| Modifier and Type | Method and Description |
|---|---|
CMAArray<CMAWebhookCall> |
ModuleWebhooks.calls(CMAWebhook webhook) |
CMAArray<CMAWebhookCall> |
ModuleWebhooks.calls(CMAWebhook webhook,
Map<String,String> query)
Get more information about a specific webhook.
|
CMAArray<CMAScheduledAction> |
ModuleScheduledActions.fetchAll()
Fetch all scheduled actions.
|
CMAArray<CMAOrganization> |
ModuleOrganizations.fetchAll()
Fetch all organizations the token has access to.
|
CMAArray<CMAAsset> |
ModuleAssets.fetchAll()
Fetch all Assets using configured space id and environment id.
|
CMAArray<CMAUiExtension> |
ModuleUiExtensions.fetchAll()
Fetch all ui extensions from the configured space and environment.
|
CMAArray<CMAContentType> |
ModuleContentTypes.fetchAll()
Fetch all Content Types from the configured space and environment, using default query
parameter.
|
CMAArray<CMAApiKey> |
ModuleApiKeys.fetchAll()
Fetch all delivery API keys from the configured space.
|
CMAArray<CMARole> |
ModuleRoles.fetchAll()
Fetch all roles of the configured space.
|
CMAArray<CMATag> |
ModuleTags.fetchAll()
Fetch all tags of the configured space.
|
CMAArray<CMAWebhook> |
ModuleWebhooks.fetchAll()
Retrieve all the webhooks defined the configured space.
|
CMAArray<CMAEntry> |
ModuleEntries.fetchAll()
Fetch all Entries from the configured space and environment.
|
CMAArray<CMALocale> |
ModuleLocales.fetchAll()
Fetch all locales of the configured space.
|
CMAArray<CMAPreviewApiKey> |
ModulePreviewApiKeys.fetchAll()
Fetch all preview API keys from the configured space.
|
CMAArray<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.fetchAll() |
CMAArray<CMAEnvironment> |
ModuleEnvironments.fetchAll()
Fetch all environments of the configured space.
|
CMAArray<CMASpaceMembership> |
ModuleSpaceMemberships.fetchAll()
Fetch all memberships of the configured space.
|
CMAArray<CMASpace> |
ModuleSpaces.fetchAll()
Fetch all Spaces.
|
CMAArray<CMAOrganization> |
ModuleOrganizations.fetchAll(Map<String,String> query)
Fetch specific organizations the token has access to.
|
CMAArray<CMAAsset> |
ModuleAssets.fetchAll(Map<String,String> map)
Fetch all Assets matching a query using configured space id and environment id.
|
CMAArray<CMAUiExtension> |
ModuleUiExtensions.fetchAll(Map<String,String> query)
Fetch all ui extensions from the configured space by a query.
|
CMAArray<CMAContentType> |
ModuleContentTypes.fetchAll(Map<String,String> query)
Fetch all Content Types from the configured space and environment, using default query
parameter.
|
CMAArray<CMAApiKey> |
ModuleApiKeys.fetchAll(Map<String,String> query)
Query for specific api keys from the configured space.
|
CMAArray<CMARole> |
ModuleRoles.fetchAll(Map<String,String> query)
Fetch specific roles of the configured space.
|
CMAArray<CMAWebhook> |
ModuleWebhooks.fetchAll(Map<String,String> query)
Retrieve specific webhooks matching a query for this space.
|
CMAArray<CMAEntry> |
ModuleEntries.fetchAll(Map<String,String> query)
Fetch all entries matching the query from the configured space and environment.
|
CMAArray<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.fetchAll(Map<String,String> query) |
CMAArray<CMASpaceMembership> |
ModuleSpaceMemberships.fetchAll(Map<String,String> query)
Fetch all memberships of the configured space.
|
CMAArray<CMASpace> |
ModuleSpaces.fetchAll(Map<String,String> query)
Fetch all Spaces, using specific queries.
|
CMAArray<CMAApiKey> |
ModuleApiKeys.fetchAll(String spaceId)
Fetch all delivery api keys from the given space.
|
CMAArray<CMARole> |
ModuleRoles.fetchAll(String spaceId)
Fetch all roles of this space.
|
CMAArray<CMAWebhook> |
ModuleWebhooks.fetchAll(String spaceId)
Retrieve all the webhooks defined for this space.
|
CMAArray<CMAPreviewApiKey> |
ModulePreviewApiKeys.fetchAll(String spaceId)
Fetch all preview api keys from the given space.
|
CMAArray<CMAEnvironment> |
ModuleEnvironments.fetchAll(String spaceId)
Fetch all environments of the given space.
|
CMAArray<CMASpaceMembership> |
ModuleSpaceMemberships.fetchAll(String spaceId)
Fetch all memberships of the given space.
|
CMAArray<CMAUsage> |
ModuleSpaceUsage.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. |
CMAArray<CMAApiKey> |
ModuleApiKeys.fetchAll(String spaceId,
Map<String,String> query)
Query for specific api keys, overriding the configuration set.
|
CMAArray<CMARole> |
ModuleRoles.fetchAll(String spaceId,
Map<String,String> query)
Fetch specific roles of this space.
|
CMAArray<CMAWebhook> |
ModuleWebhooks.fetchAll(String spaceId,
Map<String,String> query)
Retrieve specific webhooks matching a query for this space.
|
CMAArray<CMAUsage> |
ModuleOrganizationUsage.fetchAll(String organizationId,
Map<String,String> query)
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. |
CMAArray<CMASpaceMembership> |
ModuleSpaceMemberships.fetchAll(String spaceId,
Map<String,String> query)
Fetch all memberships of this space.
|
CMAArray<CMAScheduledAction> |
ModuleScheduledActions.fetchAll(String spaceId,
String environmentId)
Fetch all scheduled actions in the given space and environment.
|
CMAArray<CMAAsset> |
ModuleAssets.fetchAll(String spaceId,
String environmentId)
Fetch all Assets from the given space and environment.
|
CMAArray<CMAUiExtension> |
ModuleUiExtensions.fetchAll(String spaceId,
String environmentId)
Fetch ui extensions from a given space.
|
CMAArray<CMAContentType> |
ModuleContentTypes.fetchAll(String spaceId,
String environmentId)
Fetch all Content Types from an Environment, using default query parameter.
|
CMAArray<CMAEntry> |
ModuleEntries.fetchAll(String spaceId,
String environmentId)
Fetch all entries from the given space and environment.
|
CMAArray<CMALocale> |
ModuleLocales.fetchAll(String spaceId,
String environmentId)
Fetch all locales of the given space and environment.
|
CMAArray<CMAAsset> |
ModuleAssets.fetchAll(String spaceId,
String environmentId,
Map<String,String> query)
Fetch all Assets matching the given query from the given space and environment.
|
CMAArray<CMAUiExtension> |
ModuleUiExtensions.fetchAll(String spaceId,
String environmentId,
Map<String,String> query)
Fetch all ui extensions from a given space.
|
CMAArray<CMAContentType> |
ModuleContentTypes.fetchAll(String spaceId,
String environmentId,
Map<String,String> query)
Fetch all Content Types from a Space with query parameters.
|
CMAArray<CMATag> |
ModuleTags.fetchAll(String spaceId,
String environmentId,
Map<String,String> query)
Fetch all tag of the given space with query
|
CMAArray<CMAEntry> |
ModuleEntries.fetchAll(String spaceId,
String environmentId,
Map<String,String> query)
Fetch all entries from the given space and environment matching the query.
|
CMAArray<CMASnapshot> |
ModuleContentTypes.fetchAllSnapshots(CMAContentType contentType)
Fetch all snapshots of this content type.
|
CMAArray<CMASnapshot> |
ModuleEntries.fetchAllSnapshots(CMAEntry entry)
Fetch all snapshots of an entry.
|
CMAArray<CMASnapshot> |
ModuleEntries.fetchAllSnapshotsWithQuery(CMAEntry entry,
Map<String,String> query)
Fetch all snapshots of an entry with additional query parameters.
|
CMAArray<CMAConcept> |
ModuleTaxonomy.fetchConceptAncestors(String organizationId,
String conceptId,
Map<String,String> query) |
CMAArray<CMAConcept> |
ModuleTaxonomy.fetchConceptDescendants(String organizationId,
String conceptId,
Map<String,String> query) |
CMAArray<CMAConcept> |
ModuleTaxonomy.fetchConcepts(String organizationId,
Map<String,String> query) |
CMAArray<CMAConceptScheme> |
ModuleTaxonomy.fetchConceptSchemes(String organizationId,
Map<String,String> query) |
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAArray<CMAWebhookCall>> |
ModuleWebhooks.Async.calls(CMAWebhook webhook,
CMACallback<CMAArray<CMAWebhookCall>> callback)
Asynchronous variant of
ModuleWebhooks.calls(CMAWebhook) |
CMACallback<CMAArray<CMAWebhookCall>> |
ModuleWebhooks.Async.calls(CMAWebhook webhook,
Map<String,String> query,
CMACallback<CMAArray<CMAWebhookCall>> callback)
Asynchronous variant of
ModuleWebhooks.calls(CMAWebhook)
with query parameter. |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(CMACallback<CMAArray<CMAApiKey>> callback)
Fetch all delivery api keys.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from the configured space and environmentS.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the configured space and environment.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from the configured space and environment.
|
CMACallback<CMAArray<CMAEnvironment>> |
ModuleEnvironments.Async.fetchAll(CMACallback<CMAArray<CMAEnvironment>> callback)
Fetch all environments of the configured space.
|
CMACallback<CMAArray<CMALocale>> |
ModuleLocales.Async.fetchAll(CMACallback<CMAArray<CMALocale>> callback)
Fetch all locales from the configured space and environment, asynchronously.
|
CMACallback<CMAArray<CMAOrganization>> |
ModuleOrganizations.Async.fetchAll(CMACallback<CMAArray<CMAOrganization>> callback)
Fetch all organizations accessible.
|
CMACallback<CMAArray<CMAPersonalAccessToken>> |
ModulePersonalAccessTokens.Async.fetchAll(CMACallback<CMAArray<CMAPersonalAccessToken>> callback)
Fetch all personal access tokens.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(CMACallback<CMAArray<CMARole>> callback)
Fetch all roles of this space, asynchronously.
|
CMACallback<CMAArray<CMAScheduledAction>> |
ModuleScheduledActions.Async.fetchAll(CMACallback<CMAArray<CMAScheduledAction>> callback)
Fetch all scheduled actions asynchronously.
|
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of this space, asynchronously.
|
CMACallback<CMAArray<CMATag>> |
ModuleTags.Async.fetchAll(CMACallback<CMAArray<CMATag>> callback)
Fetch all tags
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch ui extensions from the configured space.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll() |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAApiKey>> callback)
Query for specific api keys.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the configured space and environment with a query.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all entries in the space and environment matching the given query.
|
CMACallback<CMAArray<CMAOrganization>> |
ModuleOrganizations.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAOrganization>> callback)
Fetch specific organizations accessible.
|
CMACallback<CMAArray<CMAPersonalAccessToken>> |
ModulePersonalAccessTokens.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAPersonalAccessToken>> callback)
Fetch a list of specific personal access tokens.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMARole>> callback)
Fetch specific roles of this space.
|
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces using a non empty query.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of the configured space, asynchronously.
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch specific ui extensions from the configured space.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(Map) |
io.reactivex.Flowable<CMAArray<CMAUsage>> |
ServiceSpaceUsage.fetchAll(String organizationId)
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. |
io.reactivex.Flowable<CMAArray<CMARole>> |
ServiceRoles.fetchAll(String spaceId) |
io.reactivex.Flowable<CMAArray<CMAUsage>> |
ServiceOrganizationUsage.fetchAll(String organizationId)
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. |
io.reactivex.Flowable<CMAArray<CMASpaceMembership>> |
ServiceSpaceMemberships.fetchAll(String spaceId) |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAApiKey>> callback)
Fetch all delivery api keys.
|
CMACallback<CMAArray<CMAEnvironment>> |
ModuleEnvironments.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAEnvironment>> callback)
Fetch all environments of the given space.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMARole>> callback)
Fetch all roles of this space, asynchronously.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of this space, asynchronously.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(String) |
io.reactivex.Flowable<CMAArray<CMAUsage>> |
ServiceSpaceUsage.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. |
io.reactivex.Flowable<CMAArray<CMARole>> |
ServiceRoles.fetchAll(String spaceId,
Map<String,String> query) |
io.reactivex.Flowable<CMAArray<CMAUsage>> |
ServiceOrganizationUsage.fetchAll(String organizationId,
Map<String,String> query)
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. |
io.reactivex.Flowable<CMAArray<CMASpaceMembership>> |
ServiceSpaceMemberships.fetchAll(String spaceId,
Map<String,String> query) |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAApiKey>> callback)
Query for specific api keys.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMARole>> callback)
Fetch specific roles of this space.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of this space, asynchronously.
|
CMACallback<CMAArray<CMAUsage>> |
ModuleSpaceUsage.Async.fetchAll(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAUsage>> callback)
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. |
CMACallback<CMAArray<CMAUsage>> |
ModuleOrganizationUsage.Async.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. |
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(String, Map) |
io.reactivex.Flowable<CMAArray<CMALocale>> |
ServiceLocales.fetchAll(String spaceId,
String environmentId) |
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space's Environment.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the given space and environment.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all entries from the given space and environment.
|
CMACallback<CMAArray<CMALocale>> |
ModuleLocales.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMALocale>> callback)
Fetch all locales of the given space and environment, asynchronously.
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch ui extensions from a given space.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space's Environment with a query.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the given space and environment using a query.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from a Space with a query.
|
CMACallback<CMAArray<CMATag>> |
ModuleTags.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMATag>> callback)
Fetch all tags of the given space.
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch specific ui extensions from a given space.
|
CMACallback<CMAArray<CMASnapshot>> |
ModuleContentTypes.Async.fetchAllSnapshots(CMAContentType contentType,
CMACallback<CMAArray<CMASnapshot>> callback)
Fetch all snapshots of this content type.
|
CMACallback<CMAArray<CMASnapshot>> |
ModuleEntries.Async.fetchAllSnapshots(CMAEntry entry,
CMACallback<CMAArray<CMASnapshot>> callback)
Fetch all snapshots of an entry.
|
CMACallback<CMAArray<CMASnapshot>> |
ModuleEntries.Async.fetchAllSnapshotsWithQuery(CMAEntry entry,
Map<String,String> query,
CMACallback<CMAArray<CMASnapshot>> callback)
Fetch all snapshots of an entry asynchronously with query parameters.
|
io.reactivex.Flowable<CMAArray<CMAConcept>> |
ServiceTaxonomy.fetchConceptAncestors(String organizationId,
String conceptId,
Map<String,String> query) |
CMACallback<CMAArray<CMAConcept>> |
ModuleTaxonomy.Async.fetchConceptAncestors(String organizationId,
String conceptId,
Map<String,String> query,
CMACallback<CMAArray<CMAConcept>> callback) |
io.reactivex.Flowable<CMAArray<CMAConcept>> |
ServiceTaxonomy.fetchConceptDescendants(String organizationId,
String conceptId,
Map<String,String> query) |
CMACallback<CMAArray<CMAConcept>> |
ModuleTaxonomy.Async.fetchConceptDescendants(String organizationId,
String conceptId,
Map<String,String> query,
CMACallback<CMAArray<CMAConcept>> callback) |
io.reactivex.Flowable<CMAArray<CMAConcept>> |
ServiceTaxonomy.fetchConcepts(String organizationId,
Map<String,String> query) |
CMACallback<CMAArray<CMAConcept>> |
ModuleTaxonomy.Async.fetchConcepts(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAConcept>> callback) |
io.reactivex.Flowable<CMAArray<CMAConceptScheme>> |
ServiceTaxonomy.fetchConceptSchemes(String organizationId,
Map<String,String> query) |
CMACallback<CMAArray<CMAConceptScheme>> |
ModuleTaxonomy.Async.fetchConceptSchemes(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAConceptScheme>> callback) |
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAArray<CMAWebhookCall>> |
ModuleWebhooks.Async.calls(CMAWebhook webhook,
CMACallback<CMAArray<CMAWebhookCall>> callback)
Asynchronous variant of
ModuleWebhooks.calls(CMAWebhook) |
CMACallback<CMAArray<CMAWebhookCall>> |
ModuleWebhooks.Async.calls(CMAWebhook webhook,
Map<String,String> query,
CMACallback<CMAArray<CMAWebhookCall>> callback)
Asynchronous variant of
ModuleWebhooks.calls(CMAWebhook)
with query parameter. |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(CMACallback<CMAArray<CMAApiKey>> callback)
Fetch all delivery api keys.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from the configured space and environmentS.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the configured space and environment.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from the configured space and environment.
|
CMACallback<CMAArray<CMAEnvironment>> |
ModuleEnvironments.Async.fetchAll(CMACallback<CMAArray<CMAEnvironment>> callback)
Fetch all environments of the configured space.
|
CMACallback<CMAArray<CMALocale>> |
ModuleLocales.Async.fetchAll(CMACallback<CMAArray<CMALocale>> callback)
Fetch all locales from the configured space and environment, asynchronously.
|
CMACallback<CMAArray<CMAOrganization>> |
ModuleOrganizations.Async.fetchAll(CMACallback<CMAArray<CMAOrganization>> callback)
Fetch all organizations accessible.
|
CMACallback<CMAArray<CMAPersonalAccessToken>> |
ModulePersonalAccessTokens.Async.fetchAll(CMACallback<CMAArray<CMAPersonalAccessToken>> callback)
Fetch all personal access tokens.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(CMACallback<CMAArray<CMARole>> callback)
Fetch all roles of this space, asynchronously.
|
CMACallback<CMAArray<CMAScheduledAction>> |
ModuleScheduledActions.Async.fetchAll(CMACallback<CMAArray<CMAScheduledAction>> callback)
Fetch all scheduled actions asynchronously.
|
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of this space, asynchronously.
|
CMACallback<CMAArray<CMATag>> |
ModuleTags.Async.fetchAll(CMACallback<CMAArray<CMATag>> callback)
Fetch all tags
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch ui extensions from the configured space.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll() |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAApiKey>> callback)
Query for specific api keys.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the configured space and environment with a query.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all entries in the space and environment matching the given query.
|
CMACallback<CMAArray<CMAOrganization>> |
ModuleOrganizations.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAOrganization>> callback)
Fetch specific organizations accessible.
|
CMACallback<CMAArray<CMAPersonalAccessToken>> |
ModulePersonalAccessTokens.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAPersonalAccessToken>> callback)
Fetch a list of specific personal access tokens.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMARole>> callback)
Fetch specific roles of this space.
|
CMACallback<CMAArray<CMASpace>> |
ModuleSpaces.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMASpace>> callback)
Fetch all Spaces using a non empty query.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of the configured space, asynchronously.
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch specific ui extensions from the configured space.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(Map<String,String> query,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(Map) |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAApiKey>> callback)
Fetch all delivery api keys.
|
CMACallback<CMAArray<CMAEnvironment>> |
ModuleEnvironments.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAEnvironment>> callback)
Fetch all environments of the given space.
|
CMACallback<CMAArray<CMAPreviewApiKey>> |
ModulePreviewApiKeys.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAPreviewApiKey>> callback)
Fetch all preview api keys.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMARole>> callback)
Fetch all roles of this space, asynchronously.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of this space, asynchronously.
|
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(String spaceId,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(String) |
CMACallback<CMAArray<CMAApiKey>> |
ModuleApiKeys.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAApiKey>> callback)
Query for specific api keys.
|
CMACallback<CMAArray<CMARole>> |
ModuleRoles.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMARole>> callback)
Fetch specific roles of this space.
|
CMACallback<CMAArray<CMASpaceMembership>> |
ModuleSpaceMemberships.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMASpaceMembership>> callback)
Fetch all memberships of this space, asynchronously.
|
CMACallback<CMAArray<CMAUsage>> |
ModuleSpaceUsage.Async.fetchAll(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAUsage>> callback)
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. |
CMACallback<CMAArray<CMAUsage>> |
ModuleOrganizationUsage.Async.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. |
CMACallback<CMAArray<CMAWebhook>> |
ModuleWebhooks.Async.fetchAll(String spaceId,
Map<String,String> query,
CMACallback<CMAArray<CMAWebhook>> callback)
Asynchronous variant of
ModuleWebhooks.fetchAll(String, Map) |
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space's Environment.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the given space and environment.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all entries from the given space and environment.
|
CMACallback<CMAArray<CMALocale>> |
ModuleLocales.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMALocale>> callback)
Fetch all locales of the given space and environment, asynchronously.
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(String spaceId,
String environmentId,
CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch ui extensions from a given space.
|
CMACallback<CMAArray<CMAAsset>> |
ModuleAssets.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAAsset>> callback)
Fetch all Assets from a Space's Environment with a query.
|
CMACallback<CMAArray<CMAContentType>> |
ModuleContentTypes.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAContentType>> callback)
Fetch all Content Types from the given space and environment using a query.
|
CMACallback<CMAArray<CMAEntry>> |
ModuleEntries.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAEntry>> callback)
Fetch all Entries from a Space with a query.
|
CMACallback<CMAArray<CMATag>> |
ModuleTags.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMATag>> callback)
Fetch all tags of the given space.
|
CMACallback<CMAArray<CMAUiExtension>> |
ModuleUiExtensions.Async.fetchAll(String spaceId,
String environmentId,
Map<String,String> query,
CMACallback<CMAArray<CMAUiExtension>> callback)
Fetch specific ui extensions from a given space.
|
CMACallback<CMAArray<CMASnapshot>> |
ModuleContentTypes.Async.fetchAllSnapshots(CMAContentType contentType,
CMACallback<CMAArray<CMASnapshot>> callback)
Fetch all snapshots of this content type.
|
CMACallback<CMAArray<CMASnapshot>> |
ModuleEntries.Async.fetchAllSnapshots(CMAEntry entry,
CMACallback<CMAArray<CMASnapshot>> callback)
Fetch all snapshots of an entry.
|
CMACallback<CMAArray<CMASnapshot>> |
ModuleEntries.Async.fetchAllSnapshotsWithQuery(CMAEntry entry,
Map<String,String> query,
CMACallback<CMAArray<CMASnapshot>> callback)
Fetch all snapshots of an entry asynchronously with query parameters.
|
CMACallback<CMAArray<CMAConcept>> |
ModuleTaxonomy.Async.fetchConceptAncestors(String organizationId,
String conceptId,
Map<String,String> query,
CMACallback<CMAArray<CMAConcept>> callback) |
CMACallback<CMAArray<CMAConcept>> |
ModuleTaxonomy.Async.fetchConceptDescendants(String organizationId,
String conceptId,
Map<String,String> query,
CMACallback<CMAArray<CMAConcept>> callback) |
CMACallback<CMAArray<CMAConcept>> |
ModuleTaxonomy.Async.fetchConcepts(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAConcept>> callback) |
CMACallback<CMAArray<CMAConceptScheme>> |
ModuleTaxonomy.Async.fetchConceptSchemes(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAConceptScheme>> callback) |
Copyright © 2026 Contentful, GmbH.. All rights reserved.