Package com.enonic.xp.node
Class SetNodeStateParams
- java.lang.Object
-
- com.enonic.xp.node.SetNodeStateParams
-
@Deprecated public class SetNodeStateParams extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetNodeStateParams.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SetNodeStateParams.Buildercreate()Deprecated.booleanequals(Object o)Deprecated.NodeIdgetNodeId()Deprecated.NodeStategetNodeState()Deprecated.inthashCode()Deprecated.booleanisRecursive()Deprecated.
-
-
-
Method Detail
-
getNodeId
public NodeId getNodeId()
Deprecated.
-
getNodeState
public NodeState getNodeState()
Deprecated.
-
isRecursive
public boolean isRecursive()
Deprecated.
-
create
public static SetNodeStateParams.Builder create()
Deprecated.
-
-