Uses of Class
com.contentful.java.cma.model.CMAResource
-
Packages that use CMAResource Package Description com.contentful.java.cma.model -
-
Uses of CMAResource in com.contentful.java.cma.model
Classes in com.contentful.java.cma.model with type parameters of type CMAResource Modifier and Type Class Description classCMAArray<T extends CMAResource>Represents a collection of CMA resources.Subclasses of CMAResource in com.contentful.java.cma.model Modifier and Type Class Description classCMAApiKeyClass representing api keys created.classCMAArray<T extends CMAResource>Represents a collection of CMA resources.classCMAAssetRepresents a resource of type Asset.classCMABulkActionRepresents a resource of type environment.classCMAContentTypeRepresents a resource of type Content Type.classCMAEditorInterfaceThis model can be used to control the appearance and usability of ui elements on Contentful.classCMAEntryRepresents a resource of type Entry.classCMAEnvironmentRepresents a resource of type environment.classCMAErrorclassCMALinkThis class represents a link to another resource in Contentful.classCMALocaleCMALocale.classCMAOrganizationModel class representing one organization.classCMAPersonalAccessTokenModel storing the information about a personal access token.classCMAPreviewApiKeyClass representing api keys created.classCMARoleModel representing a role in Contentful.classCMAScheduledActionRepresents model for scheduled action.classCMASnapshotThis model represents a snapshot of a specific resource.classCMASpaceRepresents a resource of type Space.classCMASpaceMembershipModel class, exposing a space membership.classCMATagRepresents a resource of type environment.classCMAUiExtensionCMAUiExtensionclassCMAUploadClass representing an uploaded file, to be used as an asset.classCMAUsageclassCMAUserCreate a user structure.classCMAWebhookRepresents one webhook definition.classCMAWebhookCallModel class representing an overview of a call to a webhookclassCMAWebhookCallDetailDetail of one specific call of a Webhook.classCMAWebhookHealthModel class representing a health report of this webhook.Methods in com.contentful.java.cma.model with type parameters of type CMAResource Modifier and Type Method Description <T extends CMAResource>
TCMAEnvironment. setEnvironmentId(java.lang.String environmentId)Convenience method for setting an environment id.<T extends CMAResource>
TCMAResource. setEnvironmentId(java.lang.String environmentId)Convenience method for setting an environment id.<T extends CMAResource>
TCMAResource. setId(java.lang.String id)Sets the ID for this CMAResource.<T extends CMAResource>
TCMAResource. setSpaceId(java.lang.String spaceId)Convenience method for setting a space id.<T extends CMAResource>
TCMAResource. setSystem(CMASystem system)Sets the system field.<T extends CMAResource>
TCMAResource. setVersion(java.lang.Integer version)Convenience method for setting a version.<T extends CMAResource>
TCMAResource. setVisibility(CMAVisibility visibility)Convenience method for setting a version.<T extends CMAResource>
TCMATag. setVisibility(CMAVisibility visibility)Methods in com.contentful.java.cma.model that return CMAResource Modifier and Type Method Description CMAResourceCMASnapshot. getSnapshot()Methods in com.contentful.java.cma.model that return types with arguments of type CMAResource Modifier and Type Method Description java.util.List<CMAResource>CMAEntities. getItems()Methods in com.contentful.java.cma.model with parameters of type CMAResource Modifier and Type Method Description CMASnapshotCMASnapshot. setSnapshot(CMAResource snapshot)Update the current snapshot.Method parameters in com.contentful.java.cma.model with type arguments of type CMAResource Modifier and Type Method Description CMAEntitiesCMAEntities. setItems(java.util.List<CMAResource> items)Constructors in com.contentful.java.cma.model with parameters of type CMAResource Constructor Description CMALink(CMAResource resource)Sets the target type and id from a given resource.
-