Class ContentStructureField
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentStructureField
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
getName()
@Valid ContentStructureField[]
@Valid Option[]
int
hashCode()
void
setDataType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> dataTypeUnsafeSupplier) void
setDataType
(String dataType) void
setInputControl
(com.liferay.petra.function.UnsafeSupplier<String, Exception> inputControlUnsafeSupplier) void
setInputControl
(String inputControl) void
void
void
setLabel_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> label_i18nUnsafeSupplier) void
setLabel_i18n
(Map<String, String> label_i18n) void
setLocalizable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> localizableUnsafeSupplier) void
setLocalizable
(Boolean localizable) void
setMultiple
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> multipleUnsafeSupplier) void
setMultiple
(Boolean multiple) void
void
void
setNestedContentStructureFields
(ContentStructureField[] nestedContentStructureFields) void
setNestedContentStructureFields
(com.liferay.petra.function.UnsafeSupplier<ContentStructureField[], Exception> nestedContentStructureFieldsUnsafeSupplier) void
setOptions
(Option[] options) void
setOptions
(com.liferay.petra.function.UnsafeSupplier<Option[], Exception> optionsUnsafeSupplier) void
setPredefinedValue
(com.liferay.petra.function.UnsafeSupplier<String, Exception> predefinedValueUnsafeSupplier) void
setPredefinedValue
(String predefinedValue) void
setPredefinedValue_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> predefinedValue_i18nUnsafeSupplier) void
setPredefinedValue_i18n
(Map<String, String> predefinedValue_i18n) void
setRepeatable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> repeatableUnsafeSupplier) void
setRepeatable
(Boolean repeatable) void
setRequired
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> requiredUnsafeSupplier) void
setRequired
(Boolean required) void
setShowLabel
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> showLabelUnsafeSupplier) void
setShowLabel
(Boolean showLabel) static ContentStructureField
toString()
static ContentStructureField
unsafeToDTO
(String json)
-
Field Details
-
dataType
-
inputControl
-
label
-
label_i18n
-
localizable
-
multiple
-
name
-
nestedContentStructureFields
-
options
-
predefinedValue
-
predefinedValue_i18n
-
repeatable
-
required
-
showLabel
-
xClassName
-
-
Constructor Details
-
ContentStructureField
public ContentStructureField()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDataType
-
setDataType
-
setDataType
-
getInputControl
-
setInputControl
-
setInputControl
-
getLabel
-
setLabel
-
setLabel
-
getLabel_i18n
-
setLabel_i18n
-
setLabel_i18n
-
getLocalizable
-
setLocalizable
-
setLocalizable
-
getMultiple
-
setMultiple
-
setMultiple
-
getName
-
setName
-
setName
-
getNestedContentStructureFields
-
setNestedContentStructureFields
-
setNestedContentStructureFields
public void setNestedContentStructureFields(com.liferay.petra.function.UnsafeSupplier<ContentStructureField[], Exception> nestedContentStructureFieldsUnsafeSupplier) -
getOptions
-
setOptions
-
setOptions
-
getPredefinedValue
-
setPredefinedValue
-
setPredefinedValue
-
getPredefinedValue_i18n
-
setPredefinedValue_i18n
-
setPredefinedValue_i18n
-
getRepeatable
-
setRepeatable
-
setRepeatable
-
getRequired
-
setRequired
-
setRequired
-
getShowLabel
-
setShowLabel
-
setShowLabel
-
equals
-
hashCode
public int hashCode() -
toString
-