Class LegacyFilterParameterBean
- java.lang.Object
-
- com.gentics.contentnode.rest.resource.parameter.LegacyFilterParameterBean
-
public class LegacyFilterParameterBean extends Object
Parameter bean for filters of legacy list endpoints.
-
-
Constructor Summary
Constructors Constructor Description LegacyFilterParameterBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyFilterParameterBean
setSearch(String search)
FilterParameterBean
toFilterParameterBean()
Create the replacement for this legacy parameter bean.
-
-
-
Field Detail
-
search
@QueryParam("search") public String 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.
-
-
Method Detail
-
setSearch
public LegacyFilterParameterBean setSearch(String search)
-
toFilterParameterBean
public FilterParameterBean toFilterParameterBean()
Create the replacement for this legacy parameter bean.- Returns:
- A filter parameter bean with the same search query
-
-