Interface EntityApi<EntityT, DeSerializersT>

Represents the API of an entity, including its request and entity builders as well as its schema.

Type Param: JsonT

Type of the entity without methods.

Type Parameters

Properties

deSerializers: DeSerializersT

Set of functions that determine (de-)serialization per EDM type.

entityConstructor: Constructable<EntityT>

Constructor function for the entity.

schema: Record<string, any>

Schema of the entity api.

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

Methods