Package com.enonic.xp.content
Class SetContentChildOrderParams
- java.lang.Object
-
- com.enonic.xp.content.SetContentChildOrderParams
-
@Beta public class SetContentChildOrderParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetContentChildOrderParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetContentChildOrderParams.Builder
create()
ChildOrder
getChildOrder()
ContentId
getContentId()
boolean
isSilent()
-
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
getChildOrder
public ChildOrder getChildOrder()
-
isSilent
public boolean isSilent()
-
create
public static SetContentChildOrderParams.Builder create()
-
-