Class StructuredContentLink
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.StructuredContentLink
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected StructuredContent
protected Long
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid StructuredContent
getId()
getTitle()
int
hashCode()
void
setContentType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentTypeUnsafeSupplier) void
setContentType
(String contentType) void
setEmbeddedStructuredContent
(StructuredContent embeddedStructuredContent) void
setEmbeddedStructuredContent
(com.liferay.petra.function.UnsafeSupplier<StructuredContent, Exception> embeddedStructuredContentUnsafeSupplier) void
void
void
void
static StructuredContentLink
toString()
static StructuredContentLink
unsafeToDTO
(String json)
-
Field Details
-
contentType
-
embeddedStructuredContent
-
id
-
title
-
xClassName
-
-
Constructor Details
-
StructuredContentLink
public StructuredContentLink()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getContentType
-
setContentType
-
setContentType
-
getEmbeddedStructuredContent
-
setEmbeddedStructuredContent
-
setEmbeddedStructuredContent
public void setEmbeddedStructuredContent(com.liferay.petra.function.UnsafeSupplier<StructuredContent, Exception> embeddedStructuredContentUnsafeSupplier) -
getId
-
setId
-
setId
-
getTitle
-
setTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-