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 |
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 |
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 |
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 |
CMAUiExtension
Model class to describe an ui extension.
|
class |
CMAUpload
Class representing an uploaded file, to be used as an asset.
|
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> |
CMAResource.setEnvironmentId(java.lang.String environmentId)
Convenience method for setting an environment id.
|
<T extends CMAResource> |
CMAEnvironment.setEnvironmentId(java.lang.String environmentId)
Convenience method for setting an environment id.
|
<T extends CMAResource> |
CMAResource.setId(java.lang.String id)
Sets the ID for this CMAResource.
|
<T extends CMAResource> |
CMAResource.setSpaceId(java.lang.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(java.lang.Integer version)
Convenience method for setting a version.
|
Modifier and Type | Method and Description |
---|---|
CMAResource |
CMASnapshot.getSnapshot() |
Modifier and Type | Method and Description |
---|---|
CMASnapshot |
CMASnapshot.setSnapshot(CMAResource snapshot)
Update the current snapshot.
|
Constructor and Description |
---|
CMALink(CMAResource resource)
Sets the target type and id from a given resource.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.