Class DocumentShortcut
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.DocumentShortcut
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getTitle()
@Valid DocumentShortcut.ViewableBy
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setAssetLibraryKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> assetLibraryKeyUnsafeSupplier) void
setAssetLibraryKey
(String assetLibraryKey) 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
setFolderId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> folderIdUnsafeSupplier) void
setFolderId
(Long folderId) void
void
void
void
void
setTargetDocumentId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> targetDocumentIdUnsafeSupplier) void
setTargetDocumentId
(Long targetDocumentId) void
void
void
setViewableBy
(DocumentShortcut.ViewableBy viewableBy) void
setViewableBy
(com.liferay.petra.function.UnsafeSupplier<DocumentShortcut.ViewableBy, Exception> viewableByUnsafeSupplier) static DocumentShortcut
toString()
static DocumentShortcut
unsafeToDTO
(String json)
-
Field Details
-
actions
-
assetLibraryKey
-
dateCreated
-
dateModified
-
externalReferenceCode
-
folderId
-
id
-
siteId
-
targetDocumentId
-
title
-
viewableBy
-
xClassName
-
-
Constructor Details
-
DocumentShortcut
public DocumentShortcut()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getAssetLibraryKey
-
setAssetLibraryKey
-
setAssetLibraryKey
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getFolderId
-
setFolderId
-
setFolderId
-
getId
-
setId
-
setId
-
getSiteId
-
setSiteId
-
setSiteId
-
getTargetDocumentId
-
setTargetDocumentId
-
setTargetDocumentId
-
getTitle
-
setTitle
-
setTitle
-
getViewableBy
-
getViewableByAsString
-
setViewableBy
-
setViewableBy
public void setViewableBy(com.liferay.petra.function.UnsafeSupplier<DocumentShortcut.ViewableBy, Exception> viewableByUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-