Creates an instance of Link.
Name of the linking field to be used in the OData request.
Constructor type of the entity the field belongs to
Constructor type of the linked entity
List of selectables on the linked entity.
Create a new link based on a given link.
Newly created link
Create filter statements to be applied to the OData request based on the linked entity values.
Newly created FilterLink
.
Add order-by statements to the request.
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
Selection of fields or links on a linked entity
The link itself, to facilitate method chaining
Skip number of entities.
Number of matching entities to skip. Useful for paging.
The request builder 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.
Link to be cloned
Newly created link
Copyright Ⓒ 2023 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.