Class AssetType
java.lang.Object
com.liferay.headless.admin.taxonomy.dto.v1_0.AssetType
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
void
setRequired
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> requiredUnsafeSupplier) void
setRequired
(Boolean required) void
setSubtype
(com.liferay.petra.function.UnsafeSupplier<String, Exception> subtypeUnsafeSupplier) void
setSubtype
(String subtype) void
void
static AssetType
toString()
static AssetType
unsafeToDTO
(String json)
-
Field Details
-
required
-
subtype
-
type
-
xClassName
-
-
Constructor Details
-
AssetType
public AssetType()
-
-
Method Details