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

    Returns

    The transformed value.

    Type Parameters

    • ReturnT

    Parameters

    • data: any

      The OData payload.

    • builderFn: ((data: any) => ReturnT)

      The deserialization function for transforming the payload.

        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

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