Interface ManagedFunctionEscalationType
- All Known Implementing Classes:
ManagedFunctionEscalationTypeImpl
public interface ManagedFunctionEscalationType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theManagedFunctionEscalationType.Obtains the type ofEscalationFlowby theManagedFunction.
-
Method Details
-
getEscalationName
String getEscalationName()Obtains the name for theManagedFunctionEscalationType.- Returns:
- Name for the
ManagedFunctionEscalationType.
-
getEscalationType
Obtains the type ofEscalationFlowby theManagedFunction.- Type Parameters:
E-Escalationtype.- Returns:
- Type of
EscalationFlowby theManagedFunction.
-