Package com.enonic.xp.content
Class ReorderChildContentsParams
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<ReorderChildParams>
-
- com.enonic.xp.content.ReorderChildContentsParams
-
- All Implemented Interfaces:
Iterable<ReorderChildParams>
@PublicApi public class ReorderChildContentsParams extends AbstractImmutableEntityList<ReorderChildParams>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReorderChildContentsParams.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntityList
list
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ReorderChildContentsParams.Builder
create()
ContentId
getContentId()
boolean
isSilent()
Deprecated.boolean
stopInherit()
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntityList
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
isSilent
@Deprecated public boolean isSilent()
Deprecated.
-
stopInherit
public boolean stopInherit()
-
create
public static ReorderChildContentsParams.Builder create()
-
-