Uses of Class
com.gentics.contentnode.rest.model.response.PageRenderResponse.Tag
-
Packages that use PageRenderResponse.Tag Package Description com.gentics.contentnode.rest.model.response -
-
Uses of PageRenderResponse.Tag in com.gentics.contentnode.rest.model.response
Fields in com.gentics.contentnode.rest.model.response with type parameters of type PageRenderResponse.Tag Modifier and Type Field Description protected List<PageRenderResponse.Tag>
PageRenderResponse. tags
List of tags found in the rendered pageMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type PageRenderResponse.Tag Modifier and Type Method Description List<PageRenderResponse.Tag>
MultiTagCreateResponse. getTags()
Tag data of the created tagsList<PageRenderResponse.Tag>
PageRenderResponse. getTags()
Get the tagsMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PageRenderResponse.Tag Modifier and Type Method Description void
MultiTagCreateResponse. setTags(List<PageRenderResponse.Tag> tags)
Set tag datavoid
PageRenderResponse. setTags(List<PageRenderResponse.Tag> tags)
Set the tagsConstructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type PageRenderResponse.Tag Constructor Description MultiTagCreateResponse(Message message, ResponseInfo responseInfo, Map<String,CreatedTag> created, List<PageRenderResponse.Tag> tags)
Create instance with message, response info and data
-