Class SharedAsset
java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.SharedAsset
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
@Valid Creator
getId()
getTitle()
int
hashCode()
void
setActionIds
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> actionIdsUnsafeSupplier) void
setActionIds
(String[] actionIds) void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setAssetType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> assetTypeUnsafeSupplier) void
setAssetType
(String assetType) void
setClassName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> classNameUnsafeSupplier) void
setClassName
(String className) void
setClassPK
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> classPKUnsafeSupplier) void
setClassPK
(Long classPK) void
setCreator
(Creator creator) void
setCreator
(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
setFileTypeIcon
(com.liferay.petra.function.UnsafeSupplier<String, Exception> fileTypeIconUnsafeSupplier) void
setFileTypeIcon
(String fileTypeIcon) void
setFileTypeIconColor
(com.liferay.petra.function.UnsafeSupplier<String, Exception> fileTypeIconColorUnsafeSupplier) void
setFileTypeIconColor
(String fileTypeIconColor) void
void
void
setShareable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> shareableUnsafeSupplier) void
setShareable
(Boolean shareable) void
setSiteName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> siteNameUnsafeSupplier) void
setSiteName
(String siteName) void
void
static SharedAsset
toString()
static SharedAsset
unsafeToDTO
(String json)
-
Field Details
-
actionIds
-
actions
-
assetType
-
className
-
classPK
-
creator
-
dateCreated
-
dateModified
-
externalReferenceCode
-
fileTypeIcon
-
fileTypeIconColor
-
id
-
siteName
-
title
-
xClassName
-
-
Constructor Details
-
SharedAsset
public SharedAsset()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActionIds
-
setActionIds
-
setActionIds
-
getActions
-
setActions
-
setActions
-
getAssetType
-
setAssetType
-
setAssetType
-
getClassName
-
setClassName
-
setClassName
-
getClassPK
-
setClassPK
-
setClassPK
-
getCreator
-
setCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getFileTypeIcon
-
setFileTypeIcon
-
setFileTypeIcon
-
getFileTypeIconColor
-
setFileTypeIconColor
-
setFileTypeIconColor
-
getId
-
setId
-
setId
-
getSiteName
-
setSiteName
-
setSiteName
-
getTitle
-
setTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-