Adds a key value pair to the given objects and returns a shallow copy. If the key is already present it will be overwritten.
The object with the key value pair added.
Key to be added.
Value to be added.
Object the key value pair is added to.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Adds a key value pair to the given objects and returns a shallow copy. If the key is already present it will be overwritten.
Returns
The object with the key value pair added.