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