Creates an instance of FilterList.
Filters to be combined by logical conjunction (and)
Filters to be combined by logical disjunction (or)
Entity type of the entity tp be filtered.
Constructor type of the entity to be filtered.
Flattened filter list.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Data structure to combine Filterables conjunctively and / or disjunctively. A FilterList matches when all filterables within the
andFiltersmatch and when at least one filterable within theorFiltersmatches. Should not be used directly.