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 TypeMethodDescriptionbooleangetId()getTitle()inthashCode()voidsetActions(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) voidvoidsetContentUrl(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentUrlUnsafeSupplier) voidsetContentUrl(String contentUrl) voidsetContentValue(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentValueUnsafeSupplier) voidsetContentValue(String contentValue) voidsetEncodingFormat(com.liferay.petra.function.UnsafeSupplier<String, Exception> encodingFormatUnsafeSupplier) voidsetEncodingFormat(String encodingFormat) voidsetExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) voidsetExternalReferenceCode(String externalReferenceCode) voidsetFileExtension(com.liferay.petra.function.UnsafeSupplier<String, Exception> fileExtensionUnsafeSupplier) voidsetFileExtension(String fileExtension) voidvoidvoidsetSizeInBytes(com.liferay.petra.function.UnsafeSupplier<Long, Exception> sizeInBytesUnsafeSupplier) voidsetSizeInBytes(Long sizeInBytes) voidvoidstatic WikiPageAttachmenttoString()static WikiPageAttachmentunsafeToDTO(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
-