• Transform the payload of the OData response to edm type by using given deserialization function.

    Type Parameters

    • ReturnT

    Parameters

    • data: any

      The OData payload.

    • builderFn: ((data) => ReturnT)

      The deserialization function for transforming the payload.

    Returns ReturnT

    The transformed value.

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