Type of the entity to be requested
Creates an instance of GetByKeyRequestBuilder.
Constructor of the entity to create the request for
Key-value pairs where the key is the name of a key property of the given entity and the value is the respective value
Constructor type of the entity to create a request for
Request configuration to initialize with
Execute request
A promise resolving to the requested entity
Restrict the response to the given selection of properties in the request
Fields to select in the request
The request builder itself, to facilitate method chaining
Create the url based on configuration of the given builder
Promise resolving to the url for the request
Add custom headers to the request
Key-value pairs denoting additional custom headers
The request builder itself, to facilitate method chaining
Replace the default service path with the given custom path.
In case of the S/4HANA apis the servicePath defaults to '/sap/opu/odata/sap/
Path to override the default with
The request builder itself, to facilitate method chaining
Create OData request to get a single entity based on its key properties. A
GetByKeyRequestBuilder
allows to restrict the response to a selection of fields, where no selection is equal to selecting all fields.