Class DisplayPageTemplate

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

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

    • contentSubtype

      protected ContentSubtype contentSubtype
    • contentType

      protected ContentType contentType
    • defaultTemplate

      protected Boolean defaultTemplate
    • key

      protected String key
    • name

      protected String name
    • xClassName

      public String xClassName
  • Constructor Details

    • DisplayPageTemplate

      public DisplayPageTemplate()
  • Method Details

    • toDTO

      public static DisplayPageTemplate toDTO(String json)
    • unsafeToDTO

      public static DisplayPageTemplate unsafeToDTO(String json)
    • getContentSubtype

      @Valid public @Valid ContentSubtype getContentSubtype()
    • setContentSubtype

      public void setContentSubtype(ContentSubtype contentSubtype)
    • setContentSubtype

      public void setContentSubtype(com.liferay.petra.function.UnsafeSupplier<ContentSubtype,Exception> contentSubtypeUnsafeSupplier)
    • getContentType

      @Valid public @Valid ContentType getContentType()
    • setContentType

      public void setContentType(ContentType contentType)
    • setContentType

      public void setContentType(com.liferay.petra.function.UnsafeSupplier<ContentType,Exception> contentTypeUnsafeSupplier)
    • getDefaultTemplate

      public Boolean getDefaultTemplate()
    • setDefaultTemplate

      public void setDefaultTemplate(Boolean defaultTemplate)
    • setDefaultTemplate

      public void setDefaultTemplate(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> defaultTemplateUnsafeSupplier)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

      public void setKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • 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