Package com.enonic.xp.content
Class FindContentByParentResult.Builder
- java.lang.Object
-
- com.enonic.xp.content.FindContentByParentResult.Builder
-
- Enclosing class:
- FindContentByParentResult
public static final class FindContentByParentResult.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindContentByParentResultbuild()FindContentByParentResult.Buildercontents(Contents contents)FindContentByParentResult.Builderhits(long hits)FindContentByParentResult.BuildertotalHits(long totalHits)
-
-
-
Method Detail
-
contents
public FindContentByParentResult.Builder contents(Contents contents)
-
totalHits
public FindContentByParentResult.Builder totalHits(long totalHits)
-
hits
public FindContentByParentResult.Builder hits(long hits)
-
build
public FindContentByParentResult build()
-
-