Class NodeSaveRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.NodeSaveRequest
Request for creating a new node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the node.getNode()
The REST model of the node to save.void
setDescription
(String description) Set the description of the node.void
Set the REST model of the node to save.
-
Constructor Details
-
NodeSaveRequest
public NodeSaveRequest()
-
-
Method Details
-
getNode
The REST model of the node to save.- Returns:
- The REST model of the node to save.
-
setNode
Set the REST model of the node to save.- Parameters:
node
- Set the REST model of the node to save.
-
getDescription
The description of the node.- Returns:
- The description of the node.
-
setDescription
Set the description of the node.- Parameters:
description
- Set the description of the node.
-