Uses of Class
com.contentful.java.cma.model.CMAEditorInterface
-
Packages that use CMAEditorInterface Package Description com.contentful.java.cma com.contentful.java.cma.model -
-
Uses of CMAEditorInterface in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMAEditorInterface Modifier and Type Method Description CMAEditorInterfaceModuleEditorInterfaces. fetchOne(java.lang.String contentTypeId)Return an editor interface by id using the configured space and environment.CMAEditorInterfaceModuleEditorInterfaces. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String contentTypeId)Get the editor interface by id, using the given space and environment.CMAEditorInterfaceModuleEditorInterfaces. update(CMAEditorInterface editor)Update an editor interface.Methods in com.contentful.java.cma that return types with arguments of type CMAEditorInterface Modifier and Type Method Description CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. fetchOne(java.lang.String contentTypeId, CMACallback<CMAEditorInterface> callback)Fetch editor interface to given content type in the configured space and environment.CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String contentTypeId, CMACallback<CMAEditorInterface> callback)Fetch editor interface to given content type in a given space and environment.CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. update(CMAEditorInterface editor, CMACallback<CMAEditorInterface> callback)Update the given editor interface.Methods in com.contentful.java.cma with parameters of type CMAEditorInterface Modifier and Type Method Description CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. update(CMAEditorInterface editor, CMACallback<CMAEditorInterface> callback)Update the given editor interface.CMAEditorInterfaceModuleEditorInterfaces. update(CMAEditorInterface editor)Update an editor interface.Method parameters in com.contentful.java.cma with type arguments of type CMAEditorInterface Modifier and Type Method Description CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. fetchOne(java.lang.String contentTypeId, CMACallback<CMAEditorInterface> callback)Fetch editor interface to given content type in the configured space and environment.CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. fetchOne(java.lang.String spaceId, java.lang.String environmentId, java.lang.String contentTypeId, CMACallback<CMAEditorInterface> callback)Fetch editor interface to given content type in a given space and environment.CMACallback<CMAEditorInterface>ModuleEditorInterfaces.Async. update(CMAEditorInterface editor, CMACallback<CMAEditorInterface> callback)Update the given editor interface. -
Uses of CMAEditorInterface in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAEditorInterface Modifier and Type Method Description CMAEditorInterfaceCMAEditorInterface. addControl(CMAEditorInterface.Control control)Adds a new control to the list of controls.
-