Uses of Class
com.contentful.java.cma.model.CMAEditorInterface.Control.BuildInWidgetId
-
Packages that use CMAEditorInterface.Control.BuildInWidgetId Package Description com.contentful.java.cma.model -
-
Uses of CMAEditorInterface.Control.BuildInWidgetId in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAEditorInterface.Control.BuildInWidgetId Modifier and Type Method Description CMAEditorInterface.Control.BuildInWidgetIdCMAEditorInterface.Control. getBuildInWidgetId()static CMAEditorInterface.Control.BuildInWidgetIdCMAEditorInterface.Control.BuildInWidgetId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAEditorInterface.Control.BuildInWidgetId[]CMAEditorInterface.Control.BuildInWidgetId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cma.model with parameters of type CMAEditorInterface.Control.BuildInWidgetId Modifier and Type Method Description CMAEditorInterface.ControlCMAEditorInterface.Control. setBuildInWidgetId(CMAEditorInterface.Control.BuildInWidgetId buildInWidgetId)Use a build in widget.
-