Type of the entity to setup a request for
Creates an instance of ODataRequest.
Constructor type of the entity to create a configuration for
Field that links the parent entity class to the child entity class.
Keys of the parent of the entity to create. Defined only when attempting to create child entities.
Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.
Key-value pairs where the key is the name of a header property and the value is the respective value
Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.
Key-value pairs where the key is the name of a query parameter and the value is the respective value
Add custom request configuration to the request.
Key-value pairs where the key is the name of a request configuration and the value is the respective value
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Since v1.21.0. Use superclass instead. OData create request configuration for an entity type.