Class PageDefinition
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.PageDefinition
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PageElement
protected PageRule[]
protected Settings
protected Double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid PageElement
@Valid PageRule[]
@Valid Settings
int
hashCode()
void
setPageElement
(PageElement pageElement) void
setPageElement
(com.liferay.petra.function.UnsafeSupplier<PageElement, Exception> pageElementUnsafeSupplier) void
setPageRules
(PageRule[] pageRules) void
setPageRules
(com.liferay.petra.function.UnsafeSupplier<PageRule[], Exception> pageRulesUnsafeSupplier) void
setSettings
(Settings settings) void
setSettings
(com.liferay.petra.function.UnsafeSupplier<Settings, Exception> settingsUnsafeSupplier) void
setVersion
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> versionUnsafeSupplier) void
setVersion
(Double version) static PageDefinition
toString()
static PageDefinition
unsafeToDTO
(String json)
-
Field Details
-
pageElement
-
pageRules
-
settings
-
version
-
xClassName
-
-
Constructor Details
-
PageDefinition
public PageDefinition()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getPageElement
-
setPageElement
-
setPageElement
public void setPageElement(com.liferay.petra.function.UnsafeSupplier<PageElement, Exception> pageElementUnsafeSupplier) -
getPageRules
-
setPageRules
-
setPageRules
-
getSettings
-
setSettings
-
setSettings
-
getVersion
-
setVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-