Package com.enonic.xp.node
Class SetNodeStateParams
- java.lang.Object
-
- com.enonic.xp.node.SetNodeStateParams
-
public class SetNodeStateParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetNodeStateParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetNodeStateParams.Builder
create()
boolean
equals(Object o)
NodeId
getNodeId()
NodeState
getNodeState()
int
hashCode()
boolean
isRecursive()
-
-
-
Method Detail
-
getNodeId
public NodeId getNodeId()
-
getNodeState
public NodeState getNodeState()
-
isRecursive
public boolean isRecursive()
-
create
public static SetNodeStateParams.Builder create()
-
-