Combine Filterables with logical or to create a FilterList.
or
Entity.requestBuilder() .getAll() .filter(or(filterExp1, filterExp2));
The newly created FilterList.
Type of the entity filter on.
Filterables to be combined with logical or.
Rest
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Combine Filterables with logical
or
to create a FilterList.Example
Returns
The newly created FilterList.