Creates an instance of ODataRequest.
Configuration of the request.
Optional
_destination: HttpDestinationDestination 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.
Optional
includeBasePath: booleanWhether or not to include the base path in the URL.
Optional
includeQueryParameters: booleanWhether or not to include the query parameters in the URL.
The relative URL for the request.
OData request configuration for an entity type.
Type Param: EntityT
Type of the entity to setup a request for.