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 class
FindContentByParentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindContentByParentParams.Builder
create()
boolean
equals(Object o)
ChildOrder
getChildOrder()
Integer
getFrom()
ContentId
getParentId()
ContentPath
getParentPath()
Filters
getQueryFilters()
Integer
getSize()
int
hashCode()
Boolean
isRecursive()
-
-
-
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()
-
-