Class WikiPageAttachment
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.WikiPageAttachment
- 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
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
setEncodingFormat
(com.liferay.petra.function.UnsafeSupplier<String, Exception> encodingFormatUnsafeSupplier) void
setEncodingFormat
(String encodingFormat) void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) 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 WikiPageAttachment
toString()
static WikiPageAttachment
unsafeToDTO
(String json)
-
Field Details
-
actions
-
contentUrl
-
contentValue
-
encodingFormat
-
externalReferenceCode
-
fileExtension
-
id
-
sizeInBytes
-
title
-
xClassName
-
-
Constructor Details
-
WikiPageAttachment
public WikiPageAttachment()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getContentUrl
-
setContentUrl
-
setContentUrl
-
getContentValue
-
setContentValue
-
setContentValue
-
getEncodingFormat
-
setEncodingFormat
-
setEncodingFormat
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getFileExtension
-
setFileExtension
-
setFileExtension
-
getId
-
setId
-
setId
-
getSizeInBytes
-
setSizeInBytes
-
setSizeInBytes
-
getTitle
-
setTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-