| Package | Description |
|---|---|
| com.sap.cloud.environment.servicebinding.api | |
| com.sap.cloud.environment.servicebinding.api.exception |
| Modifier and Type | Method and Description |
|---|---|
TypedMapView |
TypedListView.getMapView(int index)
Returns the item at the given
index as a TypedMapView. |
TypedMapView |
TypedMapView.getMapView(String key)
Returns the entry that is stored under the given
key as a TypedMapView. |
static TypedMapView |
TypedMapView.of(ServiceBinding serviceBinding)
Initializes a new
TypedMapView instance from the given serviceBinding. |
static TypedMapView |
TypedMapView.ofCredentials(ServiceBinding serviceBinding)
Initializes a new
TypedMapView instance from the ServiceBinding.getCredentials() of the given
serviceBinding. |
| Modifier and Type | Method and Description |
|---|---|
TypedMapView |
KeyNotFoundException.getTypedMapView()
Returns the queried
TypedMapView. |
| Constructor and Description |
|---|
KeyNotFoundException(TypedMapView typedMapView,
String requestedKey)
|
Copyright © 2024. All rights reserved.