SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Class RequestBuilder<EntityT, DeSerializersT>Abstract

    Represents a request builder for a given entity API.

    Type Parameters

    Implements

    Index

    Constructors

    • Type Parameters

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

      Parameters

      Returns RequestBuilder<EntityT, DeSerializersT>

    Properties

    _deSerializers: DeSerializersT

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Dummy property whose type makes structurally identical entities distinguishable in TypeScript.

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