Package com.enonic.xp.content
Class FindContentByParentParams.Builder
- java.lang.Object
-
- com.enonic.xp.content.FindContentByParentParams.Builder
-
- Enclosing class:
- FindContentByParentParams
public static final class FindContentByParentParams.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindContentByParentParamsbuild()FindContentByParentParams.BuilderchildOrder(ChildOrder childOrder)FindContentByParentParams.Builderfrom(Integer from)FindContentByParentParams.BuilderparentId(ContentId parentId)FindContentByParentParams.BuilderparentPath(ContentPath parentPath)FindContentByParentParams.BuilderqueryFilter(Filter queryFilter)FindContentByParentParams.Builderrecursive(Boolean recursive)FindContentByParentParams.Buildersize(Integer size)
-
-
-
Method Detail
-
parentPath
public FindContentByParentParams.Builder parentPath(ContentPath parentPath)
-
parentId
public FindContentByParentParams.Builder parentId(ContentId parentId)
-
queryFilter
public FindContentByParentParams.Builder queryFilter(Filter queryFilter)
-
size
public FindContentByParentParams.Builder size(Integer size)
-
from
public FindContentByParentParams.Builder from(Integer from)
-
childOrder
public FindContentByParentParams.Builder childOrder(ChildOrder childOrder)
-
recursive
public FindContentByParentParams.Builder recursive(Boolean recursive)
-
build
public FindContentByParentParams build()
-
-