Class ContentField

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentField
All Implemented Interfaces:
Serializable

@Generated("") public class ContentField extends Object implements Serializable
See Also:
Generated:
  • Field Details

  • Constructor Details

    • ContentField

      public ContentField()
  • Method Details

    • toDTO

      public static ContentField toDTO(String json)
    • unsafeToDTO

      public static ContentField unsafeToDTO(String json)
    • getContentFieldValue

      @Valid public @Valid ContentFieldValue getContentFieldValue()
    • setContentFieldValue

      public void setContentFieldValue(ContentFieldValue contentFieldValue)
    • setContentFieldValue

      public void setContentFieldValue(com.liferay.petra.function.UnsafeSupplier<ContentFieldValue,Exception> contentFieldValueUnsafeSupplier)
    • getContentFieldValue_i18n

      @Valid public @Valid Map<String,ContentFieldValue> getContentFieldValue_i18n()
    • setContentFieldValue_i18n

      public void setContentFieldValue_i18n(Map<String,ContentFieldValue> contentFieldValue_i18n)
    • setContentFieldValue_i18n

      public void setContentFieldValue_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,ContentFieldValue>,Exception> contentFieldValue_i18nUnsafeSupplier)
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String dataType)
    • setDataType

      public void setDataType(com.liferay.petra.function.UnsafeSupplier<String,Exception> dataTypeUnsafeSupplier)
    • getInputControl

      public String getInputControl()
    • setInputControl

      public void setInputControl(String inputControl)
    • setInputControl

      public void setInputControl(com.liferay.petra.function.UnsafeSupplier<String,Exception> inputControlUnsafeSupplier)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • setLabel

      public void setLabel(com.liferay.petra.function.UnsafeSupplier<String,Exception> labelUnsafeSupplier)
    • getLabel_i18n

      @Valid public @Valid Map<String,String> getLabel_i18n()
    • setLabel_i18n

      public void setLabel_i18n(Map<String,String> label_i18n)
    • setLabel_i18n

      public void setLabel_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> label_i18nUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getNestedContentFields

      @Valid public @Valid ContentField[] getNestedContentFields()
    • setNestedContentFields

      public void setNestedContentFields(ContentField[] nestedContentFields)
    • setNestedContentFields

      public void setNestedContentFields(com.liferay.petra.function.UnsafeSupplier<ContentField[],Exception> nestedContentFieldsUnsafeSupplier)
    • getRepeatable

      public Boolean getRepeatable()
    • setRepeatable

      public void setRepeatable(Boolean repeatable)
    • setRepeatable

      public void setRepeatable(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> repeatableUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object