Class ContentDocument
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentDocument
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getTitle()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setContentType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentTypeUnsafeSupplier) void
setContentType
(String contentType) void
setContentUrl
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentUrlUnsafeSupplier) void
setContentUrl
(String contentUrl) void
setContentValue
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentValueUnsafeSupplier) void
setContentValue
(String contentValue) void
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setEncodingFormat
(com.liferay.petra.function.UnsafeSupplier<String, Exception> encodingFormatUnsafeSupplier) void
setEncodingFormat
(String encodingFormat) void
setFileExtension
(com.liferay.petra.function.UnsafeSupplier<String, Exception> fileExtensionUnsafeSupplier) void
setFileExtension
(String fileExtension) void
void
void
setSizeInBytes
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> sizeInBytesUnsafeSupplier) void
setSizeInBytes
(Long sizeInBytes) void
void
static ContentDocument
toString()
static ContentDocument
unsafeToDTO
(String json)
-
Field Details
-
actions
-
contentType
-
contentUrl
-
contentValue
-
description
-
encodingFormat
-
fileExtension
-
id
-
sizeInBytes
-
title
-
xClassName
-
-
Constructor Details
-
ContentDocument
public ContentDocument()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getContentType
-
setContentType
-
setContentType
-
getContentUrl
-
setContentUrl
-
setContentUrl
-
getContentValue
-
setContentValue
-
setContentValue
-
getDescription
-
setDescription
-
setDescription
-
getEncodingFormat
-
setEncodingFormat
-
setEncodingFormat
-
getFileExtension
-
setFileExtension
-
setFileExtension
-
getId
-
setId
-
setId
-
getSizeInBytes
-
setSizeInBytes
-
setSizeInBytes
-
getTitle
-
setTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-