| Package | Description |
|---|---|
| com.contentful.java.cma | |
| com.contentful.java.cma.model |
| Modifier and Type | Method and Description |
|---|---|
CMAEditorInterface |
ModuleEditorInterfaces.fetchOne(java.lang.String spaceId,
java.lang.String contentTypeId) |
CMAEditorInterface |
ModuleEditorInterfaces.update(CMAEditorInterface editor)
Update an editor interface.
|
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(java.lang.String spaceId,
java.lang.String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in a given space.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
| Modifier and Type | Method and Description |
|---|---|
CMAEditorInterface |
ModuleEditorInterfaces.update(CMAEditorInterface editor)
Update an editor interface.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
| Modifier and Type | Method and Description |
|---|---|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(java.lang.String spaceId,
java.lang.String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in a given space.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
| Modifier and Type | Method and Description |
|---|---|
CMAEditorInterface |
CMAEditorInterface.addControl(CMAEditorInterface.Control control)
Adds a new control to the list of controls.
|
Copyright © 2018 Contentful, GmbH.. All Rights Reserved.