Class DisplayPageTemplate
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.DisplayPageTemplate
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentSubtype
protected ContentType
protected Boolean
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid ContentSubtype
@Valid ContentType
getKey()
getName()
int
hashCode()
void
setContentSubtype
(ContentSubtype contentSubtype) void
setContentSubtype
(com.liferay.petra.function.UnsafeSupplier<ContentSubtype, Exception> contentSubtypeUnsafeSupplier) void
setContentType
(ContentType contentType) void
setContentType
(com.liferay.petra.function.UnsafeSupplier<ContentType, Exception> contentTypeUnsafeSupplier) void
setDefaultTemplate
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> defaultTemplateUnsafeSupplier) void
setDefaultTemplate
(Boolean defaultTemplate) void
void
void
void
static DisplayPageTemplate
toString()
static DisplayPageTemplate
unsafeToDTO
(String json)
-
Field Details
-
contentSubtype
-
contentType
-
defaultTemplate
-
key
-
name
-
xClassName
-
-
Constructor Details
-
DisplayPageTemplate
public DisplayPageTemplate()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContentSubtype
-
setContentSubtype
-
setContentSubtype
public void setContentSubtype(com.liferay.petra.function.UnsafeSupplier<ContentSubtype, Exception> contentSubtypeUnsafeSupplier) -
getContentType
-
setContentType
-
setContentType
public void setContentType(com.liferay.petra.function.UnsafeSupplier<ContentType, Exception> contentTypeUnsafeSupplier) -
getDefaultTemplate
-
setDefaultTemplate
-
setDefaultTemplate
-
getKey
-
setKey
-
setKey
-
getName
-
setName
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-