Uses of Class
com.gentics.contentnode.rest.model.request.LinkRequest
Packages that use LinkRequest
Package
Description
-
Uses of LinkRequest in com.gentics.contentnode.rest.model.request
Subclasses of LinkRequest in com.gentics.contentnode.rest.model.requestModifier and TypeClassDescriptionclass
Request object for linking multiple templates to or unlink multiple templates from folders -
Uses of LinkRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type LinkRequestModifier and TypeMethodDescriptionTemplateResource.link
(String id, LinkRequest request) Link the given template to the given folders.TemplateResource.unlink
(String id, LinkRequest request) Unlink the given template from the given folders.