Class ContentStructure
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentStructure
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
@Valid ContentStructureField[]
@Valid Creator
getId()
getName()
int
hashCode()
void
setAssetLibraryKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> assetLibraryKeyUnsafeSupplier) void
setAssetLibraryKey
(String assetLibraryKey) void
setAvailableLanguages
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> availableLanguagesUnsafeSupplier) void
setAvailableLanguages
(String[] availableLanguages) void
setContentStructureFields
(ContentStructureField[] contentStructureFields) void
setContentStructureFields
(com.liferay.petra.function.UnsafeSupplier<ContentStructureField[], Exception> contentStructureFieldsUnsafeSupplier) void
setCreator
(Creator creator) void
setCreator
(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) 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
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setDescription_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> description_i18nUnsafeSupplier) void
setDescription_i18n
(Map<String, String> description_i18n) void
void
void
void
void
setName_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> name_i18nUnsafeSupplier) void
setName_i18n
(Map<String, String> name_i18n) void
void
static ContentStructure
toString()
static ContentStructure
unsafeToDTO
(String json)
-
Field Details
-
assetLibraryKey
-
availableLanguages
-
contentStructureFields
-
creator
-
dateCreated
-
dateModified
-
description
-
description_i18n
-
id
-
name
-
name_i18n
-
siteId
-
xClassName
-
-
Constructor Details
-
ContentStructure
public ContentStructure()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAssetLibraryKey
-
setAssetLibraryKey
-
setAssetLibraryKey
-
getAvailableLanguages
-
setAvailableLanguages
-
setAvailableLanguages
-
getContentStructureFields
-
setContentStructureFields
-
setContentStructureFields
public void setContentStructureFields(com.liferay.petra.function.UnsafeSupplier<ContentStructureField[], Exception> contentStructureFieldsUnsafeSupplier) -
getCreator
-
setCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDescription
-
setDescription
-
setDescription
-
getDescription_i18n
-
setDescription_i18n
-
setDescription_i18n
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getName_i18n
-
setName_i18n
-
setName_i18n
-
getSiteId
-
setSiteId
-
setSiteId
-
equals
-
hashCode
public int hashCode() -
toString
-