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