Class NavigationMenuItem
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.NavigationMenuItem
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]
protected String
protected Creator
protected CustomField[]
protected Date
protected Date
protected Long
protected String
protected String
protected NavigationMenuItem[]
protected Long
protected String
protected String
protected String
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
@Valid Creator
@Valid CustomField[]
getId()
getLink()
getName()
@Valid NavigationMenuItem[]
getType()
getUrl()
int
hashCode()
void
setAvailableLanguages
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> availableLanguagesUnsafeSupplier) void
setAvailableLanguages
(String[] availableLanguages) void
setContentURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentURLUnsafeSupplier) void
setContentURL
(String contentURL) void
setCreator
(Creator creator) void
setCreator
(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) void
setCustomFields
(CustomField[] customFields) void
setCustomFields
(com.liferay.petra.function.UnsafeSupplier<CustomField[], Exception> customFieldsUnsafeSupplier) 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
void
void
void
void
setLink_i18n
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> link_i18nUnsafeSupplier) void
setLink_i18n
(Map<String, String> link_i18n) 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
setNavigationMenuItems
(NavigationMenuItem[] navigationMenuItems) void
setNavigationMenuItems
(com.liferay.petra.function.UnsafeSupplier<NavigationMenuItem[], Exception> navigationMenuItemsUnsafeSupplier) void
setParentNavigationMenuId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> parentNavigationMenuIdUnsafeSupplier) void
setParentNavigationMenuId
(Long parentNavigationMenuId) void
setSitePageURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> sitePageURLUnsafeSupplier) void
setSitePageURL
(String sitePageURL) void
void
void
void
void
setUseCustomName
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> useCustomNameUnsafeSupplier) void
setUseCustomName
(Boolean useCustomName) static NavigationMenuItem
toString()
static NavigationMenuItem
unsafeToDTO
(String json)
-
Field Details
-
availableLanguages
-
contentURL
-
creator
-
customFields
-
dateCreated
-
dateModified
-
id
-
link
-
link_i18n
-
name
-
name_i18n
-
sitePageURL
-
type
-
url
-
useCustomName
-
xClassName
-
-
Constructor Details
-
NavigationMenuItem
public NavigationMenuItem()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAvailableLanguages
-
setAvailableLanguages
-
setAvailableLanguages
-
getContentURL
-
setContentURL
-
setContentURL
-
getCreator
-
setCreator
-
setCreator
-
getCustomFields
-
setCustomFields
-
setCustomFields
public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<CustomField[], Exception> customFieldsUnsafeSupplier) -
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getId
-
setId
-
setId
-
getLink
-
setLink
-
setLink
-
getLink_i18n
-
setLink_i18n
-
setLink_i18n
-
getName
-
setName
-
setName
-
getName_i18n
-
setName_i18n
-
setName_i18n
-
getSitePageURL
-
setSitePageURL
-
setSitePageURL
-
getType
-
setType
-
setType
-
getUrl
-
setUrl
-
setUrl
-
getUseCustomName
-
setUseCustomName
-
setUseCustomName
-
equals
-
hashCode
public int hashCode() -
toString
-