Creates an instance of ODataRequest.
Configuration of the request.
Optional
_destination: DestinationDestination to setup the request against.
Execute the given request and return the according promise.
Promise resolving to the requested data.
Create object containing all headers, including custom headers for the given request.
Key-value pairs where the key is the name of a header property and the value is the respective value.
Constructs a URL relative to the destination.
The relative URL for the request.
Optional
includeServicePath: booleanWhether or not to include the service path in the URL.
Optional
includeQueryParameters: booleanWhether or not to include the query parameters in the URL.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
OData request configuration for an entity type.
Type Param
Type of the entity to setup a request for.