Class MultiLinkRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.LinkRequest
-
- com.gentics.contentnode.rest.model.request.MultiLinkRequest
-
- All Implemented Interfaces:
Serializable
public class MultiLinkRequest extends LinkRequest
Request object for linking multiple templates to or unlink multiple templates from folders- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>
templateIds
Set of template IDs (may be globalIds)-
Fields inherited from class com.gentics.contentnode.rest.model.request.LinkRequest
delete, folderIds, nodeId, recursive
-
-
Constructor Summary
Constructors Constructor Description MultiLinkRequest()
Create an empty instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getTemplateIds()
Template IDs of the templates to be handled.void
setTemplateIds(Set<String> templateIds)
Set the template IDs-
Methods inherited from class com.gentics.contentnode.rest.model.request.LinkRequest
getFolderIds, getNodeId, isDelete, isRecursive, setDelete, setFolderIds, setNodeId, setRecursive
-
-