Package com.enonic.xp.content
Class FindContentByParentResult
- java.lang.Object
-
- com.enonic.xp.content.FindContentByParentResult
-
@PublicApi public class FindContentByParentResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindContentByParentResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindContentByParentResult.Builder
create()
Contents
getContents()
long
getHits()
long
getTotalHits()
-
-
-
Method Detail
-
create
public static FindContentByParentResult.Builder create()
-
getContents
public Contents getContents()
-
getTotalHits
public long getTotalHits()
-
getHits
public long getHits()
-
-