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 TypeMethodDescriptionbooleaninthashCode()voidsetSubtypeId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> subtypeIdUnsafeSupplier) voidsetSubtypeId(Long subtypeId) voidsetSubtypeKey(com.liferay.petra.function.UnsafeSupplier<String, Exception> subtypeKeyUnsafeSupplier) voidsetSubtypeKey(String subtypeKey) static ContentSubtypetoString()static ContentSubtypeunsafeToDTO(String json)
-
Field Details
-
subtypeId
-
subtypeKey
-
xClassName
-
-
Constructor Details
-
ContentSubtype
public ContentSubtype()
-
-
Method Details