Class LegacyFilterParameterBean


  • public class LegacyFilterParameterBean
    extends Object
    Parameter bean for filters of legacy list endpoints.
    • 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.
    • Constructor Detail

      • LegacyFilterParameterBean

        public LegacyFilterParameterBean()
    • Method Detail

      • toFilterParameterBean

        public FilterParameterBean toFilterParameterBean()
        Create the replacement for this legacy parameter bean.
        Returns:
        A filter parameter bean with the same search query