Class NodeSaveRequest

java.lang.Object
com.gentics.contentnode.rest.model.request.NodeSaveRequest

public class NodeSaveRequest extends Object
Request for creating a new node.
  • Constructor Details

    • NodeSaveRequest

      public NodeSaveRequest()
  • Method Details

    • getNode

      public Node getNode()
      The REST model of the node to save.
      Returns:
      The REST model of the node to save.
    • setNode

      public void setNode(Node node)
      Set the REST model of the node to save.
      Parameters:
      node - Set the REST model of the node to save.
    • getDescription

      public String getDescription()
      The description of the node.
      Returns:
      The description of the node.
    • setDescription

      public void setDescription(String description)
      Set the description of the node.
      Parameters:
      description - Set the description of the node.