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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReorderChildContentsParams.Builder
add(ReorderChildParams orderChildNodeParams)
ReorderChildContentsParams
build()
ReorderChildContentsParams.Builder
contentId(ContentId contentId)
ReorderChildContentsParams.Builder
silent(boolean silent)
-
-
-
Method Detail
-
add
public ReorderChildContentsParams.Builder add(ReorderChildParams orderChildNodeParams)
-
contentId
public ReorderChildContentsParams.Builder contentId(ContentId contentId)
-
silent
public ReorderChildContentsParams.Builder silent(boolean silent)
-
build
public ReorderChildContentsParams build()
-
-