| Package | Description |
|---|---|
| com.sap.cloud.environment.servicebinding.api |
| Modifier and Type | Method and Description |
|---|---|
Object |
TypedMapView.get(String key)
Returns the entry that is stored under the given
key. |
boolean |
TypedMapView.getBoolean(String key)
Returns the entry that is stored under the given
key as a boolean. |
double |
TypedMapView.getDouble(String key)
Returns the entry that is stored under the given
key as a double. |
int |
TypedMapView.getInteger(String key)
Returns the entry that is stored under the given
key as an int. |
TypedListView |
TypedMapView.getListView(String key)
Returns the entry that is stored under the given
key as a TypedListView. |
TypedMapView |
TypedMapView.getMapView(String key)
Returns the entry that is stored under the given
key as a TypedMapView. |
Number |
TypedMapView.getNumber(String key)
Returns the entry that is stored under the given
key as a Number. |
String |
TypedMapView.getString(String key)
Returns the entry that is stored under the given
key as a String. |
Copyright © 2024. All rights reserved.