Uses of Class
com.gentics.contentnode.rest.model.response.TagmapEntryResponse
-
Packages that use TagmapEntryResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of TagmapEntryResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return TagmapEntryResponse Modifier and Type Method Description TagmapEntryResponse
ContentRepositoryResource. addEntry(String id, TagmapEntryModel item)
Create a new tagmap entryTagmapEntryResponse
ContentRepositoryResource. getEntry(String id, String entryId)
Get a tagmap entryTagmapEntryResponse
ContentRepositoryResource. updateEntry(String id, String entryId, TagmapEntryModel item)
Update tagmap entry
-