Class ReducedListParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.ReducedListParameterBean
- Direct Known Subclasses:
TemplateListParameterBean
Parameter bean for the reduced lists
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue if the list should be reduced to the unique template occurrences only. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
reduce
@QueryParam("reduce") @DefaultValue("false") public boolean reducetrue if the list should be reduced to the unique template occurrences only. valid only whenInFolderParameterBean.recursiveflag is set.
-
-
Constructor Details
-
ReducedListParameterBean
public ReducedListParameterBean()
-
-
Method Details
-
setReduce
-