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 ContentFieldValue
protected Map<String,
ContentFieldValue> protected String
protected String
protected String
protected String
protected ContentField[]
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid ContentFieldValue
@Valid Map<String,
ContentFieldValue> getLabel()
getName()
@Valid ContentField[]
int
hashCode()
void
setContentFieldValue
(ContentFieldValue contentFieldValue) void
setContentFieldValue
(com.liferay.petra.function.UnsafeSupplier<ContentFieldValue, Exception> contentFieldValueUnsafeSupplier) void
setContentFieldValue_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, ContentFieldValue>, Exception> contentFieldValue_i18nUnsafeSupplier) void
setContentFieldValue_i18n
(Map<String, ContentFieldValue> contentFieldValue_i18n) 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
void
void
setNestedContentFields
(ContentField[] nestedContentFields) void
setNestedContentFields
(com.liferay.petra.function.UnsafeSupplier<ContentField[], Exception> nestedContentFieldsUnsafeSupplier) void
setRepeatable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> repeatableUnsafeSupplier) void
setRepeatable
(Boolean repeatable) static ContentField
toString()
static ContentField
unsafeToDTO
(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
-