Class LegacyFilterParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.LegacyFilterParameterBean
Parameter bean for filters of legacy list endpoints.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate the replacement for this legacy parameter bean.
-
Field Details
-
search
(optional) string to search files for - this will filter the results if either the ID, the name (partial match or the description (partial match) matches the given search string.
-
-
Constructor Details
-
LegacyFilterParameterBean
public LegacyFilterParameterBean()
-
-
Method Details
-
setSearch
-
toFilterParameterBean
Create the replacement for this legacy parameter bean.- Returns:
- A filter parameter bean with the same search query
-