Class ContentAssociation
java.lang.Object
com.liferay.headless.admin.content.dto.v1_0.ContentAssociation
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setContentSubtype
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentSubtypeUnsafeSupplier) void
setContentSubtype
(String contentSubtype) void
setContentType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentTypeUnsafeSupplier) void
setContentType
(String contentType) static ContentAssociation
toString()
static ContentAssociation
unsafeToDTO
(String json)
-
Field Details
-
contentSubtype
-
contentType
-
xClassName
-
-
Constructor Details
-
ContentAssociation
public ContentAssociation()
-
-
Method Details