Class TemplateCopyRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.TemplateCopyRequest
Request to create a copy of a template
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Folder ID, where the copy shall be createdOptional node ID to create the copy in a channelsetFolderId
(int folderId) Set the folder IDSet the node ID
-
Constructor Details
-
TemplateCopyRequest
public TemplateCopyRequest()
-
-
Method Details
-
getFolderId
public int getFolderId()Folder ID, where the copy shall be created- Returns:
- folder ID
-
setFolderId
Set the folder ID- Parameters:
folderId
- folder ID- Returns:
- fluent API
-
getNodeId
Optional node ID to create the copy in a channel- Returns:
- node ID
-
setNodeId
Set the node ID- Parameters:
nodeId
- node ID- Returns:
- fluent API
-