setCustomValue abstract method
- String key,
- CustomMetadataValue value
Creates a key:value pair, where the value is a type derived from CustomMetadataValue.
If the given key already exists, its value will be replaced by the new one.
-
keyThe name of the key to be created or replaced. -
valueThe value to be assigned to the key.
Implementation
void setCustomValue(String key, CustomMetadataValue value);