Package com.enonic.xp.content
Class FindContentByParentParams
- java.lang.Object
-
- com.enonic.xp.content.FindContentByParentParams
-
@PublicApi public final class FindContentByParentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFindContentByParentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindContentByParentParams.Buildercreate()booleanequals(Object o)ChildOrdergetChildOrder()IntegergetFrom()ContentIdgetParentId()ContentPathgetParentPath()FiltersgetQueryFilters()IntegergetSize()inthashCode()BooleanisRecursive()
-
-
-
Method Detail
-
getParentPath
public ContentPath getParentPath()
-
getParentId
public ContentId getParentId()
-
getQueryFilters
public Filters getQueryFilters()
-
getSize
public Integer getSize()
-
getFrom
public Integer getFrom()
-
getChildOrder
public ChildOrder getChildOrder()
-
isRecursive
public Boolean isRecursive()
-
create
public static FindContentByParentParams.Builder create()
-
-