Class ContentField
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentField
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentFieldValueprotected Map<String,ContentFieldValue> protected Stringprotected Stringprotected Stringprotected Stringprotected ContentField[]protected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid ContentFieldValue@Valid Map<String,ContentFieldValue> getLabel()getName()@Valid ContentField[]inthashCode()voidsetContentFieldValue(ContentFieldValue contentFieldValue) voidsetContentFieldValue(com.liferay.petra.function.UnsafeSupplier<ContentFieldValue, Exception> contentFieldValueUnsafeSupplier) voidsetContentFieldValue_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, ContentFieldValue>, Exception> contentFieldValue_i18nUnsafeSupplier) voidsetContentFieldValue_i18n(Map<String, ContentFieldValue> contentFieldValue_i18n) 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) voidvoidvoidsetNestedContentFields(ContentField[] nestedContentFields) voidsetNestedContentFields(com.liferay.petra.function.UnsafeSupplier<ContentField[], Exception> nestedContentFieldsUnsafeSupplier) voidsetRepeatable(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> repeatableUnsafeSupplier) voidsetRepeatable(Boolean repeatable) static ContentFieldtoString()static ContentFieldunsafeToDTO(String json)
-
Field Details
-
contentFieldValue
-
contentFieldValue_i18n
-
dataType
-
inputControl
-
label
-
label_i18n
-
name
-
nestedContentFields
-
repeatable
-
xClassName
-
-
Constructor Details
-
ContentField
public ContentField()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContentFieldValue
-
setContentFieldValue
-
setContentFieldValue
public void setContentFieldValue(com.liferay.petra.function.UnsafeSupplier<ContentFieldValue, Exception> contentFieldValueUnsafeSupplier) -
getContentFieldValue_i18n
-
setContentFieldValue_i18n
-
setContentFieldValue_i18n
public void setContentFieldValue_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String, ContentFieldValue>, Exception> contentFieldValue_i18nUnsafeSupplier) -
getDataType
-
setDataType
-
setDataType
-
getInputControl
-
setInputControl
-
setInputControl
-
getLabel
-
setLabel
-
setLabel
-
getLabel_i18n
-
setLabel_i18n
-
setLabel_i18n
-
getName
-
setName
-
setName
-
getNestedContentFields
-
setNestedContentFields
-
setNestedContentFields
public void setNestedContentFields(com.liferay.petra.function.UnsafeSupplier<ContentField[], Exception> nestedContentFieldsUnsafeSupplier) -
getRepeatable
-
setRepeatable
-
setRepeatable
-
equals
-
hashCode
public int hashCode() -
toString
-