• Combine Filterables with logical or to create a FilterList.

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity filter on.

    • DeSerializersT extends DeSerializers<
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
      >

    Parameters

    Returns FilterList<EntityT, DeSerializersT>

    The newly created FilterList.

    Entity.requestBuilder()
    .getAll()
    .filter(or(filterExp1, filterExp2));
  • Combine Filterables with logical or to create a FilterList.

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity filter on.

    • DeSerializersT extends DeSerializers<
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
          any,
      >

    Parameters

    Returns FilterList<EntityT, DeSerializersT>

    The newly created FilterList.

    Entity.requestBuilder()
    .getAll()
    .filter(or(filterExp1, filterExp2));

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.