Creates an instance of Link.
Name of the linking field to be used in the OData request.
Entity API for building and executing the request.
Constructor of the linked entity.
Readonly
_deDummy property to also include the deserializer type in the structure of the entity type.
Readonly
_entityDummy property whose type makes structurally identical entities distinguishable in TypeScript.
Readonly
_entityReadonly
_fieldReadonly
_linkedList of selectables on the linked entity.
Rest
...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]Create filter statements to be applied to the OData request based on the linked entity values.
Rest
...expressions: (Filterable<EntityType<LinkedEntityApiT>, DeSerializersT> | OneToManyLink<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>)[]Filters based on the linked entity.
Newly created FilterLink
.
Add order-by statements to the request.
Rest
...orderBy: Orderable<EntityType<LinkedEntityApiT>>[]OrderBy statements to order the response by.
The request builder itself, to facilitate method chaining.
Creates a selection on a linked entity. Has the same behavior as GetAllRequestBuilderV2.select and GetByKeyRequestBuilderV4.select but for linked entities.
See also, Selectable.
Rest
...selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]Selection of fields or links on a linked entity.
The link itself, to facilitate method chaining.
Number of returned entities.
Maximum number of entities to return in the response. Can be less, if less entities match the request.
The request builder itself, to facilitate method chaining.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Represents a one to many relation for OData v4 entities. For OData v2 entities the Link is used to represent one to many relation. See Link for more information.