Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.cloudplatform.connectivity.exception |
Modifier and Type | Method and Description |
---|---|
static DestinationType |
DestinationType.fromIdentifier(String identifier) |
static DestinationType |
DestinationType.fromIdentifierOrDefault(String identifier,
DestinationType defaultDestinationType) |
DestinationType |
GenericDestination.getDestinationType() |
DestinationType |
AbstractGenericDestination.getDestinationType() |
DestinationType |
AbstractDestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
static DestinationType |
DestinationAccessor.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
DestinationType |
DestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
static DestinationType |
DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationType[] |
DestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DestinationType |
DestinationType.fromIdentifierOrDefault(String identifier,
DestinationType defaultDestinationType) |
Modifier and Type | Method and Description |
---|---|
DestinationType |
DestinationTypeNotSupportedException.getDestinationType() |
Constructor and Description |
---|
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType) |
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType,
String message) |
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType,
String message,
Throwable cause) |
DestinationTypeNotSupportedException(String destinationName,
DestinationType destinationType,
Throwable cause) |
Copyright © 2017 SAP SE. All rights reserved.