| Package | Description |
|---|---|
| com.contentful.java.cma.model |
| Modifier and Type | Class and Description |
|---|---|
class |
CMAArray<T extends CMAResource>
Represents a collection of CMA resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMAApiKey
Class representing api keys created.
|
class |
CMAArray<T extends CMAResource>
Represents a collection of CMA resources.
|
class |
CMAAsset
Represents a resource of type Asset.
|
class |
CMABulkAction
Represents a resource of type environment.
|
class |
CMAConcept |
class |
CMAConceptScheme |
class |
CMAContentType
Represents a resource of type Content Type.
|
class |
CMAEditorInterface
This model can be used to control the appearance and usability of ui elements on Contentful.
|
class |
CMAEntry
Represents a resource of type Entry.
|
class |
CMAEnvironment
Represents a resource of type environment.
|
class |
CMAError |
class |
CMALink
This class represents a link to another resource in Contentful.
|
class |
CMALocale
CMALocale.
|
class |
CMAOrganization
Model class representing one organization.
|
class |
CMAPersonalAccessToken
Model storing the information about a personal access token.
|
class |
CMAPreviewApiKey
Class representing api keys created.
|
class |
CMARole
Model representing a role in Contentful.
|
class |
CMAScheduledAction
Represents model for scheduled action.
|
class |
CMASnapshot
This model represents a snapshot of a specific resource.
|
class |
CMASpace
Represents a resource of type Space.
|
class |
CMASpaceMembership
Model class, exposing a space membership.
|
class |
CMATag
Represents a resource of type environment.
|
class |
CMAUiExtension
CMAUiExtension
|
class |
CMAUpload
Class representing an uploaded file, to be used as an asset.
|
class |
CMAUsage
Deprecated.
The
GET /organizations/{organization_id}/organization_periodic_usages
and GET /organizations/{organization_id}/space_periodic_usages endpoints are
deprecated in favor of the new Usage API. They will be removed on 2027-02-28, after
which requests will return 410 Gone. |
class |
CMAUser
Create a user structure.
|
class |
CMAWebhook
Represents one webhook definition.
|
class |
CMAWebhookCall
Model class representing an overview of a call to a webhook
|
class |
CMAWebhookCallDetail
Detail of one specific call of a Webhook.
|
class |
CMAWebhookHealth
Model class representing a health report of this webhook.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CMAResource> |
CMAEnvironment.setEnvironmentId(String environmentId)
Convenience method for setting an environment id.
|
<T extends CMAResource> |
CMAResource.setEnvironmentId(String environmentId)
Convenience method for setting an environment id.
|
<T extends CMAResource> |
CMAResource.setId(String id)
Sets the ID for this CMAResource.
|
<T extends CMAResource> |
CMAResource.setSpaceId(String spaceId)
Convenience method for setting a space id.
|
<T extends CMAResource> |
CMAResource.setSystem(CMASystem system)
Sets the system field.
|
<T extends CMAResource> |
CMAResource.setVersion(Integer version)
Convenience method for setting a version.
|
<T extends CMAResource> |
CMAResource.setVisibility(CMAVisibility visibility)
Convenience method for setting a version.
|
<T extends CMAResource> |
CMATag.setVisibility(CMAVisibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
CMAResource |
CMASnapshot.getSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
List<CMAResource> |
CMAEntities.getItems() |
| Modifier and Type | Method and Description |
|---|---|
CMASnapshot |
CMASnapshot.setSnapshot(CMAResource snapshot)
Update the current snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
CMAEntities |
CMAEntities.setItems(List<CMAResource> items) |
| Constructor and Description |
|---|
CMALink(CMAResource resource)
Sets the target type and id from a given resource.
|
Copyright © 2026 Contentful, GmbH.. All rights reserved.