Package com.enonic.xp.content
Class ReorderChildContentsParams.Builder
- java.lang.Object
-
- com.enonic.xp.content.ReorderChildContentsParams.Builder
-
- Enclosing class:
- ReorderChildContentsParams
public static class ReorderChildContentsParams.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReorderChildContentsParams.Builderadd(ReorderChildParams orderChildNodeParams)ReorderChildContentsParamsbuild()ReorderChildContentsParams.BuildercontentId(ContentId contentId)ReorderChildContentsParams.Buildersilent(boolean silent)Deprecated.ReorderChildContentsParams.BuilderstopInherit(boolean stopInherit)
-
-
-
Method Detail
-
add
public ReorderChildContentsParams.Builder add(ReorderChildParams orderChildNodeParams)
-
contentId
public ReorderChildContentsParams.Builder contentId(ContentId contentId)
-
silent
@Deprecated public ReorderChildContentsParams.Builder silent(boolean silent)
Deprecated.
-
stopInherit
public ReorderChildContentsParams.Builder stopInherit(boolean stopInherit)
-
build
public ReorderChildContentsParams build()
-
-