Package com.enonic.xp.node
Class UpdateNodeParams
- java.lang.Object
-
- com.enonic.xp.node.UpdateNodeParams
-
@Beta public class UpdateNodeParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateNodeParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateNodeParams.Builder
create()
BinaryAttachments
getBinaryAttachments()
NodeEditor
getEditor()
NodeId
getId()
NodePath
getPath()
boolean
isDryRun()
-
-
-
Method Detail
-
getBinaryAttachments
public BinaryAttachments getBinaryAttachments()
-
create
public static UpdateNodeParams.Builder create()
-
getId
public NodeId getId()
-
getPath
public NodePath getPath()
-
getEditor
public NodeEditor getEditor()
-
isDryRun
public boolean isDryRun()
-
-