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 TypeMethodDescriptionbooleangetLabel()getName()@Valid ContentStructureField[]@Valid Option[]inthashCode()voidsetDataType(com.liferay.petra.function.UnsafeSupplier<String, Exception> dataTypeUnsafeSupplier) voidsetDataType(String dataType) voidsetInputControl(com.liferay.petra.function.UnsafeSupplier<String, Exception> inputControlUnsafeSupplier) voidsetInputControl(String inputControl) voidvoidvoidsetLabel_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> label_i18nUnsafeSupplier) voidsetLabel_i18n(Map<String, String> label_i18n) voidsetLocalizable(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> localizableUnsafeSupplier) voidsetLocalizable(Boolean localizable) voidsetMultiple(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> multipleUnsafeSupplier) voidsetMultiple(Boolean multiple) voidvoidvoidsetNestedContentStructureFields(ContentStructureField[] nestedContentStructureFields) voidsetNestedContentStructureFields(com.liferay.petra.function.UnsafeSupplier<ContentStructureField[], Exception> nestedContentStructureFieldsUnsafeSupplier) voidsetOptions(Option[] options) voidsetOptions(com.liferay.petra.function.UnsafeSupplier<Option[], Exception> optionsUnsafeSupplier) voidsetPredefinedValue(com.liferay.petra.function.UnsafeSupplier<String, Exception> predefinedValueUnsafeSupplier) voidsetPredefinedValue(String predefinedValue) voidsetPredefinedValue_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> predefinedValue_i18nUnsafeSupplier) voidsetPredefinedValue_i18n(Map<String, String> predefinedValue_i18n) voidsetRepeatable(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> repeatableUnsafeSupplier) voidsetRepeatable(Boolean repeatable) voidsetRequired(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> requiredUnsafeSupplier) voidsetRequired(Boolean required) voidsetShowLabel(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> showLabelUnsafeSupplier) voidsetShowLabel(Boolean showLabel) static ContentStructureFieldtoString()static ContentStructureFieldunsafeToDTO(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
-