Uses of Class
com.gentics.contentnode.rest.model.request.LinkRequest
-
Packages that use LinkRequest Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of LinkRequest in com.gentics.contentnode.rest.model.request
Subclasses of LinkRequest in com.gentics.contentnode.rest.model.request Modifier and Type Class Description class
MultiLinkRequest
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 LinkRequest Modifier and Type Method Description GenericResponse
TemplateResource. link(String id, LinkRequest request)
Link the given template to the given folders.GenericResponse
TemplateResource. unlink(String id, LinkRequest request)
Unlink the given template from the given folders.
-