Represents a request builder for a given entity API.

Type Parameters

Hierarchy

  • RequestBuilder

Implements

Constructors

Properties

Constructors

  • Type Parameters

    • EntityT extends EntityBase<EntityT>

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

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>

    Returns RequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT

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

_entity: EntityT

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

entityApi: EntityApi<EntityT, DeSerializersT>

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