Uses of Class
com.gentics.contentnode.rest.model.request.page.CreatedTag
-
Packages that use CreatedTag Package Description com.gentics.contentnode.rest.model.response -
-
Uses of CreatedTag in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type CreatedTag Modifier and Type Method Description Map<String,CreatedTag>
MultiTagCreateResponse. getCreated()
Map of created tags.Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type CreatedTag Modifier and Type Method Description void
MultiTagCreateResponse. setCreated(Map<String,CreatedTag> created)
Set the map of created tagsConstructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type CreatedTag Constructor Description MultiTagCreateResponse(Message message, ResponseInfo responseInfo, Map<String,CreatedTag> created, List<PageRenderResponse.Tag> tags)
Create instance with message, response info and data
-