Package com.enonic.xp.content
Class FindContentByParentParams
- java.lang.Object
-
- com.enonic.xp.content.FindContentByParentParams
-
@PublicApi public final class FindContentByParentParams extends java.lang.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(java.lang.Object o)
ChildOrder
getChildOrder()
java.lang.Integer
getFrom()
ContentId
getParentId()
ContentPath
getParentPath()
Filters
getQueryFilters()
java.lang.Integer
getSize()
int
hashCode()
java.lang.Boolean
isRecursive()
-
-
-
Method Detail
-
getParentPath
public ContentPath getParentPath()
-
getParentId
public ContentId getParentId()
-
getQueryFilters
public Filters getQueryFilters()
-
getSize
public java.lang.Integer getSize()
-
getFrom
public java.lang.Integer getFrom()
-
getChildOrder
public ChildOrder getChildOrder()
-
isRecursive
public java.lang.Boolean isRecursive()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
create
public static FindContentByParentParams.Builder create()
-
-