Uses of Class
com.contentful.java.cma.model.CMAUiExtensionParameterType
-
Packages that use CMAUiExtensionParameterType Package Description com.contentful.java.cma.model -
-
Uses of CMAUiExtensionParameterType in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAUiExtensionParameterType Modifier and Type Method Description CMAUiExtensionParameterTypeCMAUiExtensionParameter. getType()static CMAUiExtensionParameterTypeCMAUiExtensionParameterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAUiExtensionParameterType[]CMAUiExtensionParameterType. 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 CMAUiExtensionParameterType Modifier and Type Method Description CMAUiExtensionParameterCMAUiExtensionParameter. setType(CMAUiExtensionParameterType type)Sets the type for this parameter.
-