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 FindContentByParentResult
build()
FindContentByParentResult.Builder
contents(Contents contents)
FindContentByParentResult.Builder
hits(long hits)
FindContentByParentResult.Builder
totalHits(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()
-
-