Package com.enonic.xp.content
Class FindContentByQueryParams
- java.lang.Object
-
- com.enonic.xp.content.FindContentByQueryParams
-
@PublicApi @Deprecated public class FindContentByQueryParams extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindContentByQueryParams.Builder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FindContentByQueryParams.Builder
create()
Deprecated.ContentQuery
getContentQuery()
Deprecated.boolean
isPopulateChildren()
Deprecated.
-
-
-
Method Detail
-
create
public static FindContentByQueryParams.Builder create()
Deprecated.
-
getContentQuery
public ContentQuery getContentQuery()
Deprecated.
-
isPopulateChildren
public boolean isPopulateChildren()
Deprecated.
-
-