Uses of Class
com.contentful.java.cma.Constants.CMAFieldType
-
Packages that use Constants.CMAFieldType Package Description com.contentful.java.cma com.contentful.java.cma.model -
-
Uses of Constants.CMAFieldType in com.contentful.java.cma
Methods in com.contentful.java.cma that return Constants.CMAFieldType Modifier and Type Method Description static Constants.CMAFieldTypeConstants.CMAFieldType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Constants.CMAFieldType[]Constants.CMAFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.CMAFieldType in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return Constants.CMAFieldType Modifier and Type Method Description Constants.CMAFieldTypeCMAField. getType()Constants.CMAFieldTypeCMAUiExtension.Extension.FieldType. getType()Methods in com.contentful.java.cma.model with parameters of type Constants.CMAFieldType Modifier and Type Method Description CMAUiExtension.ExtensionCMAUiExtension.Extension. addFieldType(Constants.CMAFieldType type)Add a new content type field type to this UI extension.CMAFieldCMAField. setType(Constants.CMAFieldType type)Sets the type for this field.CMAUiExtension.Extension.FieldTypeCMAUiExtension.Extension.FieldType. setType(Constants.CMAFieldType type)Updates the type of this field with a new one.
-