Uses of Class
com.contentful.java.cma.model.CMAContentType
-
Packages that use CMAContentType Package Description com.contentful.java.cma com.contentful.java.cma.model -
-
Uses of CMAContentType in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMAContentType Modifier and Type Method Description CMAContentTypeModuleContentTypes. create(CMAContentType contentType)Create a new Content Type in the configured space and environment.CMAContentTypeModuleContentTypes. create(java.lang.String spaceId, java.lang.String environmentId, CMAContentType contentType)Create a new Content Type in an Environment.CMAContentTypeModuleContentTypes. fetchOne(java.lang.String contentTypeId)Fetch a Content Type with the givencontentTypeIdfrom the configured environment and space.CMAContentTypeModuleContentTypes. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String contentTypeId)Fetch a Content Type with the givencontentTypeIdfrom a given space environment combination.CMAContentTypeModuleContentTypes. publish(CMAContentType contentType)Publish a Content Type.CMAContentTypeModuleContentTypes. unPublish(CMAContentType contentType)Un-Publish a Content Type.CMAContentTypeModuleContentTypes. update(CMAContentType contentType)Update a Content Type.Methods in com.contentful.java.cma that return types with arguments of type CMAContentType Modifier and Type Method Description CMACallback<CMAContentType>ModuleContentTypes.Async. create(CMAContentType contentType, CMACallback<CMAContentType> callback)Create a new Content Type using the configured space and environment.CMACallback<CMAContentType>ModuleContentTypes.Async. create(java.lang.String spaceId, java.lang.String environmentId, CMAContentType contentType, CMACallback<CMAContentType> callback)Create a new Content Type in the given environment.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the configured space and environment.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(java.lang.String spaceId, java.lang.String environmentId, CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the given space and environment.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(java.lang.String spaceId, java.lang.String environmentId, java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the given space and environment using a query.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the configured space and environment with a query.CMAArray<CMAContentType>ModuleContentTypes. fetchAll()Fetch all Content Types from the configured space and environment, using default query parameter.CMAArray<CMAContentType>ModuleContentTypes. fetchAll(java.lang.String spaceId, java.lang.String environmentId)Fetch all Content Types from an Environment, using default query parameter.CMAArray<CMAContentType>ModuleContentTypes. fetchAll(java.lang.String spaceId, java.lang.String environmentId, java.util.Map<java.lang.String,java.lang.String> query)Fetch all Content Types from a Space with query parameters.CMAArray<CMAContentType>ModuleContentTypes. fetchAll(java.util.Map<java.lang.String,java.lang.String> query)Fetch all Content Types from the configured space and environment, using default query parameter.CMACallback<CMAContentType>ModuleContentTypes.Async. fetchOne(java.lang.String contentTypeId, CMACallback<CMAContentType> callback)Fetch a Content Type with the givencontentTypeIdfrom the configured space and environment.CMACallback<CMAContentType>ModuleContentTypes.Async. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String contentTypeId, CMACallback<CMAContentType> callback)Fetch a Content Type with the givencontentTypeIdfrom the given space.CMACallback<CMAContentType>ModuleContentTypes.Async. publish(CMAContentType contentType, CMACallback<CMAContentType> callback)Publish a Content Type.CMACallback<CMAContentType>ModuleContentTypes.Async. unPublish(CMAContentType contentType, CMACallback<CMAContentType> callback)Un-Publish a Content Type.CMACallback<CMAContentType>ModuleContentTypes.Async. update(CMAContentType contentType, CMACallback<CMAContentType> callback)Update a Content Type.Methods in com.contentful.java.cma with parameters of type CMAContentType Modifier and Type Method Description CMACallback<CMAContentType>ModuleContentTypes.Async. create(CMAContentType contentType, CMACallback<CMAContentType> callback)Create a new Content Type using the configured space and environment.CMACallback<CMAContentType>ModuleContentTypes.Async. create(java.lang.String spaceId, java.lang.String environmentId, CMAContentType contentType, CMACallback<CMAContentType> callback)Create a new Content Type in the given environment.CMAContentTypeModuleContentTypes. create(CMAContentType contentType)Create a new Content Type in the configured space and environment.CMAContentTypeModuleContentTypes. create(java.lang.String spaceId, java.lang.String environmentId, CMAContentType contentType)Create a new Content Type in an Environment.CMACallback<java.lang.Integer>ModuleContentTypes.Async. delete(CMAContentType contentType, CMACallback<java.lang.Integer> callback)Delete a Content Type.java.lang.IntegerModuleContentTypes. delete(CMAContentType contentType)Delete a Content Type.CMACallback<CMAArray<CMASnapshot>>ModuleContentTypes.Async. fetchAllSnapshots(CMAContentType contentType, CMACallback<CMAArray<CMASnapshot>> callback)Fetch all snapshots of this content type.CMAArray<CMASnapshot>ModuleContentTypes. fetchAllSnapshots(CMAContentType contentType)Fetch all snapshots of this content type.CMACallback<CMASnapshot>ModuleContentTypes.Async. fetchOneSnapshot(CMAContentType contentType, java.lang.String snapshotId, CMACallback<CMASnapshot> callback)Fetch a specific snapshot of this content type.CMASnapshotModuleContentTypes. fetchOneSnapshot(CMAContentType contentType, java.lang.String snapshotId)Fetch a specific snapshot of this content type.CMACallback<CMAContentType>ModuleContentTypes.Async. publish(CMAContentType contentType, CMACallback<CMAContentType> callback)Publish a Content Type.CMAContentTypeModuleContentTypes. publish(CMAContentType contentType)Publish a Content Type.CMACallback<CMAContentType>ModuleContentTypes.Async. unPublish(CMAContentType contentType, CMACallback<CMAContentType> callback)Un-Publish a Content Type.CMAContentTypeModuleContentTypes. unPublish(CMAContentType contentType)Un-Publish a Content Type.CMACallback<CMAContentType>ModuleContentTypes.Async. update(CMAContentType contentType, CMACallback<CMAContentType> callback)Update a Content Type.CMAContentTypeModuleContentTypes. update(CMAContentType contentType)Update a Content Type.Method parameters in com.contentful.java.cma with type arguments of type CMAContentType Modifier and Type Method Description CMACallback<CMAContentType>ModuleContentTypes.Async. create(CMAContentType contentType, CMACallback<CMAContentType> callback)Create a new Content Type using the configured space and environment.CMACallback<CMAContentType>ModuleContentTypes.Async. create(java.lang.String spaceId, java.lang.String environmentId, CMAContentType contentType, CMACallback<CMAContentType> callback)Create a new Content Type in the given environment.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the configured space and environment.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(java.lang.String spaceId, java.lang.String environmentId, CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the given space and environment.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(java.lang.String spaceId, java.lang.String environmentId, java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the given space and environment using a query.CMACallback<CMAArray<CMAContentType>>ModuleContentTypes.Async. fetchAll(java.util.Map<java.lang.String,java.lang.String> query, CMACallback<CMAArray<CMAContentType>> callback)Fetch all Content Types from the configured space and environment with a query.CMACallback<CMAContentType>ModuleContentTypes.Async. fetchOne(java.lang.String contentTypeId, CMACallback<CMAContentType> callback)Fetch a Content Type with the givencontentTypeIdfrom the configured space and environment.CMACallback<CMAContentType>ModuleContentTypes.Async. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String contentTypeId, CMACallback<CMAContentType> callback)Fetch a Content Type with the givencontentTypeIdfrom the given space.CMACallback<CMAContentType>ModuleContentTypes.Async. publish(CMAContentType contentType, CMACallback<CMAContentType> callback)Publish a Content Type.CMACallback<CMAContentType>ModuleContentTypes.Async. unPublish(CMAContentType contentType, CMACallback<CMAContentType> callback)Un-Publish a Content Type.CMACallback<CMAContentType>ModuleContentTypes.Async. update(CMAContentType contentType, CMACallback<CMAContentType> callback)Update a Content Type. -
Uses of CMAContentType in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAContentType Modifier and Type Method Description CMAContentTypeCMAContentType. addField(CMAField field)Adds a new field.CMAContentTypeCMAContentType. setDescription(java.lang.String description)Sets the description field for this Content Type.CMAContentTypeCMAContentType. setDisplayField(java.lang.String displayField)Sets the display field for this Content Type.CMAContentTypeCMAContentType. setEnvironmentId(java.lang.String environmentId)Convenience method for setting an environment id.CMAContentTypeCMAContentType. setFields(java.util.List<CMAField> fields)Sets a list of fields for this Content Type.CMAContentTypeCMAContentType. setId(java.lang.String id)Convenience: Update the id of this entry without going throughCMAResource.getSystem().CMAContentTypeCMAContentType. setName(java.lang.String name)Sets the name for this Content Type.CMAContentTypeCMAContentType. setSpaceId(java.lang.String spaceId)Convenience: Update the space id of this entry without going throughCMAResource.getSystem().CMAContentTypeCMAContentType. setSystem(CMASystem system)Sets the system field.CMAContentTypeCMAContentType. setVersion(java.lang.Integer version)Convenience: Update the version of this entry without going throughCMAResource.getSystem().
-