Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
Packages that use DestinationType
Package
Description
-
Uses of DestinationType in com.sap.cloud.sdk.cloudplatform.connectivity
Fields in com.sap.cloud.sdk.cloudplatform.connectivity with type parameters of type DestinationTypeModifier and TypeFieldDescriptionstatic final DestinationPropertyKey<DestinationType>DestinationProperty.TYPEDestinationTypeof destination, e.g.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return DestinationTypeModifier and TypeMethodDescriptionstatic DestinationTypeDestinationType.ofIdentifier(String identifier) Returns theDestinationTypewhich equals the given identifier.static DestinationTypeDestinationType.ofIdentifierOrDefault(String identifier, DestinationType defaultDestinationType) Returns theDestinationTypewhich equals the given identifier, or the defaultDestinationType in case there is none.static DestinationTypeReturns the enum constant of this class with the specified name.static DestinationType[]DestinationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationTypeModifier and TypeMethodDescriptionstatic DestinationTypeDestinationType.ofIdentifierOrDefault(String identifier, DestinationType defaultDestinationType) Returns theDestinationTypewhich equals the given identifier, or the defaultDestinationType in case there is none. -
Uses of DestinationType in com.sap.cloud.sdk.cloudplatform.connectivity.exception
Methods in com.sap.cloud.sdk.cloudplatform.connectivity.exception that return DestinationTypeConstructors in com.sap.cloud.sdk.cloudplatform.connectivity.exception with parameters of type DestinationTypeModifierConstructorDescriptionDestinationTypeNotSupportedException(String destinationName, DestinationType destinationType) Initializes the exception by setting a custom message based on the destination type and setting the name and the type of the causing destination.DestinationTypeNotSupportedException(String destinationName, DestinationType destinationType, String message) Initializes the exception by delegating the message to the super constructor and setting the name and the type of the causing destination.DestinationTypeNotSupportedException(String destinationName, DestinationType destinationType, String message, Throwable cause) Initializes the exception by delegating the message and the causing exception to the super constructor and setting the name and the type of the causing destination.DestinationTypeNotSupportedException(String destinationName, DestinationType destinationType, Throwable cause) Initializes the exception by delegating the causing exception to the super constructor and setting the name and type of the causing destination.