| Package | Description |
|---|---|
| com.contentful.java.cma |
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAAsset> |
ModuleAssets.Async.archive(CMAAsset asset,
CMACallback<CMAAsset> callback)
Archive an Asset.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.archive(CMAEntry entry,
CMACallback<CMAEntry> callback)
Archive an Entry.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.branch(CMAEnvironment sourceEnvironment,
CMAEnvironment newEnvironment,
CMACallback<CMAEnvironment> callback)
Deprecated.
This method has been renamed to
ModuleEnvironments.clone(CMAEnvironment, CMAEnvironment).
It will be removed in the next major release. |
CMACallback<CMAWebhookCallDetail> |
ModuleWebhooks.Async.callDetails(CMAWebhookCall call,
CMACallback<CMAWebhookCallDetail> callback)
Asynchronous variant of
ModuleWebhooks.callDetails(CMAWebhookCall) |
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<CMAScheduledAction> |
ModuleScheduledActions.Async.cancel(String scheduledActionId,
CMACallback<CMAScheduledAction> callback)
Cancel a scheduled action asynchronously.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.clone(CMAEnvironment sourceEnvironment,
CMAEnvironment newEnvironment,
CMACallback<CMAEnvironment> callback)
Create an environment using a source environment.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.create(CMAApiKey key,
CMACallback<CMAApiKey> callback)
Create a new delivery api key.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.create(CMAAsset asset,
CMACallback<CMAAsset> callback)
Create a new Asset in the configured space and environment.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.create(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Create a new Content Type using the configured space and environment.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.create(CMAEnvironment environment,
CMACallback<CMAEnvironment> callback)
Create an environment in the configured space.
|
CMACallback<CMALocale> |
ModuleLocales.Async.create(CMALocale locale,
CMACallback<CMALocale> callback)
Asynchronously create a new locale in the configured space and environment.
|
CMACallback<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.Async.create(CMAPersonalAccessToken token,
CMACallback<CMAPersonalAccessToken> callback)
Create a new personal access token.
|
CMACallback<CMARole> |
ModuleRoles.Async.create(CMARole role,
CMACallback<CMARole> callback)
Asynchronously create a new role.
|
CMACallback<CMAScheduledAction> |
ModuleScheduledActions.Async.create(CMAScheduledAction scheduledAction,
CMACallback<CMAScheduledAction> callback)
Create a new scheduled action asynchronously.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(CMASpace space,
CMACallback<CMASpace> callback)
Create a Space.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.create(CMASpaceMembership membership,
CMACallback<CMASpaceMembership> callback)
Asynchronously create a new membership.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(CMASpace space,
String organizationId,
CMACallback<CMASpace> callback)
Create a Space in an Organization.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.create(CMAUiExtension extension,
CMACallback<CMAUiExtension> callback)
Create a new ui extension.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.create(CMAWebhook webhook,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.create(String, CMAWebhook) |
CMACallback<CMAUpload> |
ModuleUploads.Async.create(InputStream stream,
CMACallback<CMAUpload> callback) |
CMACallback<CMAUpload> |
ModuleUploads.Async.create(InputStream stream,
int chunkSize,
CMACallback<CMAUpload> callback)
Create a new upload, asynchronously.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.create(String spaceId,
CMAApiKey key,
CMACallback<CMAApiKey> callback)
Create a new delivery api key.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(String spaceName,
CMACallback<CMASpace> callback)
Create a Space.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.create(String contentTypeId,
CMAEntry entry,
CMACallback<CMAEntry> callback)
Create a new Entry on the configured space and environment.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.create(String spaceId,
CMAEnvironment environment,
CMACallback<CMAEnvironment> callback)
Create an environment using the given space id.
|
CMACallback<CMARole> |
ModuleRoles.Async.create(String spaceId,
CMARole role,
CMACallback<CMARole> callback)
Asynchronously create a new role.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.create(String spaceId,
CMASpaceMembership membership,
CMACallback<CMASpaceMembership> callback)
Asynchronously create a new membership.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.create(String spaceId,
CMAWebhook webhook,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.create(String, CMAWebhook) |
CMACallback<CMAAsset> |
ModuleAssets.Async.create(String spaceId,
String environmentId,
CMAAsset asset,
CMACallback<CMAAsset> callback)
Create a new Asset in the given space and environment.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(String spaceName,
String organizationId,
CMACallback<CMASpace> callback)
Create a Space in an Organization.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.create(String spaceId,
String environmentId,
CMAContentType contentType,
CMACallback<CMAContentType> callback)
Create a new Content Type in the given environment.
|
CMACallback<CMALocale> |
ModuleLocales.Async.create(String spaceId,
String environmentId,
CMALocale locale,
CMACallback<CMALocale> callback)
Asynchronously create a new locale.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.create(String spaceId,
String environmentId,
CMAUiExtension extension,
CMACallback<CMAUiExtension> callback)
Create a new ui extension.
|
CMACallback<CMAUpload> |
ModuleUploads.Async.create(String spaceId,
String environmentId,
InputStream stream,
CMACallback<CMAUpload> callback) |
CMACallback<CMAUpload> |
ModuleUploads.Async.create(String spaceId,
String environmentId,
InputStream stream,
int chunkSize,
CMACallback<CMAUpload> callback)
Create a new upload, asynchronously.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.create(String spaceId,
String environmentId,
String contentTypeId,
CMAEntry entry,
CMACallback<CMAEntry> callback)
Create a new entry in the given space and environment.
|
CMACallback<CMATag> |
ModuleTags.Async.create(String spaceId,
String environmentId,
String tagId,
String name,
CMAVisibility visibility,
CMACallback<CMATag> callback)
Create an tag in the configured space.
|
CMACallback<CMAConcept> |
ModuleTaxonomy.Async.createConcept(String organizationId,
CMAConcept concept,
CMACallback<CMAConcept> callback) |
CMACallback<CMAConceptScheme> |
ModuleTaxonomy.Async.createConceptScheme(String organizationId,
CMAConceptScheme conceptScheme,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMAConceptScheme> |
ModuleTaxonomy.Async.createConceptSchemeWithId(String organizationId,
String conceptSchemeId,
CMAConceptScheme conceptScheme,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMAConcept> |
ModuleTaxonomy.Async.createConceptWithId(String organizationId,
String conceptId,
CMAConcept concept,
CMACallback<CMAConcept> callback) |
CMACallback<Integer> |
ModuleApiKeys.Async.delete(CMAApiKey key,
CMACallback<Integer> callback)
Delete a given delivery api key.
|
CMACallback<Integer> |
ModuleAssets.Async.delete(CMAAsset asset,
CMACallback<Integer> callback)
Delete an Asset.
|
CMACallback<Integer> |
ModuleContentTypes.Async.delete(CMAContentType contentType,
CMACallback<Integer> callback)
Delete a Content Type.
|
CMACallback<Integer> |
ModuleEntries.Async.delete(CMAEntry entry,
CMACallback<Integer> callback)
Delete an Entry.
|
CMACallback<Integer> |
ModuleEnvironments.Async.delete(CMAEnvironment environment,
CMACallback<Integer> callback)
Delete an environment.
|
CMACallback<Integer> |
ModuleLocales.Async.delete(CMALocale locale,
CMACallback<Integer> callback)
Delete the given locale instance asynchronously.
|
CMACallback<Integer> |
ModuleRoles.Async.delete(CMARole role,
CMACallback<Integer> callback)
Delete the given role instance asynchronously.
|
CMACallback<Integer> |
ModuleSpaces.Async.delete(CMASpace space,
CMACallback<Integer> callback)
Delete a Space.
|
CMACallback<Integer> |
ModuleSpaceMemberships.Async.delete(CMASpaceMembership membership,
CMACallback<Integer> callback)
Delete the given membership instance asynchronously.
|
CMACallback<Integer> |
ModuleUiExtensions.Async.delete(CMAUiExtension extension,
CMACallback<Integer> callback)
Delete a ui extension.
|
CMACallback<Integer> |
ModuleUploads.Async.delete(CMAUpload upload,
String environmentId,
CMACallback<Integer> callback)
Delete a given upload again, asynchronously.
|
CMACallback<Integer> |
ModuleWebhooks.Async.delete(CMAWebhook webhook,
CMACallback<Integer> callback)
Asynchronous variant of
ModuleWebhooks.delete(CMAWebhook) |
CMACallback<Integer> |
ModuleSpaces.Async.delete(String spaceId,
CMACallback<Integer> callback)
Delete a Space.
|
CMACallback<Integer> |
ModuleTags.Async.delete(String spaceId,
String environmentId,
String tagId,
CMACallback<Integer> callback)
Delete a tag with given id.
|
CMACallback<Void> |
ModuleTaxonomy.Async.deleteConcept(String organizationId,
String conceptId,
CMACallback<Void> callback) |
CMACallback<Void> |
ModuleTaxonomy.Async.deleteConceptScheme(String organizationId,
String conceptSchemeId,
CMACallback<Void> callback) |
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.fetch(String spaceId,
String environmentId,
String bulkActionId,
CMACallback<CMABulkAction> callback)
Fetch a bulk action in the configured space.
|
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<CMAConcept> |
ModuleTaxonomy.Async.fetchConcept(String organizationId,
String conceptId,
CMACallback<CMAConcept> callback) |
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<CMAConceptScheme> |
ModuleTaxonomy.Async.fetchConceptScheme(String organizationId,
String conceptSchemeId,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMAArray<CMAConceptScheme>> |
ModuleTaxonomy.Async.fetchConceptSchemes(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAConceptScheme>> callback) |
CMACallback<CMAUser> |
ModuleUsers.Async.fetchMe(CMACallback<CMAUser> callback)
Fetch your user information.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.fetchOne(String keyId,
CMACallback<CMAApiKey> callback)
Fetch only one delivery api key.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.fetchOne(String assetId,
CMACallback<CMAAsset> callback)
Fetch an Asset with the given
assetId from the configured space. |
CMACallback<CMAContentType> |
ModuleContentTypes.Async.fetchOne(String contentTypeId,
CMACallback<CMAContentType> callback)
Fetch a Content Type with the given
contentTypeId from the configured space and
environment. |
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in the configured space and environment.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.fetchOne(String entryId,
CMACallback<CMAEntry> callback)
Fetch an Entry with the given
entryId from the configured space and environment. |
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.fetchOne(String environmentId,
CMACallback<CMAEnvironment> callback)
Fetch an environment with a given environmentId and the configured space.
|
CMACallback<CMALocale> |
ModuleLocales.Async.fetchOne(String localeId,
CMACallback<CMALocale> callback)
Fetches one locale by the configured space and environment, asynchronously.
|
CMACallback<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.Async.fetchOne(String tokenId,
CMACallback<CMAPersonalAccessToken> callback)
Fetch only one personal access token.
|
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
CMACallback<CMARole> |
ModuleRoles.Async.fetchOne(String roleId,
CMACallback<CMARole> callback)
Fetches one role by its id from Contentful asynchronously.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.fetchOne(String spaceId,
CMACallback<CMASpace> callback)
Fetch a Space with a given
spaceId. |
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.fetchOne(String membershipId,
CMACallback<CMASpaceMembership> callback)
Fetches one space membership by its id from Contentful asynchronously.
|
CMACallback<CMATag> |
ModuleTags.Async.fetchOne(String tagId,
CMACallback<CMATag> callback)
Fetch an tag with a given tagId and the configured space.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.fetchOne(String extensionId,
CMACallback<CMAUiExtension> callback)
Fetch ui extension to given content type from the configured space.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.fetchOne(String webhookId,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.fetchOne(String) |
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.fetchOne(String spaceId,
String keyId,
CMACallback<CMAApiKey> callback)
Fetch only one delivery api key.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.fetchOne(String spaceId,
String environmentId,
CMACallback<CMAEnvironment> callback)
Fetch an environment with a given
environmentId from the space given. |
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(String spaceId,
String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
CMACallback<CMARole> |
ModuleRoles.Async.fetchOne(String spaceId,
String roleId,
CMACallback<CMARole> callback)
Fetches one role by its id from Contentful asynchronously.
|
CMACallback<CMAScheduledAction> |
ModuleScheduledActions.Async.fetchOne(String scheduledActionId,
String entityId,
CMACallback<CMAScheduledAction> callback)
Fetch a scheduled action by ID asynchronously.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.fetchOne(String spaceId,
String membershipId,
CMACallback<CMASpaceMembership> callback)
Fetches one space membership by its id from Contentful asynchronously.
|
CMACallback<CMAUpload> |
ModuleUploads.Async.fetchOne(String uploadId,
String environmentId,
CMACallback<CMAUpload> callback)
Get information about the given upload, asynchronously.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.fetchOne(String spaceId,
String webhookId,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.fetchOne(String, String) |
CMACallback<CMAAsset> |
ModuleAssets.Async.fetchOne(String spaceId,
String environmentId,
String assetId,
CMACallback<CMAAsset> callback)
Fetch an Asset with the given
assetId from a the given space and environment. |
CMACallback<CMAContentType> |
ModuleContentTypes.Async.fetchOne(String spaceId,
String environmentId,
String contentTypeId,
CMACallback<CMAContentType> callback)
Fetch a Content Type with the given
contentTypeId from the given space. |
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(String spaceId,
String environmentId,
String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in a given space and environment.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.fetchOne(String spaceId,
String environmentId,
String entryId,
CMACallback<CMAEntry> callback)
Fetch an Entry with the given
entryId from a Space.entry |
CMACallback<CMALocale> |
ModuleLocales.Async.fetchOne(String spaceId,
String environmentId,
String localeId,
CMACallback<CMALocale> callback)
Fetches one locale by its id and the given space and environment, asynchronously.
|
CMACallback<CMATag> |
ModuleTags.Async.fetchOne(String spaceId,
String environmentId,
String tagId,
CMACallback<CMATag> callback)
Fetch an tag with a given
tagId from the space and environment given. |
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.fetchOne(String spaceId,
String environmentId,
String extensionId,
CMACallback<CMAUiExtension> callback)
Fetch ui extension to given content type from a given space.
|
CMACallback<CMAUpload> |
ModuleUploads.Async.fetchOne(String spaceId,
String environmentId,
String uploadId,
CMACallback<CMAUpload> callback)
Get information about the given upload, asynchronously.
|
CMACallback<CMASnapshot> |
ModuleContentTypes.Async.fetchOneSnapshot(CMAContentType contentType,
String snapshotId,
CMACallback<CMASnapshot> callback)
Fetch a specific snapshot of this content type.
|
CMACallback<CMASnapshot> |
ModuleEntries.Async.fetchOneSnapshot(CMAEntry entry,
String snapshotId,
CMACallback<CMASnapshot> callback)
Fetch a specific snapshot of an entry.
|
CMACallback<CMATotalConcepts> |
ModuleTaxonomy.Async.fetchTotalConcepts(String organizationId,
CMACallback<CMATotalConcepts> callback) |
CMACallback<CMATotalConcepts> |
ModuleTaxonomy.Async.fetchTotalConceptSchemes(String organizationId,
CMACallback<CMATotalConcepts> callback) |
CMACallback<CMAWebhookHealth> |
ModuleWebhooks.Async.health(CMAWebhook webhook,
CMACallback<CMAWebhookHealth> callback)
Asynchronous variant of
ModuleWebhooks.health(CMAWebhook) |
CMACallback<CMAEntry> |
ModuleEntries.Async.patch(CMAEntry entry,
List<Map<String,Object>> operations,
CMACallback<CMAEntry> callback)
Patch an Entry using JSON Patch operations.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.patch(String spaceId,
String environmentId,
String entryId,
Integer version,
List<Map<String,Object>> operations,
CMACallback<CMAEntry> callback)
Patch an Entry using JSON Patch operations.
|
CMACallback<Integer> |
ModuleAssets.Async.process(CMAAsset asset,
String locale,
CMACallback<Integer> callback)
Process an Asset.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.publish(CMAAsset asset,
CMACallback<CMAAsset> callback)
Publish an Asset.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.publish(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Publish a Content Type.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.publish(CMAEntry entry,
CMACallback<CMAEntry> callback)
Publish an Entry.
|
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.publish(String spaceId,
String environmentId,
CMAPayload payload,
CMACallback<CMABulkAction> callback)
Publish a bulk action in the configured space.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.publishLocale(CMAEntry entry,
String locale,
CMACallback<CMAEntry> callback)
Publish an Entry for a specific locale.
|
CMACallback<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.Async.revoke(CMAPersonalAccessToken token,
CMACallback<CMAPersonalAccessToken> callback)
Revoke a personal access token.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.unArchive(CMAAsset asset,
CMACallback<CMAAsset> callback)
Un-Archive an Asset.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.unArchive(CMAEntry entry,
CMACallback<CMAEntry> callback)
Un-Archive an Entry.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.unPublish(CMAAsset asset,
CMACallback<CMAAsset> callback)
Un-Publish an Asset.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.unPublish(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Un-Publish a Content Type.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.unPublish(CMAEntry entry,
CMACallback<CMAEntry> callback)
Un-Publish an Entry.
|
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.unpublish(String spaceId,
String environmentId,
CMAPayload payload,
CMACallback<CMABulkAction> callback)
UpPublish a bulk action in the configured space.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.unPublishLocale(CMAEntry entry,
String locale,
CMACallback<CMAEntry> callback)
Un-Publish an Entry for a specific locale.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.update(CMAApiKey key,
CMACallback<CMAApiKey> callback)
Update an existing delivery api key.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.update(CMAAsset asset,
CMACallback<CMAAsset> callback)
Update an Asset.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.update(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Update a Content Type.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.update(CMAEntry entry,
CMACallback<CMAEntry> callback)
Update an Entry.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.update(CMAEnvironment environment,
CMACallback<CMAEnvironment> callback)
Update an environment.
|
CMACallback<CMALocale> |
ModuleLocales.Async.update(CMALocale locale,
CMACallback<CMALocale> callback)
Update the given locale instance on Contentful, asynchronously.
|
CMACallback<CMARole> |
ModuleRoles.Async.update(CMARole role,
CMACallback<CMARole> callback)
Update the given role instance on Contentful, asynchronously.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.update(CMASpace space,
CMACallback<CMASpace> callback)
Update a Space.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.update(CMASpaceMembership membership,
CMACallback<CMASpaceMembership> callback)
Update the given membership instance on Contentful, asynchronously.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.update(CMAUiExtension extension,
CMACallback<CMAUiExtension> callback)
Update a ui extension.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.update(CMAWebhook webhook,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.update(CMAWebhook) |
CMACallback<CMAScheduledAction> |
ModuleScheduledActions.Async.update(String scheduledActionId,
CMAScheduledAction scheduledAction,
CMACallback<CMAScheduledAction> callback)
Update an existing scheduled action asynchronously.
|
CMACallback<CMATag> |
ModuleTags.Async.update(String name,
String tagId,
CMACallback<CMATag> callback)
Update a tag.
|
CMACallback<CMAConcept> |
ModuleTaxonomy.Async.updateConcept(String organizationId,
String conceptId,
int version,
List<Map<String,Object>> operations,
CMACallback<CMAConcept> callback) |
CMACallback<CMAConceptScheme> |
ModuleTaxonomy.Async.updateConceptScheme(String organizationId,
String conceptSchemeId,
int version,
Map<String,Object> operations,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.validate(String spaceId,
String environmentId,
CMAPayload payload,
CMACallback<CMABulkAction> callback)
Validate a bulk action in the configured space.
|
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAAsset> |
ModuleAssets.Async.archive(CMAAsset asset,
CMACallback<CMAAsset> callback)
Archive an Asset.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.archive(CMAEntry entry,
CMACallback<CMAEntry> callback)
Archive an Entry.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.branch(CMAEnvironment sourceEnvironment,
CMAEnvironment newEnvironment,
CMACallback<CMAEnvironment> callback)
Deprecated.
This method has been renamed to
ModuleEnvironments.clone(CMAEnvironment, CMAEnvironment).
It will be removed in the next major release. |
CMACallback<CMAWebhookCallDetail> |
ModuleWebhooks.Async.callDetails(CMAWebhookCall call,
CMACallback<CMAWebhookCallDetail> callback)
Asynchronous variant of
ModuleWebhooks.callDetails(CMAWebhookCall) |
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<CMAScheduledAction> |
ModuleScheduledActions.Async.cancel(String scheduledActionId,
CMACallback<CMAScheduledAction> callback)
Cancel a scheduled action asynchronously.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.clone(CMAEnvironment sourceEnvironment,
CMAEnvironment newEnvironment,
CMACallback<CMAEnvironment> callback)
Create an environment using a source environment.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.create(CMAApiKey key,
CMACallback<CMAApiKey> callback)
Create a new delivery api key.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.create(CMAAsset asset,
CMACallback<CMAAsset> callback)
Create a new Asset in the configured space and environment.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.create(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Create a new Content Type using the configured space and environment.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.create(CMAEnvironment environment,
CMACallback<CMAEnvironment> callback)
Create an environment in the configured space.
|
CMACallback<CMALocale> |
ModuleLocales.Async.create(CMALocale locale,
CMACallback<CMALocale> callback)
Asynchronously create a new locale in the configured space and environment.
|
CMACallback<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.Async.create(CMAPersonalAccessToken token,
CMACallback<CMAPersonalAccessToken> callback)
Create a new personal access token.
|
CMACallback<CMARole> |
ModuleRoles.Async.create(CMARole role,
CMACallback<CMARole> callback)
Asynchronously create a new role.
|
CMACallback<CMAScheduledAction> |
ModuleScheduledActions.Async.create(CMAScheduledAction scheduledAction,
CMACallback<CMAScheduledAction> callback)
Create a new scheduled action asynchronously.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(CMASpace space,
CMACallback<CMASpace> callback)
Create a Space.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.create(CMASpaceMembership membership,
CMACallback<CMASpaceMembership> callback)
Asynchronously create a new membership.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(CMASpace space,
String organizationId,
CMACallback<CMASpace> callback)
Create a Space in an Organization.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.create(CMAUiExtension extension,
CMACallback<CMAUiExtension> callback)
Create a new ui extension.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.create(CMAWebhook webhook,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.create(String, CMAWebhook) |
CMACallback<CMAUpload> |
ModuleUploads.Async.create(InputStream stream,
CMACallback<CMAUpload> callback) |
CMACallback<CMAUpload> |
ModuleUploads.Async.create(InputStream stream,
int chunkSize,
CMACallback<CMAUpload> callback)
Create a new upload, asynchronously.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.create(String spaceId,
CMAApiKey key,
CMACallback<CMAApiKey> callback)
Create a new delivery api key.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(String spaceName,
CMACallback<CMASpace> callback)
Create a Space.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.create(String contentTypeId,
CMAEntry entry,
CMACallback<CMAEntry> callback)
Create a new Entry on the configured space and environment.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.create(String spaceId,
CMAEnvironment environment,
CMACallback<CMAEnvironment> callback)
Create an environment using the given space id.
|
CMACallback<CMARole> |
ModuleRoles.Async.create(String spaceId,
CMARole role,
CMACallback<CMARole> callback)
Asynchronously create a new role.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.create(String spaceId,
CMASpaceMembership membership,
CMACallback<CMASpaceMembership> callback)
Asynchronously create a new membership.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.create(String spaceId,
CMAWebhook webhook,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.create(String, CMAWebhook) |
CMACallback<CMAAsset> |
ModuleAssets.Async.create(String spaceId,
String environmentId,
CMAAsset asset,
CMACallback<CMAAsset> callback)
Create a new Asset in the given space and environment.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.create(String spaceName,
String organizationId,
CMACallback<CMASpace> callback)
Create a Space in an Organization.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.create(String spaceId,
String environmentId,
CMAContentType contentType,
CMACallback<CMAContentType> callback)
Create a new Content Type in the given environment.
|
CMACallback<CMALocale> |
ModuleLocales.Async.create(String spaceId,
String environmentId,
CMALocale locale,
CMACallback<CMALocale> callback)
Asynchronously create a new locale.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.create(String spaceId,
String environmentId,
CMAUiExtension extension,
CMACallback<CMAUiExtension> callback)
Create a new ui extension.
|
CMACallback<CMAUpload> |
ModuleUploads.Async.create(String spaceId,
String environmentId,
InputStream stream,
CMACallback<CMAUpload> callback) |
CMACallback<CMAUpload> |
ModuleUploads.Async.create(String spaceId,
String environmentId,
InputStream stream,
int chunkSize,
CMACallback<CMAUpload> callback)
Create a new upload, asynchronously.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.create(String spaceId,
String environmentId,
String contentTypeId,
CMAEntry entry,
CMACallback<CMAEntry> callback)
Create a new entry in the given space and environment.
|
CMACallback<CMATag> |
ModuleTags.Async.create(String spaceId,
String environmentId,
String tagId,
String name,
CMAVisibility visibility,
CMACallback<CMATag> callback)
Create an tag in the configured space.
|
CMACallback<CMAConcept> |
ModuleTaxonomy.Async.createConcept(String organizationId,
CMAConcept concept,
CMACallback<CMAConcept> callback) |
CMACallback<CMAConceptScheme> |
ModuleTaxonomy.Async.createConceptScheme(String organizationId,
CMAConceptScheme conceptScheme,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMAConceptScheme> |
ModuleTaxonomy.Async.createConceptSchemeWithId(String organizationId,
String conceptSchemeId,
CMAConceptScheme conceptScheme,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMAConcept> |
ModuleTaxonomy.Async.createConceptWithId(String organizationId,
String conceptId,
CMAConcept concept,
CMACallback<CMAConcept> callback) |
CMACallback<Integer> |
ModuleApiKeys.Async.delete(CMAApiKey key,
CMACallback<Integer> callback)
Delete a given delivery api key.
|
CMACallback<Integer> |
ModuleAssets.Async.delete(CMAAsset asset,
CMACallback<Integer> callback)
Delete an Asset.
|
CMACallback<Integer> |
ModuleContentTypes.Async.delete(CMAContentType contentType,
CMACallback<Integer> callback)
Delete a Content Type.
|
CMACallback<Integer> |
ModuleEntries.Async.delete(CMAEntry entry,
CMACallback<Integer> callback)
Delete an Entry.
|
CMACallback<Integer> |
ModuleEnvironments.Async.delete(CMAEnvironment environment,
CMACallback<Integer> callback)
Delete an environment.
|
CMACallback<Integer> |
ModuleLocales.Async.delete(CMALocale locale,
CMACallback<Integer> callback)
Delete the given locale instance asynchronously.
|
CMACallback<Integer> |
ModuleRoles.Async.delete(CMARole role,
CMACallback<Integer> callback)
Delete the given role instance asynchronously.
|
CMACallback<Integer> |
ModuleSpaces.Async.delete(CMASpace space,
CMACallback<Integer> callback)
Delete a Space.
|
CMACallback<Integer> |
ModuleSpaceMemberships.Async.delete(CMASpaceMembership membership,
CMACallback<Integer> callback)
Delete the given membership instance asynchronously.
|
CMACallback<Integer> |
ModuleUiExtensions.Async.delete(CMAUiExtension extension,
CMACallback<Integer> callback)
Delete a ui extension.
|
CMACallback<Integer> |
ModuleUploads.Async.delete(CMAUpload upload,
String environmentId,
CMACallback<Integer> callback)
Delete a given upload again, asynchronously.
|
CMACallback<Integer> |
ModuleWebhooks.Async.delete(CMAWebhook webhook,
CMACallback<Integer> callback)
Asynchronous variant of
ModuleWebhooks.delete(CMAWebhook) |
CMACallback<Integer> |
ModuleSpaces.Async.delete(String spaceId,
CMACallback<Integer> callback)
Delete a Space.
|
CMACallback<Integer> |
ModuleTags.Async.delete(String spaceId,
String environmentId,
String tagId,
CMACallback<Integer> callback)
Delete a tag with given id.
|
CMACallback<Void> |
ModuleTaxonomy.Async.deleteConcept(String organizationId,
String conceptId,
CMACallback<Void> callback) |
CMACallback<Void> |
ModuleTaxonomy.Async.deleteConceptScheme(String organizationId,
String conceptSchemeId,
CMACallback<Void> callback) |
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.fetch(String spaceId,
String environmentId,
String bulkActionId,
CMACallback<CMABulkAction> callback)
Fetch a bulk action in the configured space.
|
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<CMAConcept> |
ModuleTaxonomy.Async.fetchConcept(String organizationId,
String conceptId,
CMACallback<CMAConcept> callback) |
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<CMAConceptScheme> |
ModuleTaxonomy.Async.fetchConceptScheme(String organizationId,
String conceptSchemeId,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMAArray<CMAConceptScheme>> |
ModuleTaxonomy.Async.fetchConceptSchemes(String organizationId,
Map<String,String> query,
CMACallback<CMAArray<CMAConceptScheme>> callback) |
CMACallback<CMAUser> |
ModuleUsers.Async.fetchMe(CMACallback<CMAUser> callback)
Fetch your user information.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.fetchOne(String keyId,
CMACallback<CMAApiKey> callback)
Fetch only one delivery api key.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.fetchOne(String assetId,
CMACallback<CMAAsset> callback)
Fetch an Asset with the given
assetId from the configured space. |
CMACallback<CMAContentType> |
ModuleContentTypes.Async.fetchOne(String contentTypeId,
CMACallback<CMAContentType> callback)
Fetch a Content Type with the given
contentTypeId from the configured space and
environment. |
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in the configured space and environment.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.fetchOne(String entryId,
CMACallback<CMAEntry> callback)
Fetch an Entry with the given
entryId from the configured space and environment. |
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.fetchOne(String environmentId,
CMACallback<CMAEnvironment> callback)
Fetch an environment with a given environmentId and the configured space.
|
CMACallback<CMALocale> |
ModuleLocales.Async.fetchOne(String localeId,
CMACallback<CMALocale> callback)
Fetches one locale by the configured space and environment, asynchronously.
|
CMACallback<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.Async.fetchOne(String tokenId,
CMACallback<CMAPersonalAccessToken> callback)
Fetch only one personal access token.
|
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
CMACallback<CMARole> |
ModuleRoles.Async.fetchOne(String roleId,
CMACallback<CMARole> callback)
Fetches one role by its id from Contentful asynchronously.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.fetchOne(String spaceId,
CMACallback<CMASpace> callback)
Fetch a Space with a given
spaceId. |
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.fetchOne(String membershipId,
CMACallback<CMASpaceMembership> callback)
Fetches one space membership by its id from Contentful asynchronously.
|
CMACallback<CMATag> |
ModuleTags.Async.fetchOne(String tagId,
CMACallback<CMATag> callback)
Fetch an tag with a given tagId and the configured space.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.fetchOne(String extensionId,
CMACallback<CMAUiExtension> callback)
Fetch ui extension to given content type from the configured space.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.fetchOne(String webhookId,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.fetchOne(String) |
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.fetchOne(String spaceId,
String keyId,
CMACallback<CMAApiKey> callback)
Fetch only one delivery api key.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.fetchOne(String spaceId,
String environmentId,
CMACallback<CMAEnvironment> callback)
Fetch an environment with a given
environmentId from the space given. |
CMACallback<CMAPreviewApiKey> |
ModulePreviewApiKeys.Async.fetchOne(String spaceId,
String keyId,
CMACallback<CMAPreviewApiKey> callback)
Fetch only one preview api key.
|
CMACallback<CMARole> |
ModuleRoles.Async.fetchOne(String spaceId,
String roleId,
CMACallback<CMARole> callback)
Fetches one role by its id from Contentful asynchronously.
|
CMACallback<CMAScheduledAction> |
ModuleScheduledActions.Async.fetchOne(String scheduledActionId,
String entityId,
CMACallback<CMAScheduledAction> callback)
Fetch a scheduled action by ID asynchronously.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.fetchOne(String spaceId,
String membershipId,
CMACallback<CMASpaceMembership> callback)
Fetches one space membership by its id from Contentful asynchronously.
|
CMACallback<CMAUpload> |
ModuleUploads.Async.fetchOne(String uploadId,
String environmentId,
CMACallback<CMAUpload> callback)
Get information about the given upload, asynchronously.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.fetchOne(String spaceId,
String webhookId,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.fetchOne(String, String) |
CMACallback<CMAAsset> |
ModuleAssets.Async.fetchOne(String spaceId,
String environmentId,
String assetId,
CMACallback<CMAAsset> callback)
Fetch an Asset with the given
assetId from a the given space and environment. |
CMACallback<CMAContentType> |
ModuleContentTypes.Async.fetchOne(String spaceId,
String environmentId,
String contentTypeId,
CMACallback<CMAContentType> callback)
Fetch a Content Type with the given
contentTypeId from the given space. |
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(String spaceId,
String environmentId,
String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in a given space and environment.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.fetchOne(String spaceId,
String environmentId,
String entryId,
CMACallback<CMAEntry> callback)
Fetch an Entry with the given
entryId from a Space.entry |
CMACallback<CMALocale> |
ModuleLocales.Async.fetchOne(String spaceId,
String environmentId,
String localeId,
CMACallback<CMALocale> callback)
Fetches one locale by its id and the given space and environment, asynchronously.
|
CMACallback<CMATag> |
ModuleTags.Async.fetchOne(String spaceId,
String environmentId,
String tagId,
CMACallback<CMATag> callback)
Fetch an tag with a given
tagId from the space and environment given. |
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.fetchOne(String spaceId,
String environmentId,
String extensionId,
CMACallback<CMAUiExtension> callback)
Fetch ui extension to given content type from a given space.
|
CMACallback<CMAUpload> |
ModuleUploads.Async.fetchOne(String spaceId,
String environmentId,
String uploadId,
CMACallback<CMAUpload> callback)
Get information about the given upload, asynchronously.
|
CMACallback<CMASnapshot> |
ModuleContentTypes.Async.fetchOneSnapshot(CMAContentType contentType,
String snapshotId,
CMACallback<CMASnapshot> callback)
Fetch a specific snapshot of this content type.
|
CMACallback<CMASnapshot> |
ModuleEntries.Async.fetchOneSnapshot(CMAEntry entry,
String snapshotId,
CMACallback<CMASnapshot> callback)
Fetch a specific snapshot of an entry.
|
CMACallback<CMATotalConcepts> |
ModuleTaxonomy.Async.fetchTotalConcepts(String organizationId,
CMACallback<CMATotalConcepts> callback) |
CMACallback<CMATotalConcepts> |
ModuleTaxonomy.Async.fetchTotalConceptSchemes(String organizationId,
CMACallback<CMATotalConcepts> callback) |
CMACallback<CMAWebhookHealth> |
ModuleWebhooks.Async.health(CMAWebhook webhook,
CMACallback<CMAWebhookHealth> callback)
Asynchronous variant of
ModuleWebhooks.health(CMAWebhook) |
CMACallback<CMAEntry> |
ModuleEntries.Async.patch(CMAEntry entry,
List<Map<String,Object>> operations,
CMACallback<CMAEntry> callback)
Patch an Entry using JSON Patch operations.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.patch(String spaceId,
String environmentId,
String entryId,
Integer version,
List<Map<String,Object>> operations,
CMACallback<CMAEntry> callback)
Patch an Entry using JSON Patch operations.
|
CMACallback<Integer> |
ModuleAssets.Async.process(CMAAsset asset,
String locale,
CMACallback<Integer> callback)
Process an Asset.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.publish(CMAAsset asset,
CMACallback<CMAAsset> callback)
Publish an Asset.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.publish(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Publish a Content Type.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.publish(CMAEntry entry,
CMACallback<CMAEntry> callback)
Publish an Entry.
|
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.publish(String spaceId,
String environmentId,
CMAPayload payload,
CMACallback<CMABulkAction> callback)
Publish a bulk action in the configured space.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.publishLocale(CMAEntry entry,
String locale,
CMACallback<CMAEntry> callback)
Publish an Entry for a specific locale.
|
CMACallback<CMAPersonalAccessToken> |
ModulePersonalAccessTokens.Async.revoke(CMAPersonalAccessToken token,
CMACallback<CMAPersonalAccessToken> callback)
Revoke a personal access token.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.unArchive(CMAAsset asset,
CMACallback<CMAAsset> callback)
Un-Archive an Asset.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.unArchive(CMAEntry entry,
CMACallback<CMAEntry> callback)
Un-Archive an Entry.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.unPublish(CMAAsset asset,
CMACallback<CMAAsset> callback)
Un-Publish an Asset.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.unPublish(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Un-Publish a Content Type.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.unPublish(CMAEntry entry,
CMACallback<CMAEntry> callback)
Un-Publish an Entry.
|
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.unpublish(String spaceId,
String environmentId,
CMAPayload payload,
CMACallback<CMABulkAction> callback)
UpPublish a bulk action in the configured space.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.unPublishLocale(CMAEntry entry,
String locale,
CMACallback<CMAEntry> callback)
Un-Publish an Entry for a specific locale.
|
CMACallback<CMAApiKey> |
ModuleApiKeys.Async.update(CMAApiKey key,
CMACallback<CMAApiKey> callback)
Update an existing delivery api key.
|
CMACallback<CMAAsset> |
ModuleAssets.Async.update(CMAAsset asset,
CMACallback<CMAAsset> callback)
Update an Asset.
|
CMACallback<CMAContentType> |
ModuleContentTypes.Async.update(CMAContentType contentType,
CMACallback<CMAContentType> callback)
Update a Content Type.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
CMACallback<CMAEntry> |
ModuleEntries.Async.update(CMAEntry entry,
CMACallback<CMAEntry> callback)
Update an Entry.
|
CMACallback<CMAEnvironment> |
ModuleEnvironments.Async.update(CMAEnvironment environment,
CMACallback<CMAEnvironment> callback)
Update an environment.
|
CMACallback<CMALocale> |
ModuleLocales.Async.update(CMALocale locale,
CMACallback<CMALocale> callback)
Update the given locale instance on Contentful, asynchronously.
|
CMACallback<CMARole> |
ModuleRoles.Async.update(CMARole role,
CMACallback<CMARole> callback)
Update the given role instance on Contentful, asynchronously.
|
CMACallback<CMASpace> |
ModuleSpaces.Async.update(CMASpace space,
CMACallback<CMASpace> callback)
Update a Space.
|
CMACallback<CMASpaceMembership> |
ModuleSpaceMemberships.Async.update(CMASpaceMembership membership,
CMACallback<CMASpaceMembership> callback)
Update the given membership instance on Contentful, asynchronously.
|
CMACallback<CMAUiExtension> |
ModuleUiExtensions.Async.update(CMAUiExtension extension,
CMACallback<CMAUiExtension> callback)
Update a ui extension.
|
CMACallback<CMAWebhook> |
ModuleWebhooks.Async.update(CMAWebhook webhook,
CMACallback<CMAWebhook> callback)
Asynchronous variant of
ModuleWebhooks.update(CMAWebhook) |
CMACallback<CMAScheduledAction> |
ModuleScheduledActions.Async.update(String scheduledActionId,
CMAScheduledAction scheduledAction,
CMACallback<CMAScheduledAction> callback)
Update an existing scheduled action asynchronously.
|
CMACallback<CMATag> |
ModuleTags.Async.update(String name,
String tagId,
CMACallback<CMATag> callback)
Update a tag.
|
CMACallback<CMAConcept> |
ModuleTaxonomy.Async.updateConcept(String organizationId,
String conceptId,
int version,
List<Map<String,Object>> operations,
CMACallback<CMAConcept> callback) |
CMACallback<CMAConceptScheme> |
ModuleTaxonomy.Async.updateConceptScheme(String organizationId,
String conceptSchemeId,
int version,
Map<String,Object> operations,
CMACallback<CMAConceptScheme> callback) |
CMACallback<CMABulkAction> |
ModuleBulkActions.Async.validate(String spaceId,
String environmentId,
CMAPayload payload,
CMACallback<CMABulkAction> callback)
Validate a bulk action in the configured space.
|
Copyright © 2026 Contentful, GmbH.. All rights reserved.