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