public class CMAEditorInterface extends CMAResource
Modifier and Type | Class and Description |
---|---|
static class |
CMAEditorInterface.Control
This class represents one control of the editor interface.
|
Constructor and Description |
---|
CMAEditorInterface()
This method only exists for compatibility reasons.
|
Modifier and Type | Method and Description |
---|---|
CMAEditorInterface |
addControl(CMAEditorInterface.Control control)
Adds a new control to the list of controls.
|
java.util.List<CMAEditorInterface.Control> |
getControls() |
java.lang.String |
toString() |
getEnvironmentId, getId, getSpaceId, getSystem, getVersion, isArchived, isPublished, setEnvironmentId, setId, setSpaceId, setSystem, setVersion
public CMAEditorInterface()
You cannot create and upload new editor interfaces to Contentful. Please consider updating
an existing one by fetching it first and then using
ModuleEditorInterfaces.update(CMAEditorInterface)
on it.
public CMAEditorInterface addControl(CMAEditorInterface.Control control)
It might create a new list of controls, if no list is created.
control
- to be added to the list.public java.util.List<CMAEditorInterface.Control> getControls()
public java.lang.String toString()
toString
in class CMAResource
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.