Class DestinationPropertyKey<ValueT>
java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey<ValueT>
- Type Parameters:
ValueT
- The data type of the value stored.
Class used as key to access destination properties, which are stored as key-value-pairs.
- Since:
- 4.3.0
-
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Option<ValueT>
Returns the typed value of theDestinationPropertyKey
toString()
-
Method Details
-
get
Returns the typed value of theDestinationPropertyKey
- Parameters:
properties
- The map of properties of the destination.- Returns:
- the typed value of the key.
-
toString
-
getKeyName
-
getFromMapConversion
-