Class ContentSubtype
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentSubtype
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setSubtypeId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> subtypeIdUnsafeSupplier) void
setSubtypeId
(Long subtypeId) void
setSubtypeKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> subtypeKeyUnsafeSupplier) void
setSubtypeKey
(String subtypeKey) static ContentSubtype
toString()
static ContentSubtype
unsafeToDTO
(String json)
-
Field Details
-
subtypeId
-
subtypeKey
-
xClassName
-
-
Constructor Details
-
ContentSubtype
public ContentSubtype()
-
-
Method Details