public interface GenericDestination
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<String> |
getDescription()
An optional description of this destination
|
DestinationType |
getDestinationType()
The type of a generic destination.
|
String |
getName()
The name of the destination.
|
Map<String,String> |
getPropertiesByName()
A Map containing additional properties needed to connect to this destination.
|
DestinationType getDestinationType()
String getName()
com.google.common.base.Optional<String> getDescription()
Optional
.Copyright © 2018 SAP SE. All rights reserved.