Uses of Class
com.gentics.contentnode.rest.model.response.LocalizationInfoItem
Packages that use LocalizationInfoItem
-
Uses of LocalizationInfoItem in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return LocalizationInfoItemModifier and TypeMethodDescriptionChannelLocalizationInfo.getFile()
ChannelLocalizationInfo.getFolder()
ChannelLocalizationInfo.getImage()
ChannelLocalizationInfo.getPage()
ChannelLocalizationInfo.getTemplate()
Methods in com.gentics.contentnode.rest.model.response with parameters of type LocalizationInfoItemModifier and TypeMethodDescriptionvoid
LocalizationInfoItem.mergeWith
(LocalizationInfoItem item) Merge this item with the given itemvoid
ChannelLocalizationInfo.setFile
(LocalizationInfoItem file) void
ChannelLocalizationInfo.setFolder
(LocalizationInfoItem folder) void
ChannelLocalizationInfo.setImage
(LocalizationInfoItem image) void
ChannelLocalizationInfo.setPage
(LocalizationInfoItem page) void
ChannelLocalizationInfo.setTemplate
(LocalizationInfoItem template) Constructors in com.gentics.contentnode.rest.model.response with parameters of type LocalizationInfoItem