public class NodeSaveRequest extends Object
| Constructor and Description |
|---|
NodeSaveRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the node.
|
Node |
getNode()
The REST model of the node to save.
|
void |
setDescription(String description)
Set the description of the node.
|
void |
setNode(Node node)
Set the REST model of the node to save.
|
public Node getNode()
public void setNode(Node node)
node - Set the REST model of the node to save.public String getDescription()
public void setDescription(String description)
description - Set the description of the node.Copyright © 2024 Gentics Software. All rights reserved.